Comprehensive Review Full Review
Analyzes documents thoroughly, identifying key arguments, biases, and potential weaknesses for complete review insights.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add comprehensive-review-full-review npx -- -y @trustedskills/comprehensive-review-full-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"comprehensive-review-full-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/comprehensive-review-full-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to perform comprehensive code reviews by orchestrating multiple specialized review agents in sequential phases. It covers aspects like code quality, security, performance, testing, documentation, and best practices. The workflow integrates AI-assisted tools, static analysis, and automated quality metrics to produce actionable feedback with prioritization and remediation guidance.
When to use it
- When working on comprehensive code review tasks or workflows.
- When needing guidance, best practices, or checklists for a thorough code review.
- For orchestrating multi-dimensional code reviews using specialized agents.
Key capabilities
- Orchestrates multiple specialized review agents in phases.
- Integrates AI-assisted review tools (Copilot, Codium, Bito).
- Supports static analysis with SonarQube, CodeQL, and Semgrep.
- Provides quality metrics dashboards.
- Applies framework-specific best practices (React, Spring, Django, etc.).
- Offers configuration options:
--security-focus,--performance-critical,--tdd-review,--ai-assisted,--strict-mode,--metrics-report,--framework [name].
Example prompts
- "Perform comprehensive code quality review for this file. Analyze code complexity and identify refactoring opportunities."
- "Review the architectural design patterns in this microservice, evaluating API design and database schema."
- "Run a security focused review of this codebase, prioritizing OWASP compliance."
Tips & gotchas
- Clarify goals, constraints, and required inputs before starting the review.
- Detailed examples and implementation playbooks can be found in
resources/implementation-playbook.md. - The workflow is designed for code reviews; it's not suitable for unrelated tasks or when external tools are needed outside its scope.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.