What problem does it solve?
This Skill standardizes and deepens the code review process, ensuring that GitHub Pull Requests and local code changes undergo thorough scrutiny across multiple dimensions. It helps catch quality, design, security, and operational issues early, saving significant time and effort in the long run.
Core Features & Use Cases
- Six-Phase Review Framework: Systematically evaluates code based on quality, design & architecture, security, testing, operations, and documentation, leaving no stone unturned.
- GitHub PR Integration with Worktrees: Automatically fetches and sets up isolated Git worktrees for seamless and focused review of pull requests, minimizing context switching.
- Context-Aware Analysis: Explicitly asks for user-provided context (design docs, guidelines) and automatically analyzes existing code to ensure consistency with established patterns.
- Detailed Japanese Report: Generates a comprehensive
review_result.md in Japanese, complete with an executive summary, detailed findings per phase, and prioritized recommendations (Critical, Important, Suggestion).
- Use Case: A critical new feature is implemented, and a teammate submits a pull request for review. Use this Skill by providing the PR URL. It will set up the code, ask for relevant context, perform a deep six-phase analysis, and deliver a detailed
review_result.md report, highlighting security vulnerabilities, architectural concerns, and areas for improvement, all without you having to manually navigate the codebase.
Quick Start
Review the GitHub pull request at https://github.com/myorg/myrepo/pull/123 focusing on security and design principles. Generate the review_result.md report.