comprehensive-review

Integrate architecture, quality, readability, security, and documentation assessments into code reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DaichiHoshina/ai-tools --skill comprehensive-review-daichihoshina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comprehensive-review
Source: https://github.com/DaichiHoshina/ai-tools/tree/main/claude-code/skills/comprehensive-review
Command: npx skills add https://github.com/DaichiHoshina/ai-tools --skill comprehensive-review-daichihoshina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates architecture, quality, readability, security, and documentation reviews into a single, cohesive evaluation to accelerate code quality improvements.

Core Features & Use Cases

  • Integrated five-perspective review: architecture, quality, readability, security, and docs, enabling a holistic assessment.
  • Focused analysis with the --focus parameter to tailor outputs for architecture, quality, readability, security, or docs.
  • Supports standard review workflows such as pull requests, refactors, and onboarding by generating actionable remediation suggestions and improved documentation.

Quick Start

Ask the AI to run a full comprehensive review on the current codebase to generate actionable findings.

Frequently Asked Questions about comprehensive-review

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

FAQPage Schema
How do I perform a comprehensive code review that covers architecture, security, and documentation together?

This approach integrates architecture, quality, readability, security, and documentation assessments into a single cohesive evaluation. It generates concrete remediation suggestions and documentation improvements suitable for pull requests, refactors, and onboarding workflows.

Can I run a focused static analysis on just the security or architecture of my code?

Yes, a focused analysis can be tailored using the --focus parameter to target architecture, quality, readability, security, or documentation individually. This allows for targeted static analysis without running a full end-to-end review on the codebase.

Does this end-to-end code review approach support Python, Go, and Rust projects?

Yes, this comprehensive review supports TypeScript, Go, Python, Rust, and more. It applies unified code review workflows across multiple languages and project sizes, satisfying requirements for automated static analysis and clean architecture adherence.

How do I ensure my refactoring adheres to clean architecture and DDD principles during a PR review?

By performing a comprehensive review, you can validate adherence to clean architecture and DDD during refactors or PR reviews. It analyzes structural design alongside quality and security to generate concrete remediation suggestions aligning your codebase with architectural standards.

What is the best way to automate documentation improvements alongside static code analysis?

Integrating documentation as one of five core assessment perspectives within a comprehensive review is the best way to automate this. It evaluates documentation alongside static analysis and generates actionable suggestions for documentation improvements.

When should I avoid using a unified five-perspective code review?

You should avoid a unified five-perspective review when you only need a quick syntax check or isolated linting pass. For highly targeted tasks, using the --focus parameter is more efficient than generating a full end-to-end architectural and security evaluation.