What problem does it solve?
This Skill helps you quickly run your project’s quality gate and fix failures without manually figuring out which checks to run.
Core Features & Use Cases
- Dispatchable check workflow: Run the default check suite via just check, or request an auto-fix pass via a dedicated subcommand.
- Guardrails for missing/incorrect tooling: Detects whether a justfile exists and whether it includes a check recipe, then provides actionable setup instructions.
- Category-aware remediation: Uses the detected failure type to guide fixes for common ecosystems (e.g., Elixir/Phoenix, Node.js, Python, Go, Rust), and supports a “show output first” approach to debugging.
What problem does it solve?
This Skill helps you quickly run your project’s quality gate and fix failures without manually figuring out which checks to run.
Core Features & Use Cases
- Dispatchable check workflow: Run the default check suite via just check, or request an auto-fix pass via a dedicated subcommand.
- Guardrails for missing/incorrect tooling: Detects whether a justfile exists and whether it includes a check recipe, then provides actionable setup instructions.
- Category-aware remediation: Uses the detected failure type to guide fixes for common ecosystems (e.g., Elixir/Phoenix, Node.js, Python, Go, Rust), and supports a “show output first” approach to debugging.
Quick Start
Ask for: /check fix to run the quality checks and apply automated fixes for the failures it can resolve.