review-full
SolidRun a comprehensive multi-perspective code review on recent changes. Also triggers on 'is this secure?', 'security review', 'check for vulnerabilities', 'could this be exploited?' for security-focused review. Produces: GO/NO-GO verdict + findings table (Severity | Category | File:Line | Issue | Recommendation) grouping CRITICAL/HIGH/MEDIUM/LOW across code quality (patterns, error handling, types), security (OWASP Top 10, auth gaps, hardcoded secrets), and database logic (N+1 queries, soft-delete violations, missing models).
Install
Quality Score: 85/100
Skill Content
Details
- Author
- faizkhairi
- Repository
- faizkhairi/claude-code-blueprint
- Created
- 4 months ago
- Last Updated
- 1 weeks ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
review
Run a comprehensive multi-perspective code review on recent changes. Also triggers on 'is this secure?', 'security review', 'check for vulnerabilities', 'could this be exploited?' for security-focused review.
full-code-review
Run a deep multi-agent code review across one or more codebases. Covers security, code quality, and business logic. Outputs structured markdown with file paths, line numbers, severity ratings, and fix instructions. Triggers on "full code review", "comprehensive review", "code audit", "review entire codebase", "review all code".
review-changes
Review the current uncommitted or branch changes for quality and security before commit. Runs the code-reviewer and security-reviewer agents together and reports findings by severity, blocking on CRITICAL.