← Back to list

github-pr
by vereis
Nix Configuration
⭐ 37🍴 7📅 Jan 23, 2026
SKILL.md
name: github-pr description: Create, review, and update GitHub pull requests using gh + git with our quality standards. Use when the user mentions PRs, pull requests, GitHub reviews, or asks to open/review a PR. allowed-tools:
- Bash(git status:*)
- Bash(git diff:*)
- Bash(git log:*)
- Bash(git branch:*)
- Bash(git push:*)
- Bash(gh pr view:*)
- Bash(gh pr diff:*)
- Bash(gh pr checks:*)
- Bash(gh pr create:*)
- Bash(gh repo view:*) user-invocable: true
GitHub PR workflow
Non-negotiables
- Code quality is sacred.
- Commit history is part of the deliverable. Keep it clean.
- Treat warnings seriously.
When creating a PR
- Ensure we are on a properly named branch (see
git+git-workflowskills). - Gather context:
git status,git diff,git log --oneline
- Ensure branch is pushed (ask before pushing if uncertain).
- PR title must follow Conventional Commit format:
<type>(<scope>): <desc>. - PR description must be minimal and human:
- Check for a PR template under
.github/(if it exists, fill it). - Otherwise use short bullets and short sentences.
- Mention key design decisions and any plan changes.
- Link ticket if available.
- Check for a PR template under
- Draft title/body following the
communicationskill. - Create PR with
gh pr create. - Return the PR URL.
When reviewing a PR
- Gather context:
gh pr view(title/body/base/head)gh pr diffgh pr checks
- Apply
code-reviewstandards (and/or delegate analysis to thecode-reviewersubagent for a structured handoff). - Summarize:
- top risks
- must-fix vs should-fix
- test gaps
- Do not post comments unless explicitly asked.
Review output style
- If asked to draft comments, follow the
communicationskill.
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon