
from claude-code-blueprint22
Run a comprehensive, multi-agent code review that covers quality, security, and database concerns and synthesises a severity-ranked findings table.
This skill orchestrates parallel review agents to produce a thorough code review: a code-quality pass, a security-focused audit (OWASP Top 10 and project-specific checks), and a database/migration analysis. It synthesises findings into a severity-rated table and provides a GO/NO-GO verdict.
Invoke this for PR reviews, branch audits, or when prompted with ‘security’ to run a focused vulnerability scan. Use for large diffs, release gating, or pre-deploy safety checks. For quick scans use the lighter review-diff skill.
Fits with Claude Code/Codex-style multi-agent setups and CI integrations that can spawn parallel reviewer agents.
Multi-perspective code review skill that spawns parallel agents for quality, security, and database concerns. Well-structured with clear step-by-step workflow, argument handling for file/branch/range scope, and a synthesized severity-ranked findings table with GO/NO-GO verdict. No bundled scripts — purely a prompt-orchestration skill. Clean security profile with no risky patterns.
Prompt-only skill with no scripts to execute. The multi-agent approach (code-reviewer, security-reviewer, db-analyst) is well-designed and practical. OWASP Top 10 coverage in security review is a strong point.