スキル一覧に戻る
kecbigmt

pr-template

by kecbigmt

Claude Code plugin for Story-driven Development

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: pr-template description: Pull request template for story-driven development. Use when creating PRs or need PR structure reference.

Pull Request Template

IMPORTANT: Use project's PR template if it exists (e.g., .github/pull_request_template.md). This template is a fallback for projects without one.

Basic Template

gh pr create --title "<type>(<scope>): <summary>" --body "$(cat <<'EOF'
## Summary
[What this accomplishes and why]

## Story
[Link: docs/stories/YYYYMMDDTHHMMSS_name.story.md]

## Changes
- [Component/area affected and what changed]
- [Help reviewers understand scope]

## Breaking Changes
[If none, write "None". If any, list what breaks and migration path]

## Test Plan
- [How verified]
- [Evidence tests pass]

## Checklist
- [ ] Tests pass
- [ ] Linting clean
- [ ] Criteria verified
- [ ] Story log updated
EOF
)"

Guidelines

Title: Use same format as commit message

  • <type>(<scope>): <summary>
  • ≤50 chars, imperative mood

Summary:

  • What changed and why (user/business value)
  • NOT a list of commits or file changes

Story:

  • Link to story log if applicable
  • Helps reviewers understand context

Changes:

  • List affected components/areas (e.g., API, UI, DB)
  • Helps reviewers understand scope and impact

Breaking Changes:

  • Write "None" if no breaking changes
  • If breaking: what breaks, why necessary, migration path

Test Plan:

  • How acceptance criteria were verified
  • Evidence (test output, screenshots, etc.)

Checklist:

  • All items should be checked before requesting review
  • Add project-specific items as needed

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です