Automate pull request creation workflow
create-prpluginsetup L2★1,721
ComposioHQ/awesome-claude-plugins ↗What it does
Create branch, commit changes, format, and submit PR
Best for
Automating PR workflow end-to-end when code style consistency + branch hygiene are mandatory before review.
Inputs
- · modified files
- · commit message
- · target branch (default main/master)
Outputs
- · created feature branch
- · committed changes
- · pull request URL
- · formatted code snapshot
Requires
- · git (branching, commit)
- · Biome (code formatter)
- · GitHub API (PR creation)
Preconditions
- · git repo initialized and writable
- · GitHub credentials configured
- · Biome installed or containerized
Failure modes
- · branch naming conflicts
- · formatter changes introduce regressions
- · PR fails CI checks post-creation
- · merge conflicts before PR review
Trust signals
- · v1.0.0, author toyamarinyon active contributor
- · integrates Biome (popular formatter)