requesting-code-review

Review code changes against requirements, tests, and documentation before merging.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jmmL/dr3-old --skill requesting-code-review-jmml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/jmmL/dr3-old/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/jmmL/dr3-old --skill requesting-code-review-jmml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured code review approach to verify work meets requirements, reduce defects, and ensure alignment with plans before merging.

Core Features & Use Cases

  • Structured review workflow: After feature completion, before merging, ensure requirements are met and risks are identified.
  • Git-based validation: Use SHAs and diffs to inspect changes and assess impact.
  • Quality assessment: Check for proper error handling, type safety, architecture decisions, tests, and documentation.
  • Collaboration guidance: Facilitate precise feedback and traceable decisions.

Quick Start

Run a typical review by pulling the latest changes and performing a diff.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I streamline code reviews to catch issues before merging a pull request?

Streamline code reviews by applying a structured workflow that verifies requirements, checks test coverage, enforces code style consistency, and validates documentation alignment before merging a pull request.

What is the best way to perform a structured code review using git diffs?

The best way to perform a structured code review using git is to pull the latest changes, inspect diffs using commit SHAs, and assess impact by checking error handling, type safety, architecture decisions, tests, and documentation.

Can I use this code review process for bug fixes and major features in shared repositories?

Yes, you can use this code review process for bug fixes and major features across shared repositories to ensure work meets requirements, reduce defects, and identify risks before merging.

What quality assurance checks should I run during a pull request review?

During a pull request review, you should run quality assurance checks for proper error handling, type safety, architecture decisions, test coverage, code style consistency, and documentation alignment.

How do I facilitate precise feedback and traceable decisions during a code review?

Facilitate precise feedback and traceable decisions during a code review by applying a structured workflow that uses git SHAs and diffs to inspect changes and assess impact before merging.