review/issue-contract

Verify code review branch contract integrity before diff inspection.

8|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/usurobor/cnos --skill review-issue-contract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review/issue-contract
Source: https://github.com/usurobor/cnos/tree/main/src/packages/cnos.cdd/skills/cdd/review/issue-contract
Command: npx skills add https://github.com/usurobor/cnos --skill review-issue-contract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that a code review branch satisfies contract integrity requirements before inspecting diffs, including AC coverage, named doc updates, CDD artifact contracts, and active skill consistency.

Core Features & Use Cases

  • Pre-checks for contract integrity across reviews.
  • Generates structured tables for AC coverage, named docs, CDD artifacts, and active skill consistency.
  • Used to gate progress in review workflows and ensure traceability before diffs.

Quick Start

Load the issue-contract walk into the review orchestrator and run Phase 2a checks.

Frequently Asked Questions about review/issue-contract

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

FAQPage Schema
How do I verify contract integrity before reviewing a code branch?

Contract integrity verification checks AC coverage, named docs, CDD artifacts, and active skill consistency before diff inspection. This pre-check generates structured tables to gate progress and ensure traceability in the review workflow.

What is AC coverage evaluation in a code review workflow?

AC coverage evaluation verifies that a code review branch meets acceptance criteria requirements. It generates a structured table mapping branch changes to contract requirements before diff inspection begins.

How do I generate structured tables for CDD artifact contracts and named docs?

Load the issue-contract walk into the review orchestrator and run Phase 2a checks. This generates structured tables for AC coverage, named-doc updates, CDD artifact contracts, and active-skill consistency.

Do I need to complete Phase 1 before checking contract integrity requirements?

Yes, contract integrity verification requires Phase 1 completion and the review orchestrator to be loaded. These prerequisites ensure the necessary context is available to evaluate AC coverage and CDD artifacts.

Why should I gate code review progress before inspecting diffs?

Gating progress before diff inspection ensures traceability and contract compliance across AC coverage, named docs, and CDD artifacts. This prevents reviewing changes that do not satisfy foundational contract integrity requirements.

Can I check active skill consistency alongside AC coverage in one pass?

Yes, active skill consistency is evaluated together with AC coverage, named docs, and CDD artifacts during Phase 2a. The review orchestrator generates a consolidated table to verify all contract integrity dimensions.