requesting-code-review

Analyze git diff ranges and categorize issues by severity for code review.

154|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/haojing8312/WorkClaw --skill requesting-code-review-haojing8312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/haojing8312/WorkClaw/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/haojing8312/WorkClaw --skill requesting-code-review-haojing8312

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often merge code without sufficient review, leading to bugs, security issues, and technical debt. This Skill ensures systematic code review before merging, catching defects early.

Core Features & Use Cases

  • Automated Git Diff Analysis: Retrieves and compares commit ranges to identify changes.
  • Severity Categorization: Classifies findings into Critical, Important, and Minor issues.
  • Actionable Feedback: Provides clear recommendations and a readiness assessment for merging.
  • Use Cases: Ideal after completing a development task, before a pull request, or when a team needs consistent review standards.

Quick Start

Ask the skill to review the changes between the last two commits before merging.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I perform an automated code review before a git merge?

To perform an automated code review before a git merge, analyze git diff ranges to catch defects early. This skill categorizes identified issues by severity and provides actionable feedback to ensure clean releases.

What is the best way to review git diff ranges for pull requests?

Reviewing git diff ranges for pull requests involves comparing commit ranges to identify changes and categorize defects. This approach provides a readiness assessment and clear recommendations for developers before merging.

How does severity categorization work in pre-merge code reviews?

Severity categorization in pre-merge code reviews classifies findings into Critical, Important, and Minor issues. This helps developers prioritize bug fixes and security issues systematically before merging code.

Can I use this automated code review on any git repository?

Yes, you can apply this automated code review to any git repository during development. It is ideal after completing a development task or before a pull request is merged to ensure consistent review standards.

When do I need to run a pre-merge code review on my commits?

You need to run a pre-merge code review when completing a development task or preparing a pull request. This catches bugs, security issues, and technical debt early, providing a merge readiness assessment.

Does automated git diff analysis replace manual pull request reviews?

Automated git diff analysis supplements manual pull request reviews by systematically catching defects and categorizing severity. It ensures consistent review standards and provides actionable feedback, but developers still make the final merge decision.