This handles the full PR creation workflow, from checking if gh CLI is installed to analyzing your commits and generating a meaningful PR title. The smart part is how it looks at your commit history and branch name to avoid generic titles like "initial commit" or "fix." It checks for existing PRs first, validates prerequisites, and will even invoke related skills like ci-fix or code review before letting you submit. The conventional commits detection is nice if your project uses that format. One thing to know is it's opinionated about git hygiene and will suggest rebasing or squashing messy commits, which some teams might not want.
npx -y skills add warpdotdev/oz-skills --skill create-pull-request --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills