prs

tarafından google-gemini

Git ve GitHub Pull Request yaşam döngüsünü yönetme konusunda uzmanlık; değişiklikleri hazırlama, PR açıklamaları oluşturma ve dal yönetimi dahil.

npx skills add https://github.com/google-gemini/gemini-cli --skill prs

Skill: GitHub PR & Git Management

Goal

Standardize how the Gemini CLI Bot stages its changes, generates Pull Request descriptions, and manages the lifecycle of both new and existing PRs.

Staging & Patch Preparation (MANDATORY)

If you are proposing fixes and PR creation is enabled (per the System Directive):

  1. Surgical Changes: Only propose a single improvement or fix per PR.
    • No Bundling: You are STRICTLY FORBIDDEN from bundling unrelated changes. Changes are unrelated if they address different root causes.
    • Examples: Do not combine a script fix with a documentation update, an unrelated refactor, or a metrics script update. Metrics and fixes MUST be in separate PRs.
  2. Generate PR Description: Use the write_file tool to create pr-description.md.
    • Title: The very first line MUST be a concise, conventional title.
    • Body: The rest should be the markdown body explaining the change, why it is recommended, and the expected impact.
  3. Stage Fixes: You MUST explicitly stage your fixes using the git add <files> command.
  4. Internal File Protection (CRITICAL): You are STRICTLY FORBIDDEN from staging internal bot management files. If they are accidentally staged, you MUST unstage them using git reset <file>.
    • NEVER STAGE: pr-description.md, lessons-learned.md, branch-name.txt, pr-comment.md, pr-number.txt, issue-comment.md, or anything in history/.

Unblocking & PR Updates (Recovery)

If you are continuing work on an existing Task or responding to a comment on an existing bot PR:

  1. Target Existing Branch: Use write_file to generate branch-name.txt containing the current branch name (e.g., bot/task-BT-01).
  2. Track PR ID: Use write_file to generate pr-number.txt containing the numeric PR ID.
  3. Respond to Maintainers:
    • For general responses, write your markdown comment to issue-comment.md.
    • For specific PR feedback, write your markdown response to pr-comment.md.
  4. Handle CI Failures: Diagnose failing checks using gh run view. Your priority must be generating a new patch and staging it with git add to fix the failure.

google-gemini tarafından daha fazla skill

greeter
google-gemini
Dostça bir karşılama becerisi
official
code-reviewer
google-gemini
Yerel değişiklikler ve uzak pull request'ler için otomatik kod incelemesi; doğruluk, bakım kolaylığı ve güvenlik açısından yapılandırılmış analiz sunar. Hem yerel dosya sistemi değişikliklerini (aşamalı ve aşamasız) hem de otomatik GitHub CLI checkout ile uzak PR'ları (numara veya URL ile) destekler. Kodu yedi boyutta analiz eder: doğruluk, bakım kolaylığı, okunabilirlik, verimlilik, güvenlik, uç durum yönetimi ve test kapsamı. İsteğe bağlı ön doğrulama test paketlerini (ör. npm run preflight) çalıştırarak...
official
review-duplication
google-gemini
Kod incelemeleri sırasında, kod tabanında yinelenen işlevsellik, yeniden icat edilmiş tekerlekler veya mevcut yapıların yeniden kullanılmaması durumlarını proaktif olarak araştırmak için bu beceriyi kullanın.
official
reconciliation
google-gemini
Yüklenen giderleri önceden ayrıştırılmış fatura veritabanıyla mutabakat sağlayarak, tutar uyuşmazlıkları, eksik faturalar ve tüccar uyuşmazlıkları gibi farklılıkları işaretler…
official
agent-tui
google-gemini
Main Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications…
official
async-pr-review
google-gemini
Kullanıcı asenkron bir PR incelemesi başlatmak, bir PR üzerinde arka plan kontrolleri yapmak veya daha önce başlatılmış bir asenkron PR’nin durumunu kontrol etmek istediğinde bu yeteneği tetikleyin…
official
ci
google-gemini
Gemini CLI için yüksek performanslı, hızlı başarısız olma özelliği sunan özel bir beceri
official
critique
google-gemini
Depo betiklerini ve GitHub Actions iş akışlarını denetleme ve düzeltme konusunda uzmanlık, teknik sağlamlık ve güvenlik sağlar.
official