kata-review-pull-requests
✓Run a comprehensive pull request review using multiple specialized agents. Each agent focuses on a different aspect of code quality, such as comments, tests, error handling, type design, and general code review. The skill aggregates results and provides a clear action plan for improvements. Triggers include "review PR", "analyze pull request", "code review", and "PR quality check".
Installation
SKILL.md
Run a comprehensive pull request review by spawning general-purpose subagents with inlined reference instructions. Each subagent gets a fresh context window with its specialized review instructions, the diff, and project context.
| code | code-reviewer-instructions.md | General code review for project guidelines | | tests | pr-test-analyzer-instructions.md | Test coverage quality and completeness | | comments | comment-analyzer-instructions.md | Code comment accuracy and maintainability | | errors | silent-failure-hunter-instructions.md | Silent failures and error handling |
| types | type-design-analyzer-instructions.md | Type design and invariants | | simplify | code-simplifier-instructions.md | Code clarity and maintainability | | all | (all applicable) | Run all reviews (default) |
Run a comprehensive pull request review using multiple specialized agents. Each agent focuses on a different aspect of code quality, such as comments, tests, error handling, type design, and general code review. The skill aggregates results and provides a clear action plan for improvements. Triggers include "review PR", "analyze pull request", "code review", and "PR quality check". Source: gannonh/kata-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gannonh/kata-skills --skill kata-review-pull-requests- Source
- gannonh/kata-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is kata-review-pull-requests?
Run a comprehensive pull request review using multiple specialized agents. Each agent focuses on a different aspect of code quality, such as comments, tests, error handling, type design, and general code review. The skill aggregates results and provides a clear action plan for improvements. Triggers include "review PR", "analyze pull request", "code review", and "PR quality check". Source: gannonh/kata-skills.
How do I install kata-review-pull-requests?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gannonh/kata-skills --skill kata-review-pull-requests Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gannonh/kata-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11