← Back to list

pull-request
by mgreenly
An AI Coding Agent
⭐ 1🍴 0📅 Jan 24, 2026
SKILL.md
name: pull-request description: Creating pull requests with concise descriptions
Pull Request
Creating PRs
This is a jj repository. Use gh pr create --repo to create PRs without needing a git repository.
No test plan section - CI runs the full quality suite automatically.
Template
<concise description of what changed and why>
🤖 Generated with Ralph harness
Command
gh pr create \
--repo mgreenly/ikigai \
--base main \
--head <bookmark-name> \
--title "<title>" \
--body "$(cat <<'EOF'
<description>
🤖 Generated with Ralph harness
EOF
)"
Parameters:
--repo: Repository in owner/repo format (required for jj repos)--base: Target branch (usuallymain)--head: Source bookmark name (e.g.,rel-09-rc5)--title: PR title (imperative mood, concise)--body: PR description
Guidelines
- Title: Imperative mood, concise (e.g., "Add user authentication", "Fix memory leak in parser")
- Description: One line or short paragraph explaining what and why
- No headers: They add noise for typical PRs
- No test plan: Implicit - CI runs quality checks
- Footer: Attribution preserved
Examples
Simple change:
Remove dead code: ik_content_block_thinking
🤖 Generated with Ralph harness
Feature addition:
Add JSON export for metrics data
Enables users to export their usage metrics in JSON format
for integration with external tools.
🤖 Generated with Ralph harness
Bug fix:
Fix null pointer dereference in config parser
The parser didn't handle missing optional fields correctly
when the config file used the legacy format.
🤖 Generated with Ralph harness
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon