← スキル一覧に戻る
Create a PR using

bootstrap-qcow2-create-pr
by embedconsult
⭐ 1🍴 0📅 2026年1月15日
SKILL.md
name: bootstrap-qcow2-create-pr description: Create or update GitHub pull requests for bootstrap-qcow2 using the in-repo Crystal helper Bootstrap::CodexUtils.create_pull_request (no gh/CLI dependencies). Use when automating PR creation from inside the container or sysroot namespace.
Create a PR using Bootstrap::CodexUtils
Use the in-repo helper to create PRs via the GitHub REST API without relying on gh.
Preconditions
- You have a branch pushed to
origin(e.g.codex/my-branch). - A GitHub token exists in
/work/.git-credentials(or pass an explicit path tocreate_pull_request).
Create the PR
From the repo root (/work/bootstrap-qcow2 when live-bound):
./bin/bq2 github-pr-create --title "PR title" --head codex/my-branch --body-file pr-body.md
Notes
- If the API call fails, the helper raises with the HTTP status/body to copy into debugging output.
- Updating an existing PR body/title requires a PATCH request; reuse the same token/headers pattern (see
src/codex_utils.cr). - Pass
--repo owner/namewhen running outside a git checkout (e.g., staged snapshots) and inference fails. - Defaults to
/work/.git-credentialswhen present (override with--credentials).
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です