t1082: Skill update PR pipeline — skill-update-helper.sh pr command#1593
t1082: Skill update PR pipeline — skill-update-helper.sh pr command#1593marcusquinn merged 3 commits intomainfrom
Conversation
New `pr` subcommand creates worktree + PR per skill with upstream changes. Pipeline: check upstream commits -> create worktree per skill -> re-import via add-skill-helper.sh -> commit -> push -> gh pr create. Supports --dry-run, single skill targeting, and duplicate PR detection.
|
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. ✨ 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 |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Tue Feb 17 23:55:42 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
ClawdHub and other non-GitHub skill sources now show an informational skip message instead of a confusing URL parse warning.
Summary of ChangesHello @marcusquinn, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Tue Feb 17 23:56:48 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
There was a problem hiding this comment.
Code Review
This pull request introduces a powerful pr command to skill-update-helper.sh, automating the creation of pull requests for skill updates. The implementation is comprehensive, including features like --dry-run, worktree management, and duplicate PR detection. The code is well-structured and includes error handling. My review includes a few suggestions to improve maintainability, robustness, and adherence to the project's style guide.
- Capture stderr from git commit/push/worktree-add/gh-pr-create instead of suppressing with 2>/dev/null (high priority review feedback) - Simplify redundant GitHub URL check condition (medium)
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Wed Feb 18 00:04:19 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
New
prsubcommand forskill-update-helper.shthat creates worktree + PR per skill with upstream changes. Designed for repo maintainers to review/merge skill updates into the shared repo.Pipeline flow
skill-sources.jsonfor upstream commit changeschore/skill-update-<name>branch)add-skill-helper.sh add --forcegh pr createFeatures
--dry-runto preview what PRs would be createdskill-update-helper.sh pr cloudflareworktree-helper.shwhen available, falls back to direct gitUsage
Ref #1586