requesting-code-review

Review code changes against requirements and produce severity-ranked findings.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/51hhh/BU03 --skill requesting-code-review-51hhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/51hhh/BU03/tree/main/.github/skills/requesting-code-review
Command: npx skills add https://github.com/51hhh/BU03 --skill requesting-code-review-51hhh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify code changes before they ship, catching defects, requirement gaps, and maintainability issues early so you can avoid costly rework.

Core Features & Use Cases

  • Early Review Workflow: Prompts a focused code review at the right moments, such as after completing a task, finishing a major feature, or before merging.
  • Structured Feedback: Produces strengths, severity-ranked issues, recommendations, and a clear merge-readiness assessment.
  • Use Case: After implementing a new feature or fixing a complex bug, use this Skill to validate the change set against requirements and surface anything that should be corrected before release.

Quick Start

Ask the skill to review your recent code changes against the stated 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 verify code changes before a git pull request merge?

To verify code changes before a merge, review the implementation against requirements, evaluate code quality and testing, and produce severity-ranked findings with a merge-readiness assessment. This structured feedback catches defects and requirement gaps early.

What is the best way to check merge readiness for a feature or bug fix?

Checking merge readiness involves validating the change set against stated requirements and surfacing maintainability issues. This process produces structured feedback including strengths, severity-ranked issues, and a clear verdict on whether the code is ready to merge.

How does a pre-merge code review workflow identify defects in a repository?

A pre-merge code review workflow identifies defects by evaluating implementation completeness, code quality, and testing coverage. It prompts a focused review at critical moments like feature completion or bug fixes to catch issues before they ship.

Can I evaluate refactored code for quality assurance before continuing development?

Yes, you can evaluate refactored code for quality assurance by applying a structured review process to the change set. This verifies the implementation against requirements and surfaces any maintainability issues or defects early.

When do I need to prompt a structured code review during software development?

You need to prompt a structured code review at key moments such as after completing a task, finishing a major feature, fixing a complex bug, or before merging. This ensures implementation verification and quality assurance happen before release.

What limitations exist when evaluating code quality without automated testing metrics?

Evaluating code quality without automated testing metrics limits the ability to fully verify testing coverage within the change set. The review relies on identifying implementation gaps and maintainability issues but may miss runtime defects not visible in the code.