feat: add /ship skill for end-to-end PR lifecycle management#3
Conversation
|
Warning Rate limit exceeded
⌛ 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip You can disable sequence diagrams in the walkthrough.Disable the |
There was a problem hiding this comment.
Pull request overview
Adds a new Claude Code skill (/ship) intended to automate an end-to-end pull request lifecycle workflow, and documents that skill in the repo’s CLAUDE.md so contributors can discover and use it consistently.
Changes:
- Document the new
/shipslash command inCLAUDE.md. - Add
.claude/skills/ship/SKILL.mddescribing an end-to-end workflow for committing, PR creation, CI monitoring, review handling, and merging.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
CLAUDE.md |
Adds /ship to the documented list of available Claude Code skills. |
.claude/skills/ship/SKILL.md |
Introduces the new /ship skill workflow definition and step-by-step instructions. |
You can also share your feedback on Copilot code review. Take the survey.
Summary
/shipskill that automates the full PR lifecycle: update docs, commit, create PR, monitor CI, address CodeRabbit and Copilot reviews, and merge@coderabbitai resolve) and Copilot thread resolution via GraphQL APITest plan
/shipskill is recognized as a slash command🤖 Generated with Claude Code