requesting-code-review

Dispatch a production code review workflow across git ranges and task batches.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/diegocondo10/sinai-intranet-backend --skill requesting-code-review-diegocondo10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/diegocondo10/sinai-intranet-backend/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/diegocondo10/sinai-intranet-backend --skill requesting-code-review-diegocondo10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify completed work before it ships by sending a focused code review request to a reviewer agent, reducing the risk of missed bugs, weak tests, and requirement drift.

Core Features & Use Cases

  • Pre-merge validation: Review changes before merging to main so critical issues are caught early.
  • Feature and bugfix review: Check whether an implementation matches the plan, handles edge cases, and is safe to release.
  • Production readiness assessment: Evaluate code quality, architecture, testing, and documentation together.
  • Use Case: After finishing a major feature, use this Skill to gather a severity-ranked review and decide what must be fixed before shipping.

Quick Start

Ask this Skill to review your latest implementation against the requirements before you merge it.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I run a pre-merge code review on recent git changes?

Pre-merge code review requires a base and head commit comparison to evaluate recent implementation changes. The workflow dispatches a production readiness assessment across your git range, checking code quality, architecture, and testing before you merge.

What is production readiness assessment for feature delivery?

Production readiness assessment evaluates code quality, architecture, testing, and documentation together before shipping. It provides severity-ranked findings to help you decide what must be fixed before releasing a major feature or bug fix to production.

Can I use a code review workflow for refactors and bug fixes?

Code review workflows apply to feature delivery, refactors, and bug fixes across task batches. The process aligns your implementation against original requirements and checks edge cases to ensure the changes are safe to release.

How do I verify my implementation matches requirements before shipping?

Verifying implementation against requirements involves comparing your head and base commits to detect requirement drift. The review generates severity-ranked findings covering code quality and production readiness to catch missed bugs and weak tests.

What is the best way to catch code quality issues before merging to main?

Catching code quality issues before merging requires a severity-ranked review of your git diff. This pre-merge validation process evaluates architecture and testing completeness to reduce the risk of releasing critical bugs to production.

Do I need a base and head commit to perform a git diff code review?

A base and head commit comparison is required to perform a git diff code review. This commit range provides the necessary implementation changes for requirement alignment and severity-ranked findings across your task batches.