Working on comprehensive review full review tasks or workflows
Needing guidance, best practices, or checklists for comprehensive review full review
Do not use this skill when
The task is unrelated to comprehensive review full review
You need a different domain or tool outside this scope
Instructions
Clarify goals, constraints, and required inputs.
Apply relevant best practices and validate outcomes.
Provide actionable steps and verification.
If detailed examples are required, open resources/implementation-playbook.md.
Orchestrate comprehensive multi-dimensional code review using specialized review agents
[Extended thinking: This workflow performs an exhaustive code review by orchestrating multiple specialized agents in sequential phases. Each phase builds upon previous findings to create a comprehensive review that covers code quality, security, performance, testing, documentation, and best practices. The workflow integrates modern AI-assisted review tools, static analysis, security scanning, and automated quality metrics. Results are consolidated into actionable feedback with clear prioritization and remediation guidance. The phased approach ensures thorough coverage while maintaining efficiency through parallel agent execution where appropriate.]
Review Configuration Options
--security-focus: Prioritize security vulnerabilities and OWASP compliance
--performance-critical: Emphasize performance bottlenecks and scalability issues
--tdd-review: Include TDD compliance and test-first verification
--framework [name]: Apply framework-specific best practices (React, Spring, Django, etc.)
Phase 1: Code Quality & Architecture Review
Use Task tool to orchestrate quality and architecture agents in parallel:
🧠 Knowledge Modules (Fractal Skills)
1. 1A. Code Quality Analysis
2. 1B. Architecture & Design Review
3. 2A. Security Vulnerability Assessment
4. 2B. Performance & Scalability Analysis
5. 3A. Test Coverage & Quality Analysis
6. 3B. Documentation & API Specification Review
7. 4A. Framework & Language Best Practices
8. 4B. CI/CD & DevOps Practices Review
9. Critical Issues (P0 - Must Fix Immediately)
10. High Priority (P1 - Fix Before Next Release)
11. Medium Priority (P2 - Plan for Next Sprint)
12. Low Priority (P3 - Track in Backlog)
How to use it
Copy the folder
Take dokhacgiakhoa/comprehensive-review-full-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
Check the name does not clash
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.