specdo-request-code-review

Enforce a complete apply payload before initiating a code-review gate.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MoonCoder-HAPPY/SpecDo --skill specdo-request-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specdo-request-code-review
Source: https://github.com/MoonCoder-HAPPY/SpecDo/tree/main/specdo-request-code-review
Command: npx skills add https://github.com/MoonCoder-HAPPY/SpecDo --skill specdo-request-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This wrapper skill enforces a complete active apply payload and diff scope before a code review gate, ensuring reviews are performed on valid, scoped changes and gate history is preserved.

Core Features & Use Cases

  • Verify and enforce apply context from specdo-apply or prior wrappers before initiating a code review gate.
  • Validate diff scope and changed files to ensure full coverage of the review target; route to the correct next skill based on outcomes.
  • Record a structured review_result gate event and hand off to verification or receive-code-review, enabling traceable and auditable governance of code changes.
  • Use-case: In a CI-driven workflow, after a feature implementation wrapper completes, run specdo-request-code-review to gate the change with a formal review and ensure only approved diffs proceed to verification.

Quick Start

Provide a complete, resolved active apply payload to initiate a code-review gate.

Frequently Asked Questions about specdo-request-code-review

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

FAQPage Schema
How do I gate code reviews for scoped changes in a CI workflow?

A formal code review gate enforces a complete active apply payload and diff scope before reviews begin, ensuring only valid, scoped changes proceed. It records a structured review_result gate event and routes to verification or receive-code-review based on outcomes.

How do I initiate a code review gate with a resolved apply payload?

To initiate a code review gate, provide a complete, resolved active apply payload from specdo-apply or a prior wrapper that includes changed_files and a diff_identity. The skill verifies this apply context and validates the diff scope to ensure full coverage of the review target.

Does a code review gate require prior wrapper output to proceed?

Yes, a code review gate requires prior wrapper output, specifically a resolved active apply payload from specdo-apply or a similar wrapper. Without changed_files and a diff_identity to scope the review, the gate cannot enforce valid, scoped changes or preserve gate history.

What happens after a code review gate evaluates the changed files?

After evaluating changed files, the code review gate records a review_result gate event and routes to either specdo-verification or specdo-receive-code-review. The routing decision depends on the review outcome and the presence of prior gate events in the history.

Why does my code review gate fail to start without a diff identity?

A code review gate fails to start without a diff identity because it enforces a complete active apply payload to scope the review target. The diff identity and changed_files are required to validate full coverage and preserve traceable, auditable governance of code changes.