review

Analyze a PR diff against its base branch to surface drift and scope creep.

Updated Dec 13, 2017
One-click install
npx skills add https://github.com/dogeared/tnra --skill review-dogeared
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/dogeared/tnra/tree/main/.claude/skills/gstack/review
Command: npx skills add https://github.com/dogeared/tnra --skill review-dogeared

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews are time-consuming and error-prone when evaluating PR diffs against the base branch. This Skill automates scanning diffs, checks for drift, scope, planning, and quality signals to surface issues before merging.

Core Features & Use Cases

  • Analyzes PR diffs against base branch to identify drift, missing requirements, and scope creep.
  • Cross-checks plan files, TODOS, and checklists to surface actionable items and track progress.
  • Generates a structured plan-completion audit and design/check guidance for the team.

Quick Start

Submit a PR with changes to trigger the automated pre-landing review and plan-audit reports.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate pre-landing PR reviews to catch scope creep and missing requirements?

Automate pre-landing PR reviews by analyzing the target PR diff against its base branch to surface drift, missing requirements, and scope creep before merging.

What is the best way to audit a PR diff against plan files and TODOS?

Audit a PR diff by cross-checking the code changes against plan files, TODOS, and a review checklist to produce actionable items and a completion status.

How do I track plan completion and design guidance for pull requests?

Track plan completion and design guidance by generating a structured plan-completion audit that cross-checks diffs against planning files to surface actionable remediation items.

Does the automated PR review provide specific file references for remediation?

Yes, the automated PR review returns a clear assessment with specific file references and concrete next steps for remediation based on the analyzed diff.