← スキル一覧に戻る

pr-creator
by toumakido
⭐ 0🍴 0📅 2025年12月24日
SKILL.md
name: pr-creator description: Guide for creating pull requests with draft status confirmation. Use when user requests PR creation with phrases like 'create a PR', 'make a pull request', 'gh pr create', or similar PR creation requests.
PR Creator
Overview
Guides PR creation by confirming whether to create as draft before executing the gh pr create command.
Workflow
When the user requests PR creation:
-
Confirm draft status: Use AskUserQuestion to ask whether to create the PR as draft
Question: "Should this PR be created as a draft?" Options: - "Yes, create as draft" → Execute with --draft flag - "No, create as ready for review" → Execute without --draft flag -
Execute gh pr create: Based on the user's choice, run the appropriate command:
- Draft:
gh pr create --draft --title "..." --body "..." - Ready:
gh pr create --title "..." --body "..."
- Draft:
PR Description Guidelines
Write concise, minimal descriptions:
- No fixed format sections (avoid ## Summary, ## Test plan, etc.)
- Include only essential information needed to understand the change
- Keep it brief - typically 1-3 sentences or a short bulleted list
- Adapt format to PR content - simple changes need simple descriptions
Examples:
- "Fix authentication bug in login flow"
- "Add user profile API endpoint\n- GET /api/users/:id\n- Returns user data with privacy filters"
- "Refactor database queries for performance"
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です