Skip to content

fix(readme): standardize bare slash commands, rename status→health - #85

Merged
5uck1ess merged 1 commit into
mainfrom
fix/readme-commands-health-rename
Apr 11, 2026
Merged

fix(readme): standardize bare slash commands, rename status→health#85
5uck1ess merged 1 commit into
mainfrom
fix/readme-commands-health-rename

Conversation

@5uck1ess

Copy link
Copy Markdown
Owner

Summary

  • Drop the redundant ## Commands section in README — it was repeating the Workflows and Skills tables in a third format and was internally inconsistent (/tri-review bare vs /devkit:status namespaced in the same table).
  • Standardize on bare slash-command names (/feature, /bugfix, /tri-review, /health, /setup-rules); document /devkit:<name> as the disambiguation fallback.
  • Rename skills/statusskills/health so its bare alias /health doesn't collide with Claude Code's built-in /status. Namespaced form becomes /devkit:health.
  • Fix /tri:review typo in the Quick Start block → /tri-review.
  • Sync ROADMAP.md command references to the new names.

Why

/status was colliding with the built-in CC /status in tab-complete (two entries). Renaming the skill to health kills the collision without forcing users to type the namespaced form. README was also mixing bare and namespaced forms in the same paragraph, which is what surfaced the confusion in the first place.

Test plan

  • go test ./... in src/ — all packages pass (cmd/engine/lib/mcp/runners)
  • bash hooks/hooks_test.sh — 70 passed, 0 failed
  • No code references to skills/status path (verified via grep)
  • CHANGELOG.md:150 historical /devkit:status reference intentionally left frozen (managed by release pipeline)
  • Manual check in CC that /health tab-completes to the devkit skill and /status only shows the built-in

- Rename skills/status → skills/health so bare /health alias doesn't
  collide with Claude Code's built-in /status
- Delete redundant README "Commands" section (was duplicating Workflows
  and Skills tables); replace with one-liner under Workflows explaining
  bare names work and /devkit:<name> is the disambiguation fallback
- Fix /tri:review typo in Quick Start → /tri-review
- Update ROADMAP.md references to match new names
@5uck1ess
5uck1ess merged commit 8b27218 into main Apr 11, 2026
6 checks passed
@5uck1ess
5uck1ess deleted the fix/readme-commands-health-rename branch April 11, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant