fix: unify -p flag and document skill update version requirement#348
Conversation
…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.
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|



Summary
-pflag toskill,doctor, andstatuscommands for consistency withinit,apply, andcleanversionfield in SKILL.md manifest forskill updatecommand-palias in CLI reference fordoctorandstatuscommandsChanges
CLI (
src/main.rs)#[arg(short, long)]toskill project_root,doctor project_root, andstatus project_rootDocs
skills.mdx: Added new section explaining version requirement forskill updatecli.mdx: Added-pflag documentation todoctorandstatussectionsTest verification
All 371 Rust tests pass, plus integration tests.
Closes documentation discrepancy identified during audit.