Skip to content

refactor: modernize module-help CSV format#37

Merged
bmadcode merged 1 commit intomainfrom
feature/help-csv-format
Mar 25, 2026
Merged

refactor: modernize module-help CSV format#37
bmadcode merged 1 commit intomainfrom
feature/help-csv-format

Conversation

@bmadcode
Copy link
Copy Markdown
Contributor

Summary

  • Modernize module-help.csv to new 13-column format
  • Drop agent-name column, rename skill-nameskill, capabilityaction
  • Reorder columns by purpose: identity, routing, dependencies, output
  • Populate args from SKILL.md documentation

New CSV format

module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs

Test plan

  • Verify builder setup skill reads new CSV format correctly
  • Verify after/before dependency refs resolve for multi-action skills

New CSV format: module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs

- Drop agent-name column, rename skill-name to skill, capability to action
- Reorder columns by purpose: identity, routing, dependencies, output
- Populate args from SKILL.md documentation
- Expand module name to full form
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 25, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • src/skills/bmad-builder-setup/assets/module-help.csv is excluded by !**/*.csv

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 64a68ec4-b357-407f-a0bf-f67250d5d64d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/help-csv-format

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.

@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Mar 25, 2026

🤖 Augment PR Summary

Summary: Updates the builder’s module help metadata to a modernized CSV schema.

Changes:

  • Moves module-help.csv to a new 13-column format and reorders columns by intent
  • Removes the agent-name column and renames skill-nameskill, capabilityaction
  • Populates args values based on existing SKILL.md documentation

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@bmadcode bmadcode merged commit e09c11f into main Mar 25, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant