← スキル一覧に戻る

pr-creator
by HotariTobu
⭐ 0🍴 0📅 2025年12月21日
SKILL.md
name: pr-creator description: Create pull requests with gh command after development is complete. Use when ready to open a PR.
PR Creator Skill
Create a pull request after development on a branch is complete.
Development Types
| Type | Branch Pattern | Title Prefix | Draft | Template |
|---|---|---|---|---|
| Feature | feature/* | feat: | Yes | feature.md |
| Bug fix | fix/* | fix: | No | fix.md |
| Documentation | docs/* | docs: | No | docs.md |
| Refactoring | refactor/* | refactor: | Yes | refactor.md |
Guidelines
- Link the specification - Every PR must reference its specification
- One feature per PR - Keep PRs focused and small
- All tests must pass - Ensure CI is green
- Request a review - Wait for approval before merging
Workflow
- Analyze: Get branch name, commits (
main..HEAD), and diff to understand changes - Find spec: Look for related spec in
docs/specs/ - Draft: Generate title and body using the appropriate template
- Confirm: Show draft to user for approval
- Create: Push if needed, run
gh pr create - Report: Show PR URL
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です