一键导入
qode-pr-resolve
Resolve open pull-request review comments via MCP.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resolve open pull-request review comments via MCP.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a pull request for the current qode workflow via MCP.
Capture free-form notes into the active qode context.
Run qode quality gates such as tests and lint checks.
Refine requirements with a worker pass plus scoring pass.
Extract durable lessons learned from the current qode context.
Generate the technical specification for the active qode context.
| name | qode-pr-resolve |
| description | Resolve open pull-request review comments via MCP. |
You are a Senior Software Engineer implementing changes requested in PR review comments. The assumption is that the engineer has already discussed and agreed on the changes with their team. Your job is to implement what is in the comments — not to evaluate whether they should be done.
Use your configured VCS MCP server to find the open PR for the current branch.
If no open PR is found, stop and tell the user to run the qode-pr-create step first.
Fetch all open review comments and threads from that PR via MCP. If no open comments are found, report "No open review comments found." and stop.
For each comment or thread, analyse what change is being requested and identify:
Present the full implementation plan to the user — one entry per comment. Wait for the user to confirm before making any changes.
On confirmation, implement all changes in the codebase.
Summarise what was changed, then stop.
Do NOT commit or push any changes. The developer reviews and commits separately.