From silver-bullet
Validates VERIFICATION.md artifacts for freshness, traceability, and sufficient evidence against acceptance criteria. Outputs structured PASS/ISSUES_FOUND reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/silver-bullet:review-verification <verification-path> [--source-inputs <plan/spec/requirements paths>]<verification-path> [--source-inputs <plan/spec/requirements paths>]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only reviewer for SB verification artifacts. Implements the
Read-only reviewer for SB verification artifacts. Implements the artifact-reviewer framework interface and returns structured PASS/ISSUES_FOUND findings.
This reviewer MUST load:
@skills/artifact-reviewer/rules/reviewer-interface.md@skills/artifact-reviewer/rules/review-loop.mdRead the full verification artifact and relevant source inputs before evaluating.
Return structured findings using VER-F IDs.
status: "PASS" | "ISSUES_FOUND"
findings:
- id: "VER-F01"
severity: "ISSUE"
description: "..."
location: "..."
suggestion: "..."
PASS requires zero ISSUE findings. INFO findings are allowed.
npx claudepluginhub alo-exp/silver-bullet --plugin silver-bulletGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.