requesting-code-review

Dispatch a focused code review agent to evaluate changes against requirements.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill requesting-code-review-jiangaustin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/JiangAustin/Money_Never_Sleep/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill requesting-code-review-jiangaustin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify completed work before it spreads by requesting a focused code review agent to check the implementation against the intended requirements, surface risks early, and separate critical fixes from minor polish.

Core Features & Use Cases

  • Pre-merge validation: Review finished changes before they are merged into the main branch.
  • Task checkpoint review: Check each completed task in a multi-step development workflow.
  • Quality and risk detection: Identify gaps in tests, architecture, error handling, and requirement alignment.
  • Use case: After finishing a feature or bug fix, use this Skill to produce a structured review request with the right context so another agent can evaluate the diff instead of your conversation history.

Quick Start

Ask the AI to request a code review for your completed change using the relevant requirements and git range.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate a pre-merge code review for a git diff?

To automate a pre-merge code review, provide a base SHA, head SHA, and change summary to dispatch a focused review agent that evaluates the git diff against intended requirements and returns actionable feedback.

What is a checkpoint review in a multi-step development workflow?

A checkpoint review evaluates completed tasks within a multi-step workflow by checking the git diff for correctness, architecture, testing, and documentation gaps before merging changes into the main branch.

Can I use this code review agent for bug fixes and refactoring validation?

Yes, this code review validation applies to feature delivery, bug fixes, and refactors by assessing the completed git diff against intended requirements to surface risks and identify quality gaps early.

What inputs do I need to request an automated code review before merging?

Requesting an automated code review requires a base SHA, a head SHA, and a concise change summary so the reviewer agent can assess the git diff and return actionable feedback.

Does automated code review check architecture and testing alignment?

Automated code review checks architecture and testing alignment by evaluating the completed git diff to identify gaps in tests, error handling, and requirement verification before the merge.

Why use a dedicated review agent instead of reviewing conversation history?

Using a dedicated review agent produces a structured review request with the correct git context, allowing an agent to evaluate the actual diff rather than relying on your conversation history.