# Command Only Workflow

> Use when testing the triage balance rule.

- Skill: `william-yeh/command-only-workflow` (Agent Skill)
- Install (CLI): `npx skillmds@latest add william-yeh/command-only-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/william-yeh/command-only-workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: william-yeh (https://skillmd.com/u/william-yeh)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/william-yeh/command-only-workflow

---


# Command-Only Workflow

A skill whose triage steps are all mechanical commands with no semantic review.

## Triage Workflow

### Step 1 — Run the linter

```bash
tool check .
```

### Step 2 — Auto-fix warnings

```bash
tool check . --fix
```

### Step 3 — Resolve remaining warnings manually

See the rule table below for guidance.

