A list of agent prompts for GitHub Copilot and OpenCode that I'm using for development.
This repository stores short agent definitions and prompts for the following agents:
- ALPHA — code generator (implement features, produce code + tests)
- OMEGA — code reviewer (review diffs/PRs for correctness and tests)
- PARANOIA — security reviewer (security-focused audits and remediation)
- PERFO — performance reviewer (optimizations for constrained systems)
- BIGBOSS — SOLID principle checker and fixer (detects violations and proposes refactors)
- GOODREST — REST API good practices analyzer
- UNCLEBOB — clean code reviewer (readability, maintainability, and code quality principles)
See AGENTS.md in the repository root for full agent prompts, usage rules, and recommended workflows.
Usage note:
- When requesting Copilot generate or review code, prefix the request with the agent you want to use, e.g.:
AGENT: ALPHA — Implement XAGENT: OMEGA — Review PR #42
- With Opencode, agents can be switched using TAB.