
The GitHub Copilot coding agent *NEW*
GitHub Copilot coding agent lets you assign GitHub Issues to Copilot, which works asynchronously in the background while you continue with other tasks. This overview video uses the ‘Copilot Airways’ flight booking app to demonstrate the full workflow from issue assignment to merged pull request.
The video covers:
- Assigning a GitHub Issue (adding form input validation) to Copilot with a single click
- How Copilot acknowledges the assignment, creates a pull request, and keeps the PR description updated as it progresses
- Viewing the Copilot session to understand how it explored the repository, formed a plan, and created a new GitHub Actions workflow file
- How Copilot runs tools such as linters, builds, and tests to self-verify code quality during the agentic loop
- The ‘Approve and Run’ safety gate, which requires explicit human approval before any GitHub Actions workflow executes against AI-generated code
- Adding review comments to the PR (requesting a CI workflow) and watching Copilot acknowledge and act on the feedback
- The final result: a form updated with real-time validation and an improved user experience, ready to merge
Related Content

Rubber Duck Thursdays - Back to building GitHub CLI Extensions
GitHubIn this episode, Chris reviews the GitHub Changelog covering organization-level Copilot custom instructions, CodeQL for Actions workflow security analysis, Copilot Code Review language expansion, secret scanning alert dismissals, and GitHub Mobile updates. The coding segment tackles theme switching for the Copilot Airways web app and a Tailwind CSS upgrade using GitHub Codespaces and Copilot Agent Mode.

Rubber Duck Thursdays - Lizard, Spock
GitHubExtending Rock Paper Scissors to include Lizard and Spock using GitHub Copilot Vision to interpret a game diagram. Also covers Claude 3.7 Sonnet in Copilot, Dependabot version updates for Go modules, GitHub Codespaces for testing, and repository branch protection settings.

Rubber Duck Thursdays - Rock, Paper, Scissors
GitHubBuilding a Rock Paper Scissors game in Go for the gh-game GitHub CLI extension using GitHub Copilot Agent Mode. Explores the new GPT-4o code completion model, Next Edit Suggestions, and drives test coverage from 42% to 100% using Copilot inline chat and agent workflows.