What problem does it solve?
This skill provides step-by-step guidance and commands to inspect, diagnose, and recover AutoReview pipeline failures by loading snapshots, examining node state and audit logs, identifying common errors, and resuming execution from the last good state.
Core Features & Use Cases
- Snapshot inspection: Load and summarize KnowledgeBase snapshots to see current_phase, candidate counts, extractions, and token usage.
- Node diagnosis: Review the audit log, token consumption, and common failure modes for all 15 DAG nodes and map failures to fixes.
- Resume procedures: Clear instructions for resuming runs from a specific node via the CLI or Python API, plus guidance on config fixes (API keys, token budgets).
- Use Case: When a run hits TokenBudgetExceeded during section_writing or a search API fails, use this skill to find the failing node, apply the appropriate fix, and restart the pipeline from the proper snapshot.
Quick Start
Load the latest snapshot at output/snapshots/latest.json, inspect phase, candidate and extraction counts, check the last audit log entries, apply fixes, and resume from the failing or chosen node.