rc:diff-review

Compare git branches and run multi-round validation with auto-fix.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Room-C/ai-dev-workflow --skill rc-diff-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rc:diff-review
Source: https://github.com/Room-C/ai-dev-workflow/tree/main/skills/diff-review
Command: npx skills add https://github.com/Room-C/ai-dev-workflow --skill rc-diff-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious cycle of reviewing code changes, validating findings, and applying fixes, ensuring that code meets quality standards without manual intervention.

Core Features & Use Cases

  • Automated Review Loop: Orchestrates a 5-round cycle of review, validation, and auto-fix to eliminate P1/P2 issues.
  • Intelligent Validation: Uses sub-agents to classify findings as to_fix, dismissed, or deferred based on project-specific rules and confidence gating.
  • Use Case: When you push a feature branch, use this Skill to automatically compare it against the main branch, identify logic or security flaws, and apply verified fixes until the code is clean.

Quick Start

Use the rc:diff-review skill to compare the current branch against main and automatically fix any identified issues.

Frequently Asked Questions about rc:diff-review

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

FAQPage Schema
How do I automate code review and fix loops for feature branches?

To automate code review and fix loops, use a tool that compares your feature branch against main and executes a five-round cycle of validation and auto-fix. This orchestrates review, classifies findings, and applies verified fixes until the code is clean.

Can I use sub-agents to classify code review findings automatically?

Yes, you can use sub-agents to classify code review findings automatically. Intelligent validation categorizes findings as to_fix, dismissed, or deferred based on project-specific rules and confidence gating, ensuring only verified issues are remediated.

Does automated code review work with git and bash for quality assurance?

Automated code review works with git and bash for quality assurance. It requires these dependencies to compare branches, execute shell scripts, and perform structural analysis and verification during the multi-round remediation cycle.

What is the best way to handle P1/P2 security checks during refactoring?

The best way to handle P1/P2 security checks during refactoring is an automated multi-round review loop. It identifies logic or security flaws, validates them against project rules, and applies verified fixes until the code meets quality standards.

Do I need jq installed to run automated branch comparisons?

Yes, you need jq installed to run automated branch comparisons. Along with git and bash, jq is a required dependency for parsing and processing the JSON data generated during the validation and auto-fix cycle.

When should I not use an automated code review loop?

You should not use an automated code review loop when your project lacks clear quality assurance rules or when changes require subjective human judgment. The system relies on project-specific rules and confidence gating to classify and remediate findings.