refactor: rename maintenance skills to verb-first convention#43
Merged
Conversation
Rename /cache-clean → /clean-cache, /security-audit → /audit-security, /token-review → /review-token for consistent action-then-object naming. Updates all references across CLAUDE.md, README.md, CONTRIBUTING.md, agent definitions, skill cross-references, and the docs test path check. Drops the empty skills/customize-buddy/ leftover from the earlier refactor. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Local tests not yet uploadedThis repository runs macOS-dependent tests locally (not in CI) to keep
Results will appear either as a Check Run or a PR comment on this commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/cache-clean→/clean-cache,/security-audit→/audit-security,/token-review→/review-tokenfor consistent action-then-object naming across all maintenance skillsskills/customize-buddy/directory — a leftover artifact from the earlier/buddy-evolverefactor with no content or valueskills/review-token/SKILL.md(caught by comment-reviewer during session review)What changed and why
The three maintenance skills previously used noun-first names (
cache-clean,security-audit,token-review) while all other skills in the project use verb-first names (buddy-evolve,sync-docs,run-tests, etc.). This rename makes the convention consistent.All references updated across:
CLAUDE.md,README.md,CONTRIBUTING.md, agent definitions (cache-reviewer, docs-reviewer, token-reviewer), skill cross-references (session-review, sync-docs), and the docs test path check.The
scripts/cache-clean.shscript name is intentionally unchanged — that's a shell script, not a skill.Test plan
bash scripts/test-all.sh— 183/183 passed across all 6 tiers (smoke, unit, security, ui, snapshots, docs)🤖 Generated with Claude Code