Claude Code plugins by shawnburke
npx claudepluginhub shawnburke/claude-pluginsCreate a PR and shepherd it to completion — automatically monitors CI, fixes failures, and addresses review comments.
Claude Code plugins by shawnburke.
Inside a Claude Code session, add the marketplace:
/plugin marketplace add shawnburke/claude-plugins
Then install a plugin:
/plugin install manage-pr@shawnburke-plugins
Or run /plugin and use the interactive Marketplaces tab to browse and install.
Create a PR and shepherd it to completion — monitors CI, fixes failures, and addresses review comments.
/manage-pr automates the full lifecycle of getting a PR to a mergeable state:
gh pr create. If a PR already exists for the branch, it uses that one.If new comments arrive after completion, just run /manage-pr again.
/manage-pr # PR against main, default intervals
/manage-pr develop # PR against develop
/manage-pr --ci-interval 30 # poll CI every 30s instead of 15s
/manage-pr --comment-interval 120 # poll comments every 2 minutes
/manage-pr --rebase # rebase onto latest main before pushing
/manage-pr develop --rebase --ci-interval 10 # combine options
| Argument | Default | Description |
|---|---|---|
base-branch | main (or master) | Target branch for the PR |
--ci-interval SECONDS | 15 | How often to poll CI status |
--comment-interval SECONDS | 60 | How often to poll for review comments |
--rebase | off | Rebase onto latest base branch HEAD before pushing |
gh) installed and authenticated (gh auth login)On first run, the command warms up tool permissions so you can approve all git and gh access patterns up front. This avoids being prompted for each individual command mid-workflow.
--rebase is used, in which case uses --force-with-leaseRuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search