requesting-code-review

Reviews git code changes for alignment with stated requirements and merge readiness.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Jhabbig/Habbig --skill requesting-code-review-jhabbig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Jhabbig/Habbig/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/Jhabbig/Habbig --skill requesting-code-review-jhabbig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify completed work against requirements before it is merged, reducing the chance that bugs, gaps, or risky design choices slip into the main branch.

Core Features & Use Cases

  • Requirement Alignment: Checks whether the implementation matches the stated plan or task scope.
  • Quality Review: Evaluates code structure, error handling, architecture, testing, and production readiness.
  • Merge Readiness: Produces a clear verdict with strengths, issues, and recommendations so teams can decide whether to proceed or fix problems first.

Quick Start

Ask the assistant to review the finished changes against the requirements and return strengths, issues, recommendations, and a merge readiness verdict.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I review a git diff against requirements before merging?

To review a git diff, provide a base-to-head range, an implementation summary, and the explicit requirements. The review checks plan alignment, code quality, architecture, testing, and production readiness to return a merge readiness verdict.

What is the best way to check merge readiness for a pull request?

Checking merge readiness involves evaluating completed code changes against stated requirements to identify gaps or risky design choices. This produces a clear verdict with strengths, issues, and recommendations so teams can decide whether to proceed.

Can I use an automated code review for refactoring and bug fixes?

Yes, automated code review applies to feature implementation, bug fixes, refactors, and pre-merge checks. It requires a concise implementation summary and explicit requirements to assess plan alignment, code structure, and production readiness.

What do I need to provide for a focused pre-merge code review?

You need to provide a concise implementation summary, explicit requirements, and a base-to-head git diff range. This allows the review to assess plan alignment, code quality, architecture, testing, and production readiness.

Why does my code review miss gaps in requirement alignment?

Code reviews miss requirement alignment gaps when they lack explicit requirements to check against. Supplying a concise implementation summary and a clear plan ensures the review accurately verifies scope alignment and identifies missed tasks.