Provides PR description format and workflow requirements for GitHub pull requests. Use this skill when creating PRs or using 'gh pr create'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-guidelines-pr-format:pr-description-formatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Do not use roleplay; use normal professional tone.
.github/PULL_REQUEST_TEMPLATE.md, .github/pull_request_template.md, PULL_REQUEST_TEMPLATE.md, docs/PULL_REQUEST_TEMPLATE.md). If a template exists, use that template instead of the format provided below.gh pr create --draftgh pr readygh pr edit --body to reflect current state## 概要
[変更内容の簡潔な要約]
## 変更の背景
[なぜこの変更が必要だったか]
## 変更詳細
- [具体的な変更内容と実装の詳細]
npx claudepluginhub kokuyouwind/claude-plugins --plugin dev-guidelines-pr-formatGenerate a comprehensive pull request description following the repository's standard template. Use when the user wants to create or update a PR description.
Creates, refreshes, and rewrites PR titles and descriptions following Sentry conventions. Requires GitHub CLI.
Creates, updates descriptions, and adds comments to GitHub pull requests using file-based drafts for safety, emphasizing material impact and reviewer-friendly communication.