Command Only Workflow

Use when testing the triage balance rule.

william-yeh 2c5287c 432 B Updated

File contents

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.

william-yeh/agent-skill-linter/tree/main/tests/fixtures/command-only-workflow commit 2c5287c56f

Frequently asked questions

npx skillmds@latest add william-yeh/command-only-workflow