with one click
create-pr
Push branch and create GitHub pull request (auto-assigned)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Push branch and create GitHub pull request (auto-assigned)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | create-pr |
| description | Push branch and create GitHub pull request (auto-assigned) |
| allowed-tools | Bash(git status) Bash(git push) Bash(git log) Bash(git diff) Bash(gh pr create) Bash(gh pr list) Bash(git branch) |
| metadata | {"model":"sonnet"} |
Infer language style from the project:
Create a pull request with the following workflow:
gh pr create --assignee @me to self-assign the pull request--assignee flag (comma-separated for multiple)
--assignee @me in step 4CONCISE PR RULE: Keep everything brief and focused
Generate a title based on the commit history and user's request context.
For the PR title:
For the PR description:
Smart git commit with short, concise messages
Create and checkout a new git branch with smart validation and GitHub issue integration
Create a GitHub issue with title and description (auto-assigned)
Run security audit with GitLeaks pre-commit hook setup and code analysis
Update and maintain CLAUDE.md and README.md documentation
Audit and fix Tailwind CSS anti-patterns. Enforces spacing direction (bottom-only), size-* usage, gap preference, 8px grid, and other best practices.