Skip to content

Commit d750d23

Browse files
authored
docs: default finishing-a-development-branch to push and create PR (#39)
Override the finishing-a-development-branch skill to always default to "Push and create a Pull Request" without presenting the interactive 4-option prompt. This aligns with the project's PR-based integration model where all changes go through pull requests. Closes #37
1 parent ec6cecd commit d750d23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ These superpowers skills are mandatory process gates — not optional.
207207

208208
`/systematic-debugging` and `/receiving-code-review` are reactive — invoke when their triggers occur at any point.
209209

210+
### Skill Overrides
211+
212+
**`/finishing-a-development-branch`:** Always default to "Push and create a Pull Request" (Option 2) without presenting the interactive prompt. This aligns with the project's PR-based integration model — all changes go through pull requests. Only deviate from this default if the user has explicitly instructed otherwise in advance.
213+
210214
---
211215

212216
## Issue-Driven Workflow

0 commit comments

Comments
 (0)