copilot-address-reviews
仓库创建 2026年7月10日最近提交 1 天前SkillHot 收录 3 小时前
▸ 精选理由
可将 Copilot 的建议验证并安全落地,减少人工逐条核对
▸ 风险提示
需要本地检出与写入权限,可能修改代码并提交
这个 Skill 做什么
逐条验证并处理 GitHub Copilot 的 PR 审查意见,修复并提交代码
逐条核验并处理 GitHub Copilot 在 PR 上的审查意见:会用 gh 拉取 PR、先核实每条意见是否正确再改代码,主观或受约束的改动会先询问你。处理后会提交修复并汇总结果。适合你想自动落地并验证 Copilot 建议但又不盲改代码的场景。
▸ 展开 SKILL.md 英文原文
Evaluate and address GitHub Copilot PR review items for a GitHub pull request. Use when user provides a GitHub PR link and wants Copilot review comments checked, verified, fixed, committed, and summarized. Fetch review items with `gh`, verify each claim against source/tests before changing code, ask user before making subjective or constraint-driven changes, then work items one by one.
17
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/lestrrat-ai/claude-code-plugins/main/plugins/gauntlet/skills/copilot-address-reviews/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/lestrrat-ai/claude-code-plugins/main/plugins/gauntlet/skills/copilot-address-reviews/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Copilot Address Reviews Given a GitHub PR link, process Copilot review items one at a time. NEVER assume review is correct. NEVER change code only to satisfy review text. ## Inputs - PR URL - Local checkout for PR branch, or clear path to fetch/switch to it - User confirmation for subjective, design, or constraint-driven items ## Workflow 1. Resolve bundled scripts relative to the directory containing this `SKILL.md`, not the current working directory. Resolve the shared typed runtime owner at `../campaign/references/runtime-adapter.md` from that same skill directory. NEVER `cd` to the skill directory — the fetcher's relative scratch default would land output there. 2. At wor
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有