requesting-code-review

Review completed code changes with severity-ranked findings and merge-readiness judgment.

Updated Sep 27, 2024
One-click install
npx skills add https://github.com/sheer-rey/PowerBash --skill requesting-code-review-sheer-rey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/sheer-rey/PowerBash/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/sheer-rey/PowerBash --skill requesting-code-review-sheer-rey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify completed work before it spreads further, so you can catch bugs, design issues, and missing requirements early instead of discovering them after merge.

Core Features & Use Cases

  • Checkpoint-Based Review: Use it after finishing a task, completing an important feature, or before merging to main.
  • Structured Evaluation: It guides a reviewer to assess plan alignment, code quality, architecture, testing, and production readiness.
  • Actionable Feedback: Findings are grouped by severity, with clear file references, impact explanations, and fix suggestions.
  • Use Case: A developer finishes a feature branch and wants an objective review of correctness, test coverage, and release risk before continuing.

Quick Start

Ask the AI to request a code review for your completed change, summarizing what was built, what it was supposed to do, and the commit range to inspect.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I get a code review before merging a feature branch?

To get a code review before merging, provide a focused git diff range, a summary of the feature requirements, and the completed changes. The review evaluates plan alignment, code quality, and test coverage to determine merge readiness.

What is the best way to validate code changes at a task checkpoint?

Validating code changes at a task checkpoint involves reviewing the focused diff range against the initial requirements. This structured evaluation assesses production readiness, architecture, and correctness to catch bugs early before proceeding.

How does a pre-merge code review handle severity and feedback?

A pre-merge code review groups feedback by severity, providing clear file-line references, impact explanations, and fix suggestions. This structured evaluation assesses production readiness and merge readiness.

Can I use an automated code review for refactoring validation?

Yes, you can use this code review for refactoring validation. It requires a focused diff range and a requirement summary to evaluate code quality, architecture, and production readiness before merging the refactored changes.

What do I need to provide for an automated code review of my git diff?

You need to provide a focused git diff range representing your completed changes, a summary of what was built, and the original requirements. This allows the review to assess correctness and merge readiness.

When should I request a code review in my developer workflow?

You should request a code review in your developer workflow after finishing a task, completing an important feature, refactoring code, or before merging to main. This verifies correctness and release risk before changes spread further.