← All plugins
create-pr
v1.0.0Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
Claude Code
by toyamarinyon1.9kupdated 2 weeks ago
Source
git clone https://github.com/composio-community/awesome-claude-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is create-pr/ inside the repository.
Layout
create-pr/
└── .claude-plugin/plugin.json
Manifests1
create-pr/.claude-plugin/plugin.json
{
"name": "create-pr",
"description": "Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.",
"version": "1.0.0",
"author": {
"name": "toyamarinyon",
"url": "https://github.com/toyamarinyon"
},
"homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/create-pr"
}