Skip to content

fix(commands): align command names with skills#609

Closed
lurui1997 wants to merge 1 commit intoobra:mainfrom
lurui1997:fix/605-command-skill-name-mismatch
Closed

fix(commands): align command names with skills#609
lurui1997 wants to merge 1 commit intoobra:mainfrom
lurui1997:fix/605-command-skill-name-mismatch

Conversation

@lurui1997
Copy link
Copy Markdown

Summary

  • Rename command files so their slash command names match the underlying skill directory names.
  • Avoid Unknown slash command errors when invoking brainstorming/executing-plans/writing-plans from Claude Code.

Fixes #605

Test plan

  • Start Claude Code with the superpowers plugin installed.
  • Verify that /superpowers:brainstorming, /superpowers:executing-plans, and /superpowers:writing-plans commands are available and no longer produce Unknown slash command errors.

Made with Cursor

Rename brainstorming/executing-plans/writing-plans command files so their slash command names match the underlying skill directories.

Fixes obra#605

Made-with: Cursor
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 935ebff1-831c-4186-87cd-6d505749be35

📥 Commits

Reviewing files that changed from the base of the PR and between e4a2375 and 7cece7d.

📒 Files selected for processing (3)
  • commands/brainstorming.md
  • commands/executing-plans.md
  • commands/writing-plans.md

📝 Walkthrough

Walkthrough

Three 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

Cohort / File(s) Summary
Command files formatting
commands/brainstorming.md, commands/executing-plans.md, commands/writing-plans.md
Added blank lines and standardized skill invocation statements (e.g., "Invoke the superpowers:brainstorming skill") to improve formatting and clarity in command file content.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

Poem

🐰 A hop through the commands so fine,
Each skill now clearly signs its line,
Brainstorming, planning, making it through,
The rabbit's helped organize what is true! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The PR successfully addresses issue #605 by renaming command files to match skill names, resolving the Unknown slash command errors. The PR only adds blank lines but does not actually rename the command files (brainstorm.md→brainstorming.md, execute-plan.md→executing-plans.md, write-plan.md→writing-plans.md) required to fix issue #605.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main change: aligning command file names with their skill directory names.
Description check ✅ Passed The description clearly explains the purpose (fix command-skill name mismatches), references the issue (#605), and provides a test plan.
Out of Scope Changes check ✅ Passed The blank lines added to command files are minimal but do not constitute out-of-scope changes; they remain within the command files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@obra obra added bug Something isn't working claude-code Claude Code (Anthropic CLI) issues labels Mar 4, 2026
IgorTavcar added a commit to IgorTavcar/superpowers that referenced this pull request Mar 9, 2026
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>
@obra
Copy link
Copy Markdown
Owner

obra commented Mar 10, 2026

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)

@obra obra closed this Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working claude-code Claude Code (Anthropic CLI) issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command file names don't match skill names, causing Unknown slash command errors

2 participants