pr-workflow-automation
CommunityAutomate PRs, monitor CI, and retry until green.
Authorshepherdjerred
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the complete pull request workflow, eliminating manual steps to push changes, create PRs, and monitor CI status, including automatic amendments and retries when checks fail.
Core Features & Use Cases
- Automates pushing changes and creating PRs with GitHub CLI.
- Monitors CI status and PR checks, alerting on completion or failures.
- Automatically handles CI failures by amending commits, force-pushing, and retrying until CI passes.
- Suitable for branch-based collaboration across teams and when CI-driven PR management is required.
Quick Start
Push the current branch to the remote, create a PR, and monitor CI until green. For example:
- git push -u origin $(git branch --show-current)
- gh pr create --fill
- gh pr checks --watch
- If CI fails, amend the commit and push with --force-with-lease
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pr-workflow-automation Download link: https://github.com/shepherdjerred/dotfiles/archive/main.zip#pr-workflow-automation Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.