What problem does it solve?
Blitz skills automate commits, pushes, test execution, and branch creation, which may violate rules you have defined in your CLAUDE.md files. This skill proactively scans your global and project-level CLAUDE.md configurations to identify conflicts with blitz automation behaviors before they cause workflow violations or unexpected code changes.
Core Features & Use Cases
- Conflict Detection: Scans CLAUDE.md files against a curated catalog of regex patterns to identify rules that conflict with blitz skills like sprint-dev, code-sweep, release, and ship.
- Severity Grading: Classifies findings as HIGH, MEDIUM, or LOW based on the risk of automatic behavior violation, with specific remediation guidance for each conflict.
- Tool Permission Validation: Verifies that required Claude Code tools are permitted in your settings, preventing silent failures when blitz skills attempt to use blocked capabilities.
- Stack Assumption Checks: Detects your package manager and validates that expected npm scripts (type-check, test, build, lint) exist, flagging mismatches that could cause skill failures.
Quick Start
Use the setup skill to scan your global and project CLAUDE.md files for conflicts with blitz automation behaviors and review the severity-graded report with remediation steps.