| name | acp-review-guidance |
| description | ACP-specific review standards to apply alongside the upstream pr-review skill. Use when reviewing PRs in this repository. Loads project conventions, security requirements, and component-specific checklists that supplement the fleet pr-review workflow.
|
ACP Review Guidance
Apply these standards in addition to the fleet pr-review skill when reviewing PRs in this repository. The pr-review skill defines the review process (summarize, worktree, context, analyze, report). This skill defines what to check during Steps 3 and 4 of that process.
Step 3 Supplement: Mandatory Context Files
Before analyzing any PR in this repo, load all of the following:
CLAUDE.md
specs/standards/security/security.spec.md
specs/standards/control-plane/conventions.spec.md
Step 4 Supplement: ACP Review Checklists
Go Backend
React/TypeScript Frontend
Security (All Components)
General
Severity Classification
- Blocker — Must fix. Security vulnerabilities, data loss, SA misuse, token leaks
- Critical — Should fix. RBAC bypasses, missing error handling,
any types, panic() in handlers
- Major — Important. Architecture violations, missing tests, performance concerns
- Minor — Nice-to-have. Style, docs gaps
HEREDOC < /dev/null