Skip to content

Embed issue number in branch names for reliable PR-to-issue linking#141

Merged
sebastientaggart merged 1 commit into
devfrom
feature/140-branch-naming-issue-refs
Apr 13, 2026
Merged

Embed issue number in branch names for reliable PR-to-issue linking#141
sebastientaggart merged 1 commit into
devfrom
feature/140-branch-naming-issue-refs

Conversation

@sebastientaggart

Copy link
Copy Markdown
Member

Change branch naming convention from feature/<name> to feature/<number>-<name> so that /submit-for-review can deterministically extract the linked issue number from the branch name. This eliminates the unreliable heuristic in Step 3 that caused most PRs to omit issue references, which in turn caused /deploy to leave issues open after release.

Both /start (which creates branches) and /submit-for-review (which reads them) are updated across all four adapters (Claude, Cursor, Codex, Gemini).

Issue #140

@sebastientaggart

Copy link
Copy Markdown
Member Author

Review Summary

Verdict: APPROVE

Findings

No issues found. Code looks correct and follows project conventions.

The branch naming convention change (feature/<name> to feature/<number>-<name>) is applied consistently across both source templates (skills/start.md, skills/submit-for-review.md) and all four generated adapter files (Claude, Cursor, Codex, Gemini). The sync hashes are updated correctly. The new submit-for-review Step 3 provides a clear extraction rule with a sensible fallback warning for branches created outside /start.

@sebastientaggart
sebastientaggart merged commit 7905a2e into dev Apr 13, 2026
6 checks passed
@sebastientaggart
sebastientaggart deleted the feature/140-branch-naming-issue-refs branch April 13, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant