kitty:review

Automate structured code reviews using Cartographing Kittens-powered reviewer agent swarms.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Kakise/cartographing-kitties-plugin --skill kitty-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kitty:review
Source: https://github.com/Kakise/cartographing-kitties-plugin/tree/main/plugins/kitty/skills/kitty-review
Command: npx skills add https://github.com/Kakise/cartographing-kitties-plugin --skill kitty-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured code review using Cartographing Kittens-powered reviewer agent swarms. Use when the user says "review this", "check my code", "code review", or before creating a PR. Dispatches always-on and conditional reviewer agents in parallel, merges findings, and optionally applies safe fixes. Supports modes: interactive (default), autofix (mode:autofix), report-only (mode:report-only).

Core Features & Use Cases

  • Parallel reviewer agents run in tandem to surface findings, merge results, and optionally apply safe fixes.
  • Supports modes: interactive (default), autofix, and report-only to fit CI pipelines and dry-run scenarios.
  • Useful for pre-merge reviews, PR quality gates, and security-focused assessments across languages supported by the tool.

Quick Start

Trigger kitty:review with a branch or PR number and desired mode, then inspect the consolidated findings.

Frequently Asked Questions about kitty:review

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

FAQPage Schema
How do I automate code review for a pull request using parallel agents?

You can automate code review by dispatching parallel reviewer agents that analyze changes, merge findings, and optionally apply safe fixes. This structured approach fits pre-merge reviews and PR quality gates.

Can I run a code review in report-only mode for a dry-run scenario?

Yes, you can run a code review in report-only mode. This mode generates consolidated findings without applying fixes, making it suitable for dry-run scenarios and CI pipeline integration.

What is the best way to perform a pre-merge code review across multiple languages?

The best way to perform a pre-merge code review across multiple languages is using a structured analysis tool that dispatches parallel reviewer agents to surface findings and merge results before merging.

How does parallel processing work for automated code reviews?

Parallel processing for automated code reviews works by dispatching always-on and conditional reviewer agents in tandem. They run simultaneously to analyze code changes and merge their findings into a consolidated result.

Does the automated code review tool apply fixes automatically?

Yes, the automated code review tool can apply fixes automatically. By using the autofix mode, it applies safe fixes directly to the code changes after the parallel reviewer agents merge their findings.