diff --git a/skills/kaizen-bug-router/SKILL.md b/skills/kaizen-bug-router/SKILL.md index 9dc1400..d179b5e 100644 --- a/skills/kaizen-bug-router/SKILL.md +++ b/skills/kaizen-bug-router/SKILL.md @@ -65,6 +65,14 @@ Use this structure: ## Routing Filed in `` because . +## PR linkage requirement +The implementation PR for this issue must target the repository default branch, +include `Closes #` for same-repository work or `Closes +kaizen-agents-org/#` for cross-repository work in the PR +body, and verify `gh pr view --json baseRefName,closingIssuesReferences,isDraft` +before reporting the PR ready. Do not rely on a PR title, branch name, or issue +comment as proof that GitHub will close the issue on merge. + ## Notes - If ownership is uncertain, state what was checked and why this issue falls back to `kaizen-loop`. ```