com um clique
qode-pr-resolve
Resolve open pull-request review comments via MCP.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Resolve open pull-request review comments via MCP.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.