What is pr?
總結當前工作、commit、推送並建立或更新 PR。自動將對話脈絡寫入 PR description,確保 reviewer 能快速理解背景。 Source: ashe-li/agent-skills.
總結當前工作、commit、推送並建立或更新 PR。自動將對話脈絡寫入 PR description,確保 reviewer 能快速理解背景。
Quickly install pr AI skill to your development environment via command line
Source: ashe-li/agent-skills.
ECC 資源感知: 若有可用的 code-reviewer 或 security-reviewer agent,Step 2 可委派更深度審查。
⚠️ 常見錯誤: 只看 git diff 會遺漏 PR 中其他 commits 的內容 只看 diff 不看對話會遺漏「為什麼這樣做」的決策脈絡 PR description 必須同時反映 what changed(diff) 和 why it changed(對話 context)
/pr # 自動偵測是否有 open PR,沒有就建新的 /pr 7195 # 更新指定 PR 的 description
總結當前工作、commit、推送並建立或更新 PR。自動將對話脈絡寫入 PR description,確保 reviewer 能快速理解背景。 Source: ashe-li/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ashe-li/agent-skills --skill pr總結當前工作、commit、推送並建立或更新 PR。自動將對話脈絡寫入 PR description,確保 reviewer 能快速理解背景。 Source: ashe-li/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ashe-li/agent-skills --skill pr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ashe-li/agent-skills