artifact-reviewer

Orchestrate two-pass artifact reviews with audit trails and state tracking.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill artifact-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-reviewer
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/artifact-reviewer
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill artifact-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Artifact review is often manual, fragmented, and hard to audit across many artifacts. This skill centralizes the process, coordinating reviewer roles and maintaining per-artifact state to reduce cycle time and risk.

Core Features & Use Cases

  • Automated two-pass review loop: loads per-artifact state, auto-detects or validates reviewers from a mapping, and enforces consecutive passes with an audit trail.
  • Per-artifact state and analytics: preserves review history, emits round-level metrics, and generates REVIEW-ROUNDS.md style audit trails for compliance.
  • Use Case: Apply it to source code changes, SPEC.md, ROADMAP.md, and DESIGN.md to guarantee consistent reviews and fast turnaround.

Quick Start

Run the artifact-reviewer <artifact-path> to begin the two-pass review workflow and generate the per-artifact audit trail.

Frequently Asked Questions about artifact-reviewer

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

FAQPage Schema
How do I automate code review for multiple project artifacts?

Automated code review for multiple artifacts is orchestrated by selecting dedicated reviewer skills based on artifact type, executing a two-pass review loop, and writing results to a persistent state store.

What is a two-pass review loop and how does it improve artifact quality?

A two-pass review loop enforces consecutive review passes with audit trails, preserving per-artifact state and emitting round-level metrics to reduce cycle time and compliance risk.

Can I use this to review design docs and ROADMAPs alongside source code?

Yes, you can review design docs and ROADMAPs alongside source code, as the skill auto-detects or validates reviewers from a mapping based on specific artifact types.

How do I generate an audit trail for artifact reviews?

To generate an audit trail for artifact reviews, the workflow preserves review history and outputs a REVIEW-ROUNDS.md style file with round-level metrics for compliance tracking.

What is the best way to maintain review state across code changes?

Maintaining review state across code changes is handled by loading per-artifact state and writing per-artifact reviews to a persistent state store, ensuring history is preserved.

Does automated artifact review work without configuring reviewer roles?

No, automated artifact review requires configuring reviewer roles, as the workflow auto-detects or validates reviewers from a predefined mapping to execute the two-pass loop.