Expertise in managing the Git and GitHub Pull Request lifecycle, including staging changes, generating PR descriptions, and branch management.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-prs-88bcd864aaf3 ,按照其中的说明把「prs」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Standardize how the Gemini CLI Bot stages its changes, generates Pull Request descriptions, and manages the lifecycle of both new and existing PRs.
If you are proposing fixes and PR creation is enabled (per the System Directive):
write_file tool to create
pr-description.md.
git add <files> command.git reset <file>.
pr-description.md, lessons-learned.md,
branch-name.txt, pr-comment.md, pr-number.txt, issue-comment.md, or
anything in history/.If you are continuing work on an existing Task or responding to a comment on an existing bot PR:
write_file to generate branch-name.txt
containing the current branch name (e.g., bot/task-BT-01).write_file to generate pr-number.txt containing the
numeric PR ID.issue-comment.md.pr-comment.md.gh run view. Your
priority must be generating a new patch and staging it with git add to fix
the failure.