requesting-code-review

Enforce a systematic self-review checklist before merging Git-based code changes.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/yairbederman/EngineeringAgency --skill requesting-code-review-yairbederman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/yairbederman/EngineeringAgency/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/yairbederman/EngineeringAgency --skill requesting-code-review-yairbederman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review your work systematically before declaring it complete. The skill provides a repeatable process to catch missed requirements, quality gaps, and edge cases earlier in the lifecycle.

Core Features & Use Cases

  • Structured self-review checklist to verify spec compliance, code quality, tests, and readiness for merge.
  • Context gathering and artifact inspection to ensure all changes are well-understood and documented.
  • End-to-end verification workflow that can be applied after completing each task or feature, including post-change verification and risk assessment.

Quick Start

Run the self-review checklist after completing each task in your execution plans.

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 a structured code review before merging a pull request?▼

Code review before merging is enforced via a repeatable self-review checklist that validates spec compliance, code quality, tests, and final verification. This structured process catches missed requirements and edge cases early in the lifecycle.

What is a self-review checklist for merge preparation?▼

A self-review checklist for merge preparation is a systematic workflow that validates spec compliance, code quality, and test coverage. It ensures end-to-end verification and risk assessment are completed before a PR is declared ready.

How do I verify spec compliance and code quality before declaring a task complete?▼

To verify spec compliance and code quality before declaring a task complete, gather context and inspect artifacts through an end-to-end verification workflow. This mitigates quality gaps and ensures all changes are well-understood and documented.

Does this code review checklist work for small Git fixes as well as major features?▼

Yes, this code review checklist works for small Git fixes as well as major features. It is applicable across all Git-based workflows, enforcing systematic review regardless of the software development task's scale.

When should I run a code review checklist in my development workflow?▼

You should run a code review checklist in your development workflow after completing each task or feature in your execution plans. Running it at this stage enforces post-change verification and risk assessment before initiating a PR.