What problem does it solve?
This Skill helps you stop repeatedly fixing the same underlying issues by identifying recurring patterns in errors, code, board states, design systems, and domain data, then codifying detection so the violations can’t keep reappearing.
Core Features & Use Cases
- Observe → Cluster → Name → Codify → Detect → Prevent workflow to elevate recurring findings into durable automated checks.
- Grep-based audit discipline (define, scan, count, sample, classify, triage) plus a three-pass strategy (discovery, refinement, verification) to minimize false positives.
- Deterministic error clustering via normalize-then-hash to group repeated failure modes (tool failures, type errors, runtime crashes, stalls, permissions, context exhaustion, and more).
- Board-health pattern detection (stale tasks, WIP overflow, priority drift, duplicates, orphans) with process-oriented prevention guidance.
- Design-pattern and domain-pattern recognition (token drift, heading hierarchy contract violations, null-vs-zero, minor/major conversions, safe math boundaries) with eval-as-pattern-test guidance.
Quick Start
Use this Skill to audit a repository for recurring convention drift and generate actionable pattern-based detection and prevention steps.