pr-workflow

Installation
SKILL.md

Workflow

  1. Confirm the user asked — in their latest message. Pushing to a remote / opening a PR is outward-facing and hard to undo. Do it only when the user's most recent request actually says to push, ship, or open a PR. Approval from an earlier turn does not carry forward — "make the change" is not "push it." If you finished work and the user didn't ask to push, stop and ask. Never push proactively.

  2. Branch off the default branch. Unless the user explicitly says to push straight to main (e.g. "commit straight to main", "push to main directly"), create a feature branch named with Conventional Commits: <type>/<kebab-description>, e.g. feat/add-logout-button.

  3. Commit with a Conventional Commit message, then push the branch.

Installs
2
Repository
mezotv/skills
First Seen
Jun 22, 2026
pr-workflow — mezotv/skills