← スキル一覧に戻る

create-pr
by segersniels
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: create-pr description: When asked to create a pull request, follow these guidelines
Process
- Run
git fetch --all --pruneto ensure the latest changes are fetched - Check git status and current branch
- Get commit history from [origin] to HEAD
- Analyze
git diff [origin]...HEADto understand changes - Prompt the user for the [origin] (don't make assumptions)
- Confirm with the user whether it needs to be a draft PR or not
- Create a pull request with a descriptive title and body based on actual code changes (
gh) - Assign the current git user to the created PR
Analysis
- Examine modified files and functionality changes
- Understand technical implementation and business impact
- Focus on what changed, not just commit messages
Rules
- PR title MUST use Conventional Commits format:
type(scope): description- Lowercase, imperative mood (same as commit messages)
- Optional Notion ticket ID in brackets at end:
[TL-1234]
- Write meaningful descriptions based on diff analysis
- Never include checkboxes, test plans, or checklists
- Avoid ANSI codes in descriptions
- Pass markdown directly to gh, never use heredoc
- Use markdown and differentiate between sections using ###
- When writing PR titles or bodies, wrap every code identifier (variable names, params, functions, keys, enum values) in backticks.
スコア
総合スコア
50/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です