meow:review

Validate branch diffs against plans with multi-pass architectural and security review.

14|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meow:review
Source: https://github.com/ngocsangyem/MeowKit/tree/main/packages/create-meowkit/templates/claude/skills/meow%3Areview
Command: npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a comprehensive, plan-aware code review workflow that validates branch diffs against requested plans, enforces architectural and security checks, and surfaces adversarial findings prior to shipping.

Core Features & Use Cases

  • Plan-aligned diff validation with a two-pass review to surface drift and missing requirements.
  • Security, architecture, and design checks combined with test-coverage evaluation to mitigate risk.
  • Adversarial review using cross-model prompts to uncover edge cases, failures, and audit-readiness.
  • Persisted Eng Review status to gate ship commands and maintain cross-branch traceability.

Quick Start

Run this skill on the current branch to perform a complete, multi-pass review and surface actionable fixes before merging.

Frequently Asked Questions about meow:review

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

FAQPage Schema
How do I automate code review against a development plan before shipping?

To automate code review against a plan, you need a multi-pass workflow that validates branch diffs, enforces architectural and security checks, and surfaces adversarial findings to determine ship readiness.

What is adversarial code review and how does it find edge cases?

Adversarial code review uses cross-model prompts to critique branch diffs, actively uncovering edge cases, potential failures, and audit-readiness issues that standard validation might miss before merging.

How do I check if a branch diff has drifted from the requested plan?

You can identify drift between a branch diff and a requested plan by applying a two-pass review workflow that validates planned requirements and surfaces missing implementations before shipping.

Can I enforce security and test coverage checks during a code review?

Yes, you can enforce security, architecture, and design checks combined with test-coverage evaluation during code review to mitigate risk and ensure the branch is ready for ship.

What is the best way to surface actionable fixes for failing code reviews?

The best way to surface actionable fixes is through a Fix-First process that identifies drift and issues during multi-pass review, persisting engineering results to gate ship commands and maintain traceability.

When should I use a multi-pass code review workflow?

You should use a multi-pass code review workflow when you need to validate branch diffs against requested plans, enforce architectural checks, and perform adversarial critique prior to shipping.