PR review orchestrator. Triages the change, dispatches specialized sub-agents in parallel across review dimensions, synthesizes their findings, runs PR-specific checks, and produces a structured review result. Sub-agent definitions live in sub-agents/ relative to this file.
Check whether ADR numbers in the current branch conflict with ADRs already on the PR's target branch, and renumber if needed. Use before merging a PR that adds new ADRs, to avoid number collisions with concurrently merged ADRs.
Use when the user wants to tag a release, cut a release candidate, or ship a new version. Also use when asking about release process, versioning, or how GoReleaser is configured.
Standalone procedure for reviewing any code change. Identifies the change, reads surrounding source, evaluates across six review dimensions, and compiles structured findings. Can be invoked directly for local review or delegated to by the pr-review skill.
Use when checking e2e test health or reviewing recent e2e failures on main.
Use when you need to analyze the delta between agent review and human review on a PR to identify structural repo improvements that would close review gaps or justify increased agent autonomy.
Step-by-step procedure for implementing a GitHub issue. Gathers context, discovers repo conventions, plans the change, implements, verifies with tests and linters, and commits to a feature branch.
Discover repository labels and recommend contextual labels to add or remove on issues and pull requests. Produces label_actions in the agent result JSON.