tools/gemini-cli-bot/.gemini/skills/prs/SKILL.md
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.