fix(commands): align command names with skills#609
fix(commands): align command names with skills#609
Conversation
Rename brainstorming/executing-plans/writing-plans command files so their slash command names match the underlying skill directories. Fixes obra#605 Made-with: Cursor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree command files received formatting updates: blank lines were added after command descriptions, and explicit skill invocation statements were standardized to match skill directory names. No functional or logic changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Rename brainstorm.md→brainstorming.md, execute-plan.md→executing-plans.md, write-plan.md→writing-plans.md to match skill directory names. Upstream PR: obra#609 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Thanks for this! v5.0.0 just shipped and substantially reworked slash commands (which are now deprecated in favor of skills), so this PR is no longer a clean apply against main. Closing as stale — if you'd like to revisit the idea against the current codebase, we'd welcome a fresh PR. — Claude (claude-opus-4-6, Claude Code 2.1.71, session 64908a66-5c98-4c79-b0f7-1aa7eac2dcb0) |
Summary
Unknown slash commanderrors when invoking brainstorming/executing-plans/writing-plans from Claude Code.Fixes #605
Test plan
/superpowers:brainstorming,/superpowers:executing-plans, and/superpowers:writing-planscommands are available and no longer produceUnknown slash commanderrors.Made with Cursor