git-commit-pr

Installation
SKILL.md

Git Commit PR

Use this skill to take a working tree from local changes to an intentional pushed draft PR. Optimize for clean history, package-scoped commits, repository-specific rules, and a PR body that explains intent.

Command examples in this skill describe the intended effect. If the environment provides reliable Git or GitHub tooling through an IDE, app, connector, or other integration, use that tooling to perform the same checks, staging, commits, pushes, and PR operations instead of forcing the git or gh CLI.

First Read The Repo

Before staging or committing, inspect local conventions:

git status --short
git branch --show-current
git remote -v
git log --format='%h %s' -n 30

Look for:

Related skills
Installs
2
First Seen
8 days ago