speckit-review-run
Installation
SKILL.md
Comprehensive PR Review
Run a comprehensive pull request review using multiple specialized agents, each focusing on a different aspect of code quality.
Review Aspects (optional): "$ARGUMENTS"
Review Workflow:
-
Load Configuration
- Read the project config file at
.specify/extensions/review/review-config.yml(if it exists). - If the file does not exist, fall back to the
defaults.agentssection in the extension'sextension.yml. - Extract the
agentsmap — each key (code,comments,tests,errors,types,simplify) is a boolean toggle. - Agents set to
falseMUST be excluded from this run. Do not launch them.
- Read the project config file at
-
Determine Review Scope
- Parse arguments to see if user requested specific review aspects.
- If specific aspects were requested, run exactly those — config toggles do not apply (explicit user request overrides config).
- Default (no arguments): Run all applicable reviews that are enabled in config.