itemaudit

Audits Spindle queue items by aggregating multi-layer artifacts to identify anomalies.

Updated Aug 17, 2025
One-click install
npx skills add https://github.com/five82/spindle --skill itemaudit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: itemaudit
Source: https://github.com/five82/spindle/tree/main/.agents/skills/itemaudit
Command: npx skills add https://github.com/five82/spindle --skill itemaudit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The audit skill aggregates multi-layer artifacts to surface hidden issues in Spindle queue items, enabling faster triage and fixes.

Core Features & Use Cases

  • Comprehensive artifact analysis across item lifecycles (stage_gate, logs, rip_cache, envelope, encoding) to reveal anomalies.
  • Phase-driven reporting that focuses on relevant data and supports daemon-level health checks.
  • Per-item and cross-item diagnostics with structured outputs for quick remediation and audit trails.

Quick Start

Audit a specific queue item with /itemaudit <item_id> to inspect its artifacts, or run /itemaudit with no argument to diagnose daemon-wide issues.

Frequently Asked Questions about itemaudit

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

FAQPage Schema
How do I audit Spindle queue items for hidden issues?

To audit Spindle queue items, you can aggregate multi-layer artifacts like stage gates, logs, rip caches, envelopes, and encoding snapshots to surface anomalies and enable faster triage and fixes.

What is the best way to diagnose daemon-wide health issues in Spindle?

Diagnosing daemon-wide health issues in Spindle requires running a cross-item audit with no specific item argument, analyzing phase-driven reporting data to evaluate overall asset health and identify systemic anomalies.

Can I review stage gate and encoding snapshot artifacts for a single queue item?

Yes, you can review single-item artifacts by running an audit with a specific item identifier, which produces structured outputs summarizing decisions, anomalies, timings, and episode manifests for that item.

How does artifact aggregation surface anomalies in queue item lifecycles?

Artifact aggregation surfaces anomalies by comprehensively analyzing phase-driven data across the item lifecycle, collecting stage gate, log, rip cache, envelope, and encoding artifacts to reveal hidden issues and produce structured diagnostic outputs.

Do I need specific queue item IDs to run phase-driven diagnostics?

No, you do not need specific queue item IDs to run diagnostics; providing an item ID audits that single item, while omitting the argument initiates a daemon-level health check across all queue items.