Guidelines and tools for creating high-quality Pull Requests using the gh CLI. Includes bilingual templates (zh-TW/en) and validation scripts.
本專案建立 PR 的專屬慣例與工具。gh CLI 的一般用法不在此重複。
references/pr_template.md。gh CLI;Claude Code on the web 等遠端環境沒有 gh,改用 GitHub MCP create_pull_request(預設開 draft)。判斷方式:command -v gh。git rebase -i)在非互動環境不支援;整理 commit 請在本機互動式 shell 執行。# 1. commit 並推送分支
git push -u origin <branch-name>
# 2. 預驗證(分支已推送、有 commit 差異、測試可選)
./.agent/skills/pull-request/scripts/check-pr.sh
# 3. 建立 PR(描述用模板檔組稿)
gh pr create --title "type(scope): description" --body-file <(cat 組好的描述)
完整清單見 references/checklist.md,最低要求:
verification skill)## Summary / ## Test planSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer