← ClaudeAtlas

artifact-review-assessorlisted

This skill should be used to triage artifact reviewer findings into MUST-FIX / NICE-TO-HAVE / DISMISS based on artifact contract -- prevents over-zealous reviews
alo-exp/silver-bullet · ★ 5 · AI & Automation · score 76
Install: claude install-skill alo-exp/silver-bullet
# artifact-review-assessor Reality-check artifact reviewer findings before fixing. Prevents over-zealous reviews from causing unnecessary work. The assessor triages each reviewer finding against the artifact's contract — only MUST-FIX items block the 2-pass gate. NICE-TO-HAVE items are logged but do not block. DISMISS items are discarded with a reason. ## Usage Invoke after `artifact-reviewer` produces findings. Fix only MUST-FIX items, then re-invoke the reviewer. ``` artifact-reviewer <artifact-path> -> artifact-review-assessor <review-findings> <artifact-path> -> fix MUST-FIX items only -> artifact-reviewer <artifact-path> (NOT assessor again) -> repeat until 2 consecutive clean passes ``` ## No Self-Review Rule No review loop on the assessor itself. Assessor triages ONCE per reviewer invocation. The cycle is: Reviewer -> Assessor -> fix MUST-FIX -> Reviewer again (NOT Assessor again). The assessor is not an artifact — it produces a classified list, not a document that requires its own review round. ## Input / Output **Input:** - Reviewer findings (markdown — the output of an artifact-reviewer invocation) - Artifact being reviewed (path) - Artifact contract source (path or inline — see Contract Sources table below) **Output:** - Classified findings list with 3 categories: MUST-FIX, NICE-TO-HAVE, DISMISS - NICE-TO-HAVE items appended to WORKFLOW.md "Deferred Improvements" section (if WORKFLOW.md exists) ## Classification Criteria | Classification