Recommended Adoption Path
| Step | Recipe | Why |
|---|---|---|
| 1 | artifact-review |
Manual artifact-only review is the lowest-risk way to test prompts and output shape. |
| 2 | pr-review, test-gap-finder, docs-drift |
Advisory comments shift review left without blocking delivery. |
| 3 | security-gate |
Strict mode fails CI only after normalized critical findings are present. |
| 4 | issue-promotion |
Maintainers can turn a numbered review finding into a tracked issue. |
| 5 | auto-fix-branch |
Higher-authority remediation stays opt-in and creates a separate reviewable branch. |
Install Examples
./install.sh artifact-review
./install.sh pr-review test-gap-finder docs-drift
./install.sh security-gate
./install.sh issue-promotion
./install.sh auto-fix-branch
Recipe Details
| Use case | Authority | Command |
|---|---|---|
| Advisory PR Review | pull-request-comment | ./install.sh pr-review |
| Security Gate | read-only-blocking | ./install.sh security-gate |
| Manual Artifact Review | read-only-artifact | ./install.sh artifact-review |
| Issue Promotion | issue-write | ./install.sh issue-promotion |
| Test Gap Finder | pull-request-comment | ./install.sh test-gap-finder |
| Docs Drift Check | pull-request-comment | ./install.sh docs-drift |
| Auto-Fix Branch | branch-write | ./install.sh auto-fix-branch |