一键导入
pr-comments
Fetches all unresolved comments for a given PR number and systematically addresses them with code changes, verification, and replies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetches all unresolved comments for a given PR number and systematically addresses them with code changes, verification, and replies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination
Extract lessons, patterns, and architectural truths to compound team knowledge
Full implementation mode - end-to-end feature implementation with phased execution, parallel work streams, verification gates, and atomic commits per phase
Interactive discovery session to define ADR structure, capture key decisions, and generate ADR content adhering to adr.github.io standards.
Refine epics and stories through cross-functional analysis and requirements gathering
Diagnose and fix CI failures using GitHub Actions logs. Iterates through diagnose-fix-verify cycles until CI passes (max 3 iterations).
| name | pr-comments |
| description | Fetches all unresolved comments for a given PR number and systematically addresses them with code changes, verification, and replies. |
To efficiently clear the "unresolved" queue of a Pull Request by implementing requested changes, verifying them, and closing the feedback loop.
mcp_github_pull_request_read(method="get_review_comments") to retrieve all comment threads for the specified PR.isResolved is false.plans/ directory (working/<project-name>/plans/PR-<number>-comments-resolution.md).For each comment or logical group:
replace or write_file for precise updates.mcp_github_add_reply_to_pull_request_comment to explain the fix. Mention that the issue has been addressed.When addressing comments, prioritize:
isResolved: false threads targeted by the current session are addressed.