grill-review

Stress-tests code changes via git diffs, pull requests, or local files.

1|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/rozza/ai-skills --skill grill-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-review
Source: https://github.com/rozza/ai-skills/tree/main/grill-review
Command: npx skills add https://github.com/rozza/ai-skills --skill grill-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the common issue of superficial code reviews by forcing a deep, structured examination of code changes to ensure the author and reviewer truly understand the intent, mechanics, impact, and testing strategy.

Core Features & Use Cases

  • Structured Inquiry: Systematically walks through four critical dimensions: Intent, Mechanics, Impact, and Testing.
  • Context-Aware Analysis: Automatically integrates project-specific rules from AGENTS.md and CLAUDE.md files to ensure reviews align with established team standards.
  • Use Case: Use this during a pull request review to verify that a complex refactor doesn't introduce subtle regressions or violate architectural patterns.

Quick Start

Invoke the grill review skill by providing the pull request number or branch name you wish to analyze.

Frequently Asked Questions about grill-review

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

FAQPage Schema
How do I conduct a structured code review on a git diff to catch subtle regressions?

A structured code review on a git diff systematically walks through Intent, Mechanics, Impact, and Testing to catch regressions. It analyzes local source code and project documentation to generate risk-weighted questions for the author.

Can I use pull request numbers to automate quality assurance and verify code comprehension?

Yes, you can use pull request numbers to automate quality assurance by invoking an interactive review process. This verifies code comprehension by generating targeted questions based on the specific changes and local project rules.

How does static analysis integrate with AGENTS.md files during a pull request review?

Static analysis integrates with AGENTS.md files during a pull request review by automatically extracting project-specific rules. This ensures the generated review questions align with established team standards and architectural patterns.

What is the best way to stress-test a complex refactor before merging?

The best way to stress-test a complex refactor is through a multi-dimensional interactive review. By examining intent, mechanics, impact, and testing strategy, it identifies potential risks and verifies the author's code comprehension.

Does this code review tool work with local file paths or only remote git branches?

This code review tool works with both local file paths and remote git branches. It operates on git diffs, pull requests, or local directories to analyze source code and generate targeted inquiry questions.