Build what's next on GitHub, the place for anyone from anywhere to build anything.
Join us October 28-29 in San Francisco or online for GitHub Universe, our flagship developer event uniting people, agents, and the world's code.
Explore how to use GitHub Copilot on github.com to automate tasks, assign agents, prototype ideas, and streamline your entire workflow — all without an IDE.

You’ve been using GitHub Copilot in your IDE for autocomplete and code suggestions. But here’s what I discovered recently: there’s a whole other side of Copilot that lives on github.com, and it’s designed for different problems entirely.
While your IDE handles the day-to-day coding, GitHub Copilot on github.com helps you tackle project management, team coordination, and rapid prototyping. I can file issues from screenshots, assign AI agents to fix bugs, and spin up working demos without opening VS Code. Check it out in the video below 👇
No extensions to install, no setup required. Just go to github.com/copilot and start working. This becomes your AI-powered command center, and here’s how you can use it strategically:
Got a bug report with a screenshot? Don’t write it manually, let Copilot do it. Here’s how:
Copilot reads the image, generates a clear title and description, applies the right labels, and uses your repository’s issue templates. It’s faster than manual transcription and often catches details I might miss.
Beyond screenshots, here’s what else you can do from your project hub:
| 💡 Pro tip: Copilot can infer issue context from your screenshot and your prompt, no need to spell everything out. |
Once your issue is created, you can assign it to the Copilot coding agent to start working on a solution.
To assign an agent:
In the chat thread, tell Copilot: Assign yourself to this issue and draft a fix.
The agent will analyze your codebase, identify the root cause, and submit a draft pull request with the fix. You can monitor progress in the task pane and review the pull request when ready.
This works well for routine bugs, documentation updates, and dependency upgrades. For more complex features, I still prefer hands-on development in the IDE.
| 💡 Pro tip: Agents can work across issues, run workflows, and follow up, just like a teammate. |
When I need to test how a component behaves or validate a design idea, I use GitHub Spark to:
Example prompt:
Within minutes, I get working code with a live preview. I can edit directly in Spark, GitHub Codespaces, or VS Code, see changes immediately, and publish and share the prototype with teammates.
| 💡 Pro tip: Use Spark to quickly practice with unfamiliar syntax by running and editing snippets in real time. |
You can get access to multiple AI models and switch between models on github.com. In my experience:
| Model | Best for |
| GPT-4.1 | General coding and reasoning |
| Claude Sonnet 4 | Structured writing, refactors, context-heavy tasks |
| Opus 4 | Creativity, edge cases, alternative perspectives |
To switch models:
| 💡 Pro tip: Use model comparison to reduce hallucinations and sharpen your output. In my experience, GPT-4.1 works well for general coding, Claude 4 for complex refactoring, and Opus 4 when I need creative approaches. But your mileage may vary; the real value is having options when one model’s response doesn’t quite fit. |
GitHub Copilot groups multiple responses under each message you send, especially when you switch models. It’s not threading in the Slack sense, but it acts like it — each group works like a separate “branch” of your conversation, completely isolated from the others.
Here are a few use practical use cases:
| 💡 Pro tip: Think of each message as a base commit in Git. Model switching creates alternative responses grouped under that message, letting you review different approaches without starting over. |
Copilot is most powerful when you use both github.com and your IDE together, leveraging each for what they do best.
| Task | Use github.com when you need… | Use IDE when you need… |
| Project coordination | Cross-repository visibility | Single codebase focus |
| Issue management | Creating and assigning issues | Implementing solution |
| Agent work | Async automation via coding agent | Real-time collaboration via agent mode |
| Prototyping | Quick demos and sharing | In-depth debugging |
Example workflow: I’ll start a project discussion on github.com, prototype the solution in Spark, create issues for the team, then switch to VS Code for implementation.
Here’s what a full day might look like:
The key insight is that github.com Copilot handles the coordination and exploration work, while your IDE handles the detailed implementation. Used together, they can cover the full development workflow.
Copilot on github.com turns your browser into your personal development mission control. It’s time to stop thinking of Copilot as just autocomplete and start using it as your workflow orchestrator.
Head to github.com/copilot and start building now >