feat(create-pr): split verify and sync workflows - #489
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe create-pr skill is refactored to streamline its workflow. The documentation is condensed to focus on essential steps. Three scripts are updated: check-conflicts.sh removes color output and simplifies messaging, verify-pr-status.sh is rewritten as a simplified state machine, and a new sync-with-base.sh script is introduced for branch synchronization. Tests are updated to reflect these changes. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Poem
✨ 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 |
# [5.22.0](v5.21.2...v5.22.0) (2026-02-13) ### Features * **create-pr:** split verify and sync workflows ([#489](#489)) ([aa6942f](aa6942f))
# [5.22.0](baleen37/bstack@v5.21.2...v5.22.0) (2026-02-13) ### Features * **create-pr:** split verify and sync workflows ([#489](baleen37/bstack#489)) ([aa6942f](baleen37/bstack@aa6942f))
Summary
me:create-prskill for token-efficient, minimal workflow documentationverify-pr-status.shread-only and move branch update to newsync-with-base.shTechnical details
plugins/me/skills/create-pr/SKILL.mdplugins/me/skills/create-pr/scripts/verify-pr-status.shmerge/push)BEHIND, return actionable guidance to run sync script and re-verifyplugins/me/skills/create-pr/scripts/sync-with-base.shplugins/me/skills/create-pr/scripts/check-conflicts.shtests/skills/test_create_pr_verify_status.batstests/skills/test_check_conflicts.batsplugins/me/tests/me-specific.batsTest plan
bun run bats tests/skills/test_check_conflicts.bats tests/skills/test_create_pr_verify_status.bats plugins/me/tests/me-specific.batsgit push -u origin HEADNotes
wip/create-pr-simplifySummary by CodeRabbit
New Features
Documentation
Refactor