Skip to content

fix: unify -p flag and document skill update version requirement#348

Merged
yacosta738 merged 1 commit into
mainfrom
fix/docs-cli-flags-and-skills-version
Apr 14, 2026
Merged

fix: unify -p flag and document skill update version requirement#348
yacosta738 merged 1 commit into
mainfrom
fix/docs-cli-flags-and-skills-version

Conversation

@yacosta738
Copy link
Copy Markdown
Contributor

Summary

  • Add short -p flag to skill, doctor, and status commands for consistency with init, apply, and clean
  • Document the required version field in SKILL.md manifest for skill update command
  • Document the -p alias in CLI reference for doctor and status commands

Changes

CLI (src/main.rs)

  • Added #[arg(short, long)] to skill project_root, doctor project_root, and status project_root

Docs

  • skills.mdx: Added new section explaining version requirement for skill update
  • cli.mdx: Added -p flag documentation to doctor and status sections

Test verification

All 371 Rust tests pass, plus integration tests.

Closes documentation discrepancy identified during audit.

…ion requirement

- Add -p short flag to skill, doctor, and status commands in src/main.rs
- Document version requirement for skill update in skills.mdx
- Document -p alias in doctor and status sections of cli.mdx

The skill update command requires a version field in SKILL.md manifest,
which was not documented. This adds clarity for users.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 14, 2026

Warning

Rate limit exceeded

@yacosta738 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 22 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 7 minutes and 22 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 0fe7e80f-ef70-4965-b80b-162616b40f33

📥 Commits

Reviewing files that changed from the base of the PR and between 698fe7f and 604b0f2.

📒 Files selected for processing (3)
  • src/main.rs
  • website/docs/src/content/docs/guides/skills.mdx
  • website/docs/src/content/docs/reference/cli.mdx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/docs-cli-flags-and-skills-version

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.

@sentry
Copy link
Copy Markdown

sentry Bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud
Copy link
Copy Markdown

@yacosta738 yacosta738 merged commit b1598c8 into main Apr 14, 2026
26 checks passed
@yacosta738 yacosta738 deleted the fix/docs-cli-flags-and-skills-version branch April 14, 2026 09:08
@dallay-bot dallay-bot Bot mentioned this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant