Agent Skills: Modular Code Review Contract

>-

UncategorizedID: shaug/agent-scripts/modular-code-review-contract

Install this agent skill to your local

pnpm dlx add-skill https://github.com/shaug/agent-scripts/tree/HEAD/skills/modular-code-review-contract

Skill Files

Browse the full folder contents for modular-code-review-contract.

Download Skill

Loading file tree…

skills/modular-code-review-contract/SKILL.md

Skill Metadata

Name
modular-code-review-contract
Description
>-

Modular Code Review Contract

Use this skill as the canonical behavior contract for generalized code review.

Always load:

  • references/SPEC.md

Operating rules

  1. Validate the request against the ReviewRequest contract before analysis.
  2. If review_type is missing or ambiguous, return status: needs_clarification and prompt with valid choices.
  3. Keep philosophy and evaluation logic independent from delivery format.
  4. Enforce deterministic output ordering and stable section presence.
  5. Treat this contract as runtime-agnostic: no Atelier-only assumptions.

Intended use

  • Define shared review semantics across multiple interfaces.
  • Keep adapter implementations aligned with one stable core contract.
  • Extend review behavior through explicit modifiers and profile versioning.