GitHub PR Body (General)
Scope:
- •This skill produces a PR body draft only.
- •Do not run
ghor change PR metadata; use~/.agents/skills/github-gh-workflow/SKILL.mdfor that.
When NOT to use:
- •The user wants to create/edit the PR in GitHub: use
~/.agents/skills/github-gh-workflow/SKILL.md. - •The repo is Elastic/Kibana and you want the Elastic-style sections: use
~/.agents/skills/github-compose-pr-elastic/SKILL.md. - •The user is asking for PR review feedback: use the
github-pr-review-*skills.
Rules:
- •Keep it short and reviewable.
- •Prefer bullets over prose.
- •Test Plan must be evidence: commands run + observed result.
- •Link issues explicitly:
- •
Closes #Xonly when merging the PR should close the issue. - •
Addresses #Xwhen it should not auto-close. - •Never invent issue numbers.
- •
Template (copy and then delete unused sections):
markdown
Closes #X | Addresses #X ## Summary - ## Test Plan -