git-pr-workflow

Installation
SKILL.md

Git PR Workflow

Prepare PRs that are easy to review, safe to merge, and fully validated.

Required Sequence

  1. Confirm branch intent and scope.
  2. Ensure commits are atomic (git-atomic-commit) and messages are conventional (git-conventional-commit).
  3. Run git-run-checks on latest branch state.
  4. Rebase or merge mainline according to project policy.
  5. Push branch and open PR with a concise summary, test evidence, and risk notes.

PR Description Checklist

Installs
8
GitHub Stars
3
First Seen
Feb 27, 2026
git-pr-workflow — chasebuild/agent-skills