Loading...
Loading...
Create pull requests with Conventional Commit-style titles and template-compliant descriptions using GitHub CLI. Use when asked to create, open, draft, or update a PR from the current branch and the team expects consistent semantic titles and structured PR bodies.
npx skill4agent add mrgrauel/skills conventional-pull-requestsgit status --shortgit log --oneline --decorate -n 20gh repo view --json defaultBranchRef -q '.defaultBranchRef.name'git diff --name-status origin/<base>...HEAD.github/pull_request_template.md.github/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE/*.md<type>[optional-scope]: <description>featfixdocsrefactortestchorebuildciperfstylerevertgit push -u origin <branch>gh pr create --base <base> --head <branch> --title "<title>" --body-file <file>--draft