docs(claude): drop Skill-vs-Command split from testing-command table#72
Conversation
Claude Code merged custom commands into skills (docs.claude.com), and this workspace was always skill-only. The Type column in the testing-commands table distinguished "Skill" from "Command (1 agent)" which perpetuated an outdated split. Rename to "Agents" so the parallel-agent count info is preserved without the false dichotomy, and add a one-line note above the table. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Code ReviewOverviewDocs-only change to What's good
Issues / risks1. The same Skill-vs-Command split still exists in the file this section links to. ``` The PR's own test plan item #2 ("No other doc in `.github/docs/` still draws a Skill-vs-Command type distinction") is not satisfied — a reader who follows the link from commands.md immediately encounters the exact split the PR claims to retire. The rationale applies identically to testing.md and ideally lands in the same PR (or an immediate follow-up). 2. `"1 or 6"` reads awkwardly in a numeric-looking column. 3. Test plan checkboxes are unchecked. Style / conventions
Security / performanceN/A. Docs-only change. RecommendationApprove with one follow-up: apply the same column rewrite to `docs/claude/testing.md` (lines 9–26) — either in this PR or as an immediate follow-up — so the linked reference doesn't immediately contradict the cleanup. |
Address PR #72 review: - testing.md Quick Comparison table no longer labels rows Skill vs Command (the split was already removed from commands.md; the linked reference contradicted the PR's premise). - Replace awkward "1 or 6" with "1 / 6" in commands.md and testing.md for /test-app's Quick / Full modes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Addressed in dbd824c:
Test-plan checkbox #2 is now actually true on the branch. |
Summary
docs/claude/commands.mdhad a "Type" column that labelled some testing entries as Skill and others as Command (1 agent), perpetuating a split that no longer exists in Claude Code..claude/commands/deploy.mdand a skill at.claude/skills/deploy/SKILL.mdboth create/deployand work the same way.".claude/commands/directory has ever existed.The column was actually carrying two facts: skill-vs-command (false split) and parallel-agent count (real info). Renamed the column to Agents so the agent-count info is preserved and added a one-line note above the table explaining the merge.
Test plan
.github/docs/still draws a Skill-vs-Command type distinction🤖 Generated with Claude Code