← ClaudeAtlas

review-requirementslisted

This skill should be used for REQUIREMENTS.md artifact reviewer — validates requirements quality: required sections, REQ-ID format and uniqueness, testable acceptance criteria, priority fields, traceability frontmatter, and SPEC.md criterion coverage
alo-exp/silver-bullet · ★ 5 · AI & Automation · score 76
Install: claude install-skill alo-exp/silver-bullet
# review-requirements REQUIREMENTS.md reviewer skill. Implements the artifact-reviewer framework interface to validate a REQUIREMENTS.md file against the SB requirements quality criteria. Returns structured PASS/ISSUES_FOUND findings. ## Loading Rules This reviewer MUST load the following before executing any review: - `@skills/artifact-reviewer/rules/reviewer-interface.md` — interface contract (input/output shape, prohibitions) - `@skills/artifact-reviewer/rules/review-loop.md` — 2-pass loop mechanism and audit trail format ## Usage ``` /artifact-reviewer <requirements-path> [--source-inputs <spec-path>] ``` Or invoke directly: ``` /review-requirements <requirements-path> [--source-inputs <spec-path>] ``` ## Input | Field | Type | Required | Description | |-------|------|----------|-------------| | artifact_path | string | YES | Path to REQUIREMENTS.md file to review | | source_inputs[0] | string | NO | Path to linked SPEC.md for cross-reference | | review_context | string | NO | Additional context string | ## Quality Criteria Read the artifact at `artifact_path` completely before evaluating any criterion. Validate every criterion explicitly — do NOT skip sections. ### QC-1: Required Sections Present Check that all of the following section headings exist (case-insensitive `##` level): - `## Functional Requirements` - `## Non-Functional Requirements` - `## Out of Scope` - `## Open Items` **If any section is missing:** Emit ISSUE finding `REQ-F01` (increment suff