review-ingestion-manifest

Validate ingestion manifests for artifact coverage, statuses, and resumability.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate ingestion manifests for accuracy.

Core Features & Use Cases

  • Implements artifact-reviewer interface to validate an INGESTION_MANIFEST.md against ingestion quality criteria, ensuring all artifacts are listed, statuses are non-empty, and the manifest supports resumability.
  • Produces structured PASS/ISSUES_FOUND findings and actionable remediation guidance for artifact ingestion workflows.
  • Supports cross-reference validation with SPEC.md when a source input spec-path is provided, ensuring ARTIFACT MISSING blocks exist for failed artifacts and that successful artifacts have non-empty content in SPEC.md.

Quick Start

Run the reviewer against your INGESTION_MANIFEST.md to verify artifact coverage, statuses, and resumability.

Frequently Asked Questions about review-ingestion-manifest

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

FAQPage Schema
How do I validate an ingestion manifest for complete artifact coverage?

Cross-reference validation checks an INGESTION_MANIFEST.md against a provided SPEC.md source spec-path, verifying that failed or skipped rows have corresponding ARTIFACT MISSING blocks and successful artifacts have non-empty content in the spec.

Why does my ingestion manifest validation fail with missing artifact errors?

Ingestion manifest validation fails when skipped or failed rows lack corresponding ARTIFACT MISSING blocks in the linked SPEC.md, or when manifest rows contain empty statuses, generating structured ISSUES_FOUND findings with remediation guidance.

What is a resumable ingestion manifest and what metadata does it require?

A resumable ingestion manifest includes run metadata that enables workflows to resume after interruptions, and validation enforces its presence to ensure artifact ingestion runs can be recovered and continued accurately.

Can I validate artifact ingestion quality without providing a SPEC.md path?

You can validate artifact ingestion quality without a SPEC.md path, but cross-reference validation is skipped, meaning ARTIFACT MISSING blocks for failed or skipped artifacts will not be checked during the manifest review process.

What is the best way to enforce quality control criteria for artifact ingestion runs?

The best way to enforce quality control for artifact ingestion runs is validating the INGESTION_MANIFEST.md to ensure all rows have valid statuses, failed rows have ARTIFACT MISSING blocks in SPEC.md, and run metadata supports resumability.