fix-workflow
Installation
SKILL.md
Fix Workflow
Use this skill to diagnose and repair repository failures with focused changes.
Workflow
- Identify the project type and the most relevant checks from repository files.
- Reproduce the failure when possible before editing.
- Make the smallest change that addresses the root cause.
- Run targeted verification first, then broader checks when the change is shared or risky.
- For PR/update flows, commit with semantic format and preserve unrelated local work.
Supported Checks
- Python: pytest, ruff, mypy
- Node/TypeScript: package scripts, tsc, eslint, jest, vitest
- Rust: cargo test, clippy
- Go: go test and lint tools when configured