Skip to content

docs(finishing-a-development-branch): check repo PR templates before creating PR#1842

Open
citizen204 wants to merge 1 commit into
obra:mainfrom
citizen204:fix-1834-pr-templates
Open

docs(finishing-a-development-branch): check repo PR templates before creating PR#1842
citizen204 wants to merge 1 commit into
obra:mainfrom
citizen204:fix-1834-pr-templates

Conversation

@citizen204

Copy link
Copy Markdown

Summary

When using finishing-a-development-branch to create a PR (Option 2), the skill did not guide the agent to check for a repository PR template before drafting the PR body. Many repositories use PR templates to enforce required process fields (testing evidence, issue links, risk notes, etc.), so skipping the template check can produce a PR that violates project contribution standards.

Fixes #1834

Changes

  • skills/finishing-a-development-branch/SKILL.md: Add a PR template lookup step inside Option 2 covering all GitHub-supported template locations, with rules for single template, multiple templates, missing required information, and no-template fallback.
  • Added a "Skipping the PR template check" entry to Common Mistakes.
  • Added "Check for repository PR templates before creating a PR" to the Always list.

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.

finishing-a-development-branch should guide agents to use repository PR templates

1 participant