DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Introduction to Tactical DDD With Java: Steps to Build Semantic Code
  • How to Introduce a New API Quickly Using Micronaut
  • Keep Your Application Secrets Secret
  • Build an AI Chatroom With ChatGPT and ZK by Asking It How!

Trending

  • Evolving Spring Boot APIs to an Event-Driven Mesh
  • Manual Investigation: The Hidden Bottleneck in Incident Response
  • Lease Coordination Under Serializable Isolation in CockroachDB
  • Java in a Container: Efficient Development and Deployment With Docker
  1. DZone
  2. Coding
  3. Java
  4. Java Developers: Build Something Awesome with Copilot CLI and Win Big Prizes!

Java Developers: Build Something Awesome with Copilot CLI and Win Big Prizes!

Join the GitHub Copilot CLI Challenge and build something with Copilot right in your terminal for cash prizes and tickets to GitHub Universe.

By 
Bruno Borges user avatar
Bruno Borges
·
Feb. 12, 26 · Survey/Contest
Likes (0)
Comment
Save
Tweet
Share
2.4K Views

Join the DZone community and get the full member experience.

Join For Free

Here’s today’s invitation: join the GitHub Copilot CLI Challenge and build something with Copilot right in your terminal. Visit the challenge page for the rules, FAQ, and submission template.

Why I’m Excited About Copilot CLI (especially for Java)

If you write Java for a living, you already know the truth: the terminal is where we build and test. It’s where feedback loops are short and where most productivity gains come from “small wins” repeated hundreds of times.

Most Java developers use Maven or Gradle, and IDEs (especially IntelliJ) have fantastic support for both. But in practice, we still drop to the terminal quite regularly:

  • Run a very specific Maven goal or Gradle task
  • Reproduce CI as closely as possible
  • Add flags to isolate one failing test
  • Check output in the same environment your teammates (and CI) will see
  • Run a single test the same way CI does, even if you don’t remember the exact incantation

If we’re already inside the terminal running commands, we might as well ask Copilot CLI to help us do the right thing faster.

GitHub Copilot CLI brings an agentic workflow to the place where those loops happen: the command line. And the best part? You can keep it grounded in your repo and your actual build output.

The Challenge (Quick Overview)

The challenge is quite open-ended: build an application using GitHub Copilot CLI. But there are judging criteria:

  1. Use of GitHub Copilot CLI
  2. Usability and user experience
  3. Originality and creativity

The challenge has been running since January 22nd, but there’s still time. Submissions are due by February 15th at 11:59 PM PST, and the winners will be announced on February 26th.

This challenge comes with some really cool prizes:

  • The top 3 winners receive $1,000 USD, a GitHub Universe 2026 ticket, and a winner badge
  • The next 25 runners-up receive a 1-year GitHub Copilot Pro+ subscription and a runner-up badge
  • All valid submissions receive a GitHub completion badge

Ship a Java Tool (for End Users or Developers)

It can be a Spring Starter, a Quarkus Extension, a JavaFX application, a web application, Maven or Gradle plugins, a Java Swing application, plugins for IntelliJ or Eclipse, or even Apache JMeter! This is the kind of challenge where a small, well-executed tool can be more impressive than a giant “AI demo.” If you’re on the fence, here’s my recommendation:

  • pick a problem you hit every week
  • build a thin vertical slice in a day
  • make it pleasant to use
  • write a clean “how to run it” section
  • tell the story of how Copilot CLI helped you iterate

Need Ideas?

These Java-friendly ideas fit the judging criteria and are realistic, shippable, and easy for judges to evaluate:

  • Test failure triage assistant for Maven/Gradle: Parse Surefire output, summarize likely causes, suggest next commands
  • Log explainer: Ingest a stack trace and environment info, generate a focused explanation and remediation checklist
  • Repo onboarding CLI: Generate a “first 30 minutes” guide (build, tests, conventions, release process)
  • Changelog helper: Read Git history and propose a changelog entry and release notes draft
  • OpenAPI → Spring Boot starter: Take an OpenAPI spec and scaffold a production-ready service layout

Prompts You Can Try Today (Copy/Paste Inspiration)

In your terminal (inside a repo), try asking Copilot CLI:

  • “Summarize why my Maven tests are failing from this output, then suggest the next 3 commands I should run.”
  • “Generate a JUnit 5 test for this class focusing on boundary cases.”
  • “Explain this stack trace like I’m onboarding to the project; point me to the likely source file and fix.”
  • “Propose a refactor that reduces duplication but keeps the public API stable.”
  • “Write a README section explaining how to run this tool, with examples.”

The key is to keep the agent grounded in real inputs: actual logs, actual code, real constraints.

Programmatic Control via the Copilot SDK for Java

If you want to build a Java app that programmatically drives Copilot CLI, start here:

https://github.com/copilot-community-sdk/copilot-sdk-java

More Resources

Use these to bootstrap your project quickly:

  • Kotlin MCP development collection: https://github.com/github/awesome-copilot/blob/main/collections/kotlin-mcp-development.md
  • Java MCP development collection: https://github.com/github/awesome-copilot/blob/main/collections/java-mcp-development.md
  • Java development collection (Spring Boot, Quarkus, JUnit, Javadoc, upgrade guides): https://github.com/github/awesome-copilot/blob/main/collections/java-development.md
  • OpenAPI → Spring Boot application collection: https://github.com/github/awesome-copilot/blob/main/collections/openapi-to-application-java-spring-boot.md
  • Copilot SDK for Java: https://github.com/copilot-community-sdk/copilot-sdk-java

Ready? Here’s Your Next Step

If you build Java tools, this challenge is a great excuse to ship something useful and learn an agentic workflow you can reuse. Join the challenge and start your submission here:

https://dev.to/challenges/github-2026-01-21

If you do build something, tag me on DEV or social media — I’d love to see what you ship.

Command-line interface Build (game engine) Java (programming language)

Opinions expressed by DZone contributors are their own.

Related

  • Introduction to Tactical DDD With Java: Steps to Build Semantic Code
  • How to Introduce a New API Quickly Using Micronaut
  • Keep Your Application Secrets Secret
  • Build an AI Chatroom With ChatGPT and ZK by Asking It How!

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook