What problem does it solve?
When a project accumulates dozens of bug records across multiple contexts, no one can see the big picture without reading every file. This Skill scans all bug.md files, validates their invariants, and deterministically regenerates index, catalog, relationship matrix, mermaid graph, HTML graph view, and BUG-to-SPEC traceability views.
Core Features & Use Cases
- Invariant Validation: Globally checks all bug front matter for duplicate IDs, unknown schema versions, invalid resolution states, broken relations, and inconsistent DONE.md locks, reporting errors instead of silently fixing them.
- Deterministic View Generation: Regenerates catalog.jsonl, index.md, matrix.md, graph.md, a self-contained dark-theme graph.html with clickable nodes, and spec-matrix.md per context, plus a spec-side traceability mirror.
- Impact Scoring and Clustering: Computes an impact score per open bug from confirmed relationship edges and identifies bug clusters converging on the same component to guide triage.
- Use Case: After a merge introduces duplicate bug IDs across branches, run this Skill to detect the conflicts, regenerate all bug dashboards for valid records, and get a report listing every inconsistency for human decision.
Quick Start
Ask the agent to run the reversa-debugger-graph skill to validate all bug records and regenerate the bug graph views for every context.