Stop tab-switching. Start commanding. A curated collection of GitHub Copilot agents and prompt templates that turn your editor into a GitHub command center.
Agent Forge is a collection of 5 specialized AI agents and 28 prompt commands that live inside VS Code's Copilot Chat. They interact with GitHub on your behalf -- finding issues, reviewing code, tracking team progress, managing releases, and monitoring accessibility -- all without leaving your editor.
Type a question in plain English. Get back organized, prioritized, actionable answers.
| Capability | Description |
|---|---|
| Morning Briefings | Sweeps every repo you have access to -- issues, PRs, releases, CI, security alerts, community reactions -- and builds a prioritized dashboard |
| Code Reviews | Line-numbered diffs with Change Maps, risk assessment, before/after snapshots, CI results, interactive L-number commenting, and full review documents |
| Issue Triage | Cross-repo priority scoring with community sentiment, release awareness, batch replies, and saved searches |
| Team Analytics | Velocity trends, review turnaround, bottleneck detection, code hotspots, and workload balancing across all repos |
| Release Management | Auto-categorized release notes, readiness checklists, and complete release workflows |
| Accessibility Tracking | WCAG/ARIA cross-referenced change monitoring across any configured repos (VS Code by default) |
| Security Monitoring | Dependabot alerts, security advisories, and dependency tracking across all repos |
| Full GitHub Interaction | Comment, react, merge, close, label, assign, transfer -- without opening your browser |
| Cross-Repo by Default | All agents search every repo you can access by default, with flexible per-repo configuration |
| Agent | Invoke With | Description |
|---|---|---|
| Daily Briefing | @daily-briefing |
Prioritized overview of everything happening across all your repos |
| Issue Tracker | @issue-tracker |
Find, triage, reply to, and manage issues across all repos with smart search |
| PR Review | @pr-review |
Full code reviews with risk assessment, comments, and merge |
| Analytics | @analytics |
Team metrics, velocity, bottlenecks, and workload insights across all repos |
| Accessibility Tracker | @insiders-a11y-tracker |
Accessibility change tracking with WCAG cross-references across configured repos |
1. Open VS Code with GitHub Copilot installed
2. Open this repo as a workspace folder
3. Press Ctrl+Shift+I to open Copilot Chat
4. Type: @daily-briefing morning briefing
That's it. No API keys. No CLI tools. No configuration required. If Copilot Chat works, the agents work.
For a complete walkthrough, see the Getting Started Guide.
Type / in Copilot Chat and pick from the full menu:
View all commands
| Command | Description |
|---|---|
/daily-briefing |
Generate your prioritized daily briefing |
/my-issues |
Your open issues across all repos, sorted by priority |
/my-prs |
Your PRs across all repos with review status and CI health |
/review-pr |
Full code review with dual-format documents |
/pr-report |
Save or update a PR review as workspace docs |
/pr-comment |
Line-specific PR comments |
/explain-code |
Understand lines, functions, or blocks in a PR |
/merge-pr |
Merge with readiness checks and strategy selection |
/pr-author-checklist |
Self-review before requesting reviews |
/issue-reply |
Draft and post context-aware replies |
/create-issue |
Create issues with smart templates |
/manage-issue |
Edit, label, assign, close, transfer |
/react |
Add reactions to issues and PRs |
/triage |
Prioritized triage dashboard |
/refine-issue |
Add acceptance criteria with community context |
/address-comments |
Work through PR review comments systematically |
/a11y-update |
Accessibility updates with WCAG cross-refs |
/team-dashboard |
Team activity and bottleneck overview across all repos |
/my-stats |
Your personal metrics across all repos with team comparison |
/draft-release |
Auto-categorized release notes |
/ci-status |
CI/CD health dashboard |
/security-dashboard |
Dependabot alerts and security advisories |
/release-prep |
Complete release preparation workflow |
/sprint-review |
End-of-sprint summary with velocity metrics |
/onboard-repo |
First-time repo scan and health check |
/notifications |
Manage GitHub notifications from the editor |
/manage-branches |
Branch listing, cleanup, and comparison |
/project-status |
GitHub Projects overview with column metrics |
agent-forge/
+-- .github/
| +-- agents/ # The 5 AI agents + shared config
| | +-- daily-briefing.agent.md
| | +-- issue-tracker.agent.md
| | +-- pr-review.agent.md
| | +-- analytics.agent.md
| | +-- insiders-a11y-tracker.agent.md
| | +-- shared-instructions.md
| | +-- code-review-standards.md
| | +-- preferences.example.md # Copy to preferences.md and customize
| +-- prompts/ # 28 slash command templates
| +-- ISSUE_TEMPLATE/ # Issue templates for contributions
| +-- pull_request_template.md # PR template
+-- Documentation/
| +-- GETTING-STARTED.md # Your first hour with the agents
| +-- GETTING-STARTED.html
| +-- GUIDE.md # The complete reference guide
| +-- guide.html
+-- ai-instructions/ # Integration guides for AI platforms
| +-- copilot-integration.md
| +-- claude-instructions.md
| +-- openai-integration.md
+-- CONTRIBUTING.md # How to contribute (PR workflow)
+-- SETUP.md # Setup and configuration
+-- SECURITY.md # Security policy
+-- LICENSE # MIT License
+-- CODEOWNERS # Code ownership rules
+-- README.md
|
|
Every document the agents generate comes in dual format -- Markdown for editing in VS Code and HTML optimized for screen readers with:
- Skip links and ARIA landmarks
- Proper heading hierarchy (never skipped)
- Accessible tables with captions and scoped headers
- Descriptive link text (never bare URLs)
- Status communicated through text, not just color
prefers-color-schemeandprefers-reduced-motionsupport- WCAG AA contrast compliance
Agent Forge is built for GitHub Copilot, but the agents and prompts can be adapted for other AI platforms. See the ai-instructions folder for integration guides:
- GitHub Copilot -- Native, zero-config support
- Claude AI -- Context-based integration
- ChatGPT / OpenAI -- Custom instructions and API patterns
We welcome contributions! Agent Forge uses a fork-and-pull-request workflow to keep the main branch stable and reliable.
- Fork the repo and create a descriptive feature branch
- Make your changes and test thoroughly
- Submit a PR using our PR template
- Address review feedback
- Celebrate when your contribution gets merged
Direct pushes to
mainare not allowed. All changes must go through a pull request with at least one approval.
See CONTRIBUTING.md for the full guide -- branch naming conventions, commit standards, PR requirements, and what makes a great agent submission.
Found a vulnerability? Please don't open a public issue. Email jeff@jeffbishop.com or see SECURITY.md for responsible disclosure instructions.
MIT -- Use it, fork it, customize it, make it yours.