review-full

Review source code for quality, security, and database logic issues.

64|19|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill review-full-faizkhairi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-full
Source: https://github.com/faizkhairi/claude-code-blueprint/tree/main/skills/review-full
Command: npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill review-full-faizkhairi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps to identify and rectify code quality issues and security vulnerabilities before merging or deploying code changes.

Core Features & Use Cases

  • Comprehensive Code Review: Performs a multi-agent review focusing on code quality, security, database logic, and architecture.
  • Security-focused Review: Triggered by specific keywords and provides a detailed GO/NO-GO verdict and findings table.
  • Quick Anti-Pattern Scanning: Optionally runs a quick review with review-diff for quick analysis.

Quick Start

Run a full review of recent changes using: !review-full

Frequently Asked Questions about review-full

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a comprehensive code review for security and database logic?

To run a comprehensive code review, trigger the skill to execute multi-agent parallel processing across your source code repositories. It evaluates code quality, security vulnerabilities, database efficiency, and architecture, producing a detailed GO/NO-GO verdict and findings table.

What is the best way to scan recent code changes for anti-patterns?

Scanning recent code changes for anti-patterns is best handled by running a quick diff review. This provides a fast analysis of recent modifications to identify immediate code quality issues without executing a full multi-agent architecture and database review.

Can I use this automated review to check code architecture and database efficiency?

Yes, you can use this automated review to check code architecture and database efficiency. It utilizes specific agents to analyze your source code repositories, evaluating database logic and architectural structures alongside standard code quality and security checks.

Do I need repository access for a multi-agent security review?

Yes, you need repository access for a multi-agent security review. The skill requires access to your source code repositories to perform parallel processing and accurately detect issues related to code quality, security vulnerabilities, and database logic.

When should I not use a full code review?

You should not use a full code review when you only need a quick analysis of recent changes. Instead of executing the complete multi-agent process for architecture and database logic, you can run a quick diff scan for faster anti-pattern detection.