review-helper

Review git diffs, apply fixes, and verify with pnpm check and test commands.

Updated May 15, 2026
One-click install
npx skills add https://github.com/j-show/ai-everything --skill review-helper-j-show
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-helper
Source: https://github.com/j-show/ai-everything/tree/main/skills/review-helper
Command: npx skills add https://github.com/j-show/ai-everything --skill review-helper-j-show

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the common issue of code reviews being disconnected from the actual diff scope, providing vague suggestions, or failing to verify fixes through automated tests.

Core Features & Use Cases

  • Scope-Aware Review: Analyzes only the relevant diff (staged changes, unpushed commits, or specific hashes) to ensure focused feedback.
  • Report-Fix-Verify Loop: Automatically generates Chinese-language P0-P3 reports, applies fixes, and runs verification commands (check/test) until the code passes.
  • Use Case: Use this when you need to perform a thorough code audit on a feature branch, ensuring all identified issues are resolved and verified by your project's test suite before merging.

Quick Start

Invoke the review helper to audit all changes on the current branch and automatically apply necessary fixes.

Frequently Asked Questions about review-helper

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

FAQPage Schema
How do I automate code review and bug fixing on a specific git diff scope?

Automated code review targets specific git diff scopes like staged changes or unpushed commits, generating P0-P3 reports and applying iterative fixes to resolve identified bugs within that focused boundary.

What is a report-fix-verify loop in quality assurance testing?

A report-fix-verify loop in quality assurance testing generates issue reports, automatically applies remediation fixes, and runs verification commands repeatedly until the code passes project-defined test suites.

Do I need pnpm to verify automated code refactoring suggestions?

Yes, verifying automated code refactoring suggestions requires integration with local pnpm check and pnpm test commands to validate code integrity after applying improvements.

Can I use automated code review for unpushed commits on a feature branch?

Yes, scope-aware automated code review analyzes unpushed commits on a feature branch, ensuring focused feedback and thorough auditing before merging changes into the main codebase.

What is the best way to ensure code integrity before merging a feature branch?

The best way to ensure code integrity before merging is running an automated audit that reviews the diff, applies necessary refactoring, and validates results through project-defined test suites.