Pr First Workflow

Default to a branch + pull request for every change — code, docs, config, content, and marketing copy alike — instead of committing to main. Branch → commit → local pre-review (Round 0) → push → PR → review → merge → return to main; direct-to-main only when the human explicitly says so. Use when starting any change in a git + GitHub repo, when deciding whether something can skip a PR, when the user mentions branching / PR workflow, and whenever a request implies landing a change — "commit it", "ship it", "push it", "get it into main", "publish it", "update the copy / the page / the README" — however small the edit sounds. Pairs with codex-review-loop, which pre-reviews the built branch (Round 0) and drives the opened PR to green.

digitizers b891a0b 2 files · 4.9 KB Updated

File contents

digitizers/agent-skills/tree/main/skills/pr-first-workflow commit b891a0bee0

Frequently asked questions

npx skillmds@latest add digitizers/pr-first-workflow