JakeTRogers/my-awesome-copilot
Instructions file GitHub Copilot
Guidelines for creating high-quality Agent Skills for GitHub Copilot.
JakeTRogers/my-awesome-copilot
Instructions file GitHub Copilot
Guidelines for creating high-quality Agent Skills for GitHub Copilot.
JakeTRogers/my-awesome-copilot
Instructions file GitHub Copilot
Guidelines for creating custom agent files for GitHub Copilot.
JakeTRogers/my-awesome-copilot
Instructions file GitHub Copilot
Guidelines for creating high-quality prompt files for GitHub Copilot.
JakeTRogers/my-awesome-copilot
Instructions file CodexOpenCode
AGENTS.md instructions for JakeTRogers/my-awesome-copilot, covering my-awesome-copilot, commands, architecture, conventions and gotchas.
JakeTRogers/my-awesome-copilot
Instructions file
Claude Code instructions for JakeTRogers/my-awesome-copilot, a project described as: Selfishly opinionated GitHub Copilot prompts, agents, instructions, and skills.
JakeTRogers/my-awesome-copilot
Agent
Plans multi-step work, clarifies scope, and turns ambiguous requests into executable briefs for the rest of the agent team.
JakeTRogers/my-awesome-copilot
Agent
Reviews plans and implementations for security and risk, and issues bounded findings with concrete mitigations.
JakeTRogers/my-awesome-copilot
Agent
Maintains shared state and durable project documentation, and normalizes capsules without participating in technical review.
JakeTRogers/my-awesome-copilot
Agent
Implements approved changes with minimal churn, records verification results, and hands bounded summaries back to Maestro.
JakeTRogers/my-awesome-copilot
Agent
Direct entrypoint orchestrator that routes bounded work to specialist agents and resolves review flow without doing implementation itself.
JakeTRogers/my-awesome-copilot
Agent
A specialized chat mode for analyzing and improving prompts. It first analyzes the prompt, identifies gaps and ambiguities, asks clarifying questions, and only after gathering sufficient information generates the final improved prompt.
JakeTRogers/my-awesome-copilot
Agent
Gathers authoritative evidence, standards, and upstream references that other agents can rely on for planning and review.
JakeTRogers/my-awesome-copilot
Agent
Verifies behavior with deterministic tests, expands coverage, and flags testability gaps before work is considered complete.
JakeTRogers/my-awesome-copilot
Skill Claude CodeCodex
Generate Conventional Commit messages from provided staged Git context. Use when asked to write a commit message, summarize staged changes, classify a change as feat/fix/refactor/docs/test/build/ci/style/perf.
JakeTRogers/my-awesome-copilot
Skill Claude CodeCodex
Map uncommitted working-tree changes to the existing branch commits they belong to, then produce git commit --fixup and autosquash rebase commands for the user to run. Use when asked which commit a change belongs to, to plan fixup commits, to organize changes into fixups, to prepare an autosquash rebase, or after…
JakeTRogers/my-awesome-copilot
Skill Claude CodeCodex
Discover a repository and generate or refresh AGENTS.md as the canonical AI context file shared by GitHub Copilot and Claude Code, with CLAUDE.md as a pointer. Use when asked to document a repo for AI agents, build repo context, create or update AGENTS.md, onboard an agent to a codebase, or before starting a new…
JakeTRogers/my-awesome-copilot
Skill Claude CodeCodex
Inspect and evaluate GitHub PR review comments, respond with a clear technical position, and implement only valid feedback. Use when asked to review PR comments, respond to reviewers, address reviewer feedback, or make changes based on PR feedback.