Git Pr

Create a feature branch following the git flow branching model, commit staged or unstaged changes with a well-crafted commit message, and open a GitHub Pull Request with a meaningful title, description, and assignee. Follows git flow conventions — branches are created from and merged back into `develop`, with `feature/`, `hotfix/`, `release/`, and `bugfix/` prefixes. Use this skill whenever the user wants to commit their work and raise a PR, says things like "commit and open a PR", "create a pull request for my changes", "push this to a branch", "ship this", "submit this for review", or any variation of wanting to save work and create a GitHub PR. Always use this skill even if the user only mentions one part (e.g. "just commit this") — the full branch-commit-PR flow is the default behavior.

lukaskellerstein ef3a034 7.6 KB Updated

File contents

lukaskellerstein/codex-my-marketplace/tree/main/plugins/dev-tools-plugin/skills/git-pr commit ef3a0345b7

Frequently asked questions

npx skillmds@latest add lukaskellerstein/git-pr