Loading...
Loading...
Pre-PR review pipeline — runs security, API audit, and scope check agents in parallel. Read-only, no changes. Use before creating PRs or after completing a phase of work.
npx skill4agent add acedergren/agentic-tools review-allgit diff --name-only main...HEADmaingit diff --name-only HEAD~5| Agent | Type | Scope | What it checks |
|---|---|---|---|
| Security Reviewer | | Changed files only | OWASP Top 10, IDOR, injection, auth gaps |
| API Route Auditor | | Routes + types dirs | Schema coverage, type drift, auth hooks |
| Scope Auditor | | | Files modified outside task scope, formatting-only changes |
## Pre-PR Review Report
### Summary
| Reviewer | Findings | Critical | Warnings |
|-----------------|----------|----------|----------|
| Security | 2 | 0 | 2 |
| API Audit | 3 | 1 | 2 |
| Scope | 1 | 0 | 1 |
### Critical Issues (must fix before merge)
[List any CRITICAL/HIGH findings]
### Warnings (consider fixing)
[List MEDIUM/LOW findings]
### Clean Areas
[List what passed review with no issues]$ARGUMENTS/review-all/review-all HEAD~3/review-all --security-only