feat(skills): rename bundled clerk skill to clerk-cli#245
Conversation
Renames the bundled agent skill artifact so its purpose is clear when installed alongside other skills. `clerk skill install` and the install step in `clerk init` now write to `<agent-dir>/skills/clerk-cli/` instead of `<agent-dir>/skills/clerk/`. The CLI binary, npm package, and command names are unchanged.
🦋 Changeset detectedLatest commit: e80507c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Disabled knowledge base sources:
📝 WalkthroughWalkthroughThe changes rename the bundled agent skill from Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.claude/skills/audit-clerk-skill/SKILL.md:
- Line 121: The template heading "clerk-cli skill audit — <YYYY-MM-DD>" uses an
em dash which violates the "no em-dashes" guardrail; replace the em dash (—)
with a plain hyphen (-) so the heading reads "clerk-cli skill audit -
<YYYY-MM-DD>" to keep the template self-consistent and conform to the rule.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 50032856-f9fd-42f7-a8fb-07eefad82ee1
📒 Files selected for processing (12)
.changeset/rename-clerk-cli-skill.md.claude/skills/audit-clerk-skill/SKILL.mdpackages/cli-core/src/cli-program.test.tspackages/cli-core/src/commands/init/README.mdpackages/cli-core/src/commands/skill/README.mdpackages/cli-core/src/commands/skill/install.test.tspackages/cli-core/src/commands/skill/install.tspackages/cli-core/src/lib/skill-detection.tsskills/clerk-cli/SKILL.mdskills/clerk-cli/references/agent-mode.mdskills/clerk-cli/references/auth.mdskills/clerk-cli/references/recipes.md
Co-authored-by: Kyle MacDonald <kylemac@users.noreply.github.com>
Summary
clerktoclerk-cliso its purpose is clear at install time, when it sits alongside other Clerk skills (clerk-setup,clerk-orgs, etc.).clerk skill installand the install step inclerk initnow write to<agent-dir>/skills/clerk-cli/. Updates the help-tip detection paths (incl..github/prompts/clerk-cli.md) so the install nudge still disappears post-install.clerk skill installcommand name are unchanged. Includes aminorchangeset noting that priorskills/clerk/installs are left in place and can be removed manually.Test plan
bun run typecheckbun run lintbun run formatbun test packages/cli-core/src/commands/skill packages/cli-core/src/commands/init/skills.test.ts packages/cli-core/src/cli-program.test.ts(56/56 pass)clerk skill installwrites toskills/clerk-cli/in a real agent dir