Command-Only Workflow
A skill whose triage steps are all mechanical commands with no semantic review.
Triage Workflow
Step 1 — Run the linter
tool check .
Step 2 — Auto-fix warnings
tool check . --fix
Step 3 — Resolve remaining warnings manually
See the rule table below for guidance.