Loading...
Loading...
Perform read-only reviews of code changes (`git diff`) for quality, architecture compliance, and security (OWASP Top 10) by delegating to Agent tools. Use for self-reviews before committing/creating PRs, or when requesting "review changes" or "code review". Use implement-review-pr for GitHub PR reviews.
npx skill4agent add fandhe-ai/agent-cli-skills implement-reviewgit diff main...HEAD --stat
git diff main...HEADmaindevelop## Code Review Results
### ✅ No Issues
- ...
### ⚠️ Needs Improvement (Non-blocking)
- `src/components/Foo.tsx:42` — Description
### ❌ Needs Fix (Blocking)
- `src/components/Bar.tsx:10` — Description
## Security Audit Results
### ✅ No Issues
- ...
### ❌ Security Issues
- Severity: HIGH/MEDIUM/LOW
- `src/api/endpoint.ts:20` — Description
- Recommended Fix: ...