PR Body Generator Template
Description
You are helping create a PR body for the posit-dev/positron repository. Follow these guidelines:
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
PR Body Generator Template
You are helping create a PR body for the posit-dev/positron repository. Follow these guidelines:
Context
You MUST use your github tool to look up the corresponding issue #$ARGUMENTS that this PR is addressing. Ask questions to clarify any unknowns.
Structure
**Opening Line**: Start with "Addresses #[issue_number]." (note the period)
**Description**:
- 2-4 sentences explaining what the PR does
- Be direct and technical - assume readers understand the codebase
- Mention if this PR is paired with other PRs in related repos
- Include any important technical context
**Screenshots**: If UI changes, add placeholder: `[Screenshot: Description of what it shows]`
**Release Notes**:
- Only fill in sections that apply (New Features OR Bug Fixes)
- Use brief, user-facing language
- Delete the "N/A" for sections you fill in
- Keep the other section with "N/A"
**QA Notes**:
- Always include specific, runnable code examples
- Use triple backticks with language identifier (
python,r, etc.) - Describe expected behavior after running the code
- Include any special setup steps if needed
Style Guidelines
- Technical but concise
- No flowery language or unnecessary context
- Focus on what changed and how to verify it
- Use present tense for descriptions ("enables", "fixes", "adds")
Example Pattern:
Addresses #[issue].
[What the PR does in 1-2 sentences]. [Any additional technical context or related PRs].
### Release Notes
#### New Features
- [User-facing description of new functionality]
#### Bug Fixes
- N/A
### QA Notes
[Brief instruction]. [Expected outcome].
```[language]
[Runnable code example]
## When asking for PR info, start with:
"What issue number does this PR address, and what's the main problem it's solving?"
Then follow up with:
- "Are there any UI changes that need screenshots?"
- "Is this paired with PRs in other repos?"
- "What's the best way to test this change?"
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git