PR Merge
Table of Contents
When to use this skill
Merging an approved PR. Guard rails refuse while review threads are unresolved or CI is red.
How to use this skill
- Close the task first — run
agile-close-taskon the feature branch before merging. Bookkeeping must ride the PR, not follow it. A STARTED task is a hard stop: do not proceed to merge until the task is closed. Merge (merge commit, never squash):
./projects/ores.compass/compass.sh pr merge
--forceoverrides the guards — only on explicit user instruction.- Verify the remote branch was deleted and the journal stamped.
Recipes
Reference
- Work a task through to merged PR
- Clean up the compass work lifecycle — close-out semantics.