Armory
Source
Browse
Workflows

create-pr

Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install create-pr --cli claude

writes the file to.claude/commands/create-pr.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/create-pr.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

A community workflow/command, catalogued in awesome-claude-code. Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.

When to use it

Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.

Source

From toyamarinyon/giselle — see the linked resource for full implementation and usage.