← Back to list

create-pr
by first-fluke
Production-ready fullstack monorepo template with Next.js, FastAPI, Flutter, Terraform, and mise
⭐ 141🍴 21📅 Jan 23, 2026
SKILL.md
name: create-pr description: Automates the creation of detailed, well-formatted Pull Requests using the GitHub CLI. Parses conventional commits to generate titles and descriptions.
Create PR
This skill streamlines the Pull Request process, ensuring consistent and high-quality PR descriptions.
Prerequisites
gh(GitHub CLI) must be installed and authenticated.- The current branch must have commits that are not yet on the remote (or a corresponding remote branch).
Workflow
- Analyze Context: Checks the git log to understand the changes (
feat,fix,chore). - Generate Metadata:
- Title: Uses the conventional commit format (e.g.,
feat: Implement user login). - Body: Summarizes the changes, links to issues, and provides verification steps.
- Title: Uses the conventional commit format (e.g.,
- Execute: Runs
gh pr create.
Usage
# Standard usage (interactive)
gh pr create
# Fully automated with flags
gh pr create --title "feat: Add user profile" --body "Implements user profile page..."
Best Practices for PRs
- Small & Focused: Keep PRs limited to a single logical change.
- Linked Issues: Always link to the task/issue (e.g.,
Closes #123). - Self-Review: Review your own diff before creating the PR.
- Verification: Explicitly state how you verified the change (screenshots, test output).
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

