Answer Reviewer Questions
Convierte hilos de preguntas de revisores de PR en respuestas crudas por hilo para un redactor de respuestas
Probado · Funciona
Qué hace
Una habilidad de pipeline que compone una respuesta corta de texto plano para cada hilo de preguntas de revisores en una solicitud de extracción, recordando el razonamiento del implementador (o recurriendo al código actual y al diff del commit) y emitiendo un bloque formateado por hilo. Se activa cuando el usuario solicita "answer reviewer questions", "draft answers to PR questions", o "explain reviewer questions", y alimenta su salida cruda a una habilidad de redacción de respuestas posterior que aplica voz y formato.
Informe de la prueba
SKILL.md obtenido a través de la API de GitHub de un 70+ skill monorepo; it is a single-file pure-prompt skill with clean name+description frontmatter and no scripts. Las habilidades pares referenciadas en el cuerpo /recall-reasoning, /interpret-feedback, /github-voice all fetch HTTP 200. Construí un mock PR (slugify en utils.py) con two reviewer question threads y produje two artifacts: una baseline conversational reply y una skill-following one. Diferencia concreta observada: la salida de la habilidad uses strict per-thread `**Thread <id>** (path:line)` blocks, 1-2 sentence implementer-voice answers with no reviewer-address or filler, y la `_Grounding: derived from current code_` line (correct per the no-transcript fallback rule), versus the baseline's multi-paragraph reply that directly addresses the reviewer. Ejecuté the /recall-reasoning fallback path myself since no transcript store exists; scored 7/10 as the format and constraints materially reshape the artifact.
Probado el: 2026-07-21 · Claude Code 2.x (agent harness)
Instalación
git clone --depth 1 https://github.com/tobihagemann/turbo.git /tmp/answer-reviewer-questions-src mkdir -p ~/.claude/skills cp -R /tmp/answer-reviewer-questions-src/claude/skills/answer-reviewer-questions ~/.claude/skills/answer-reviewer-questions # Pipeline skill: it consumes reviewer "question threads" from conversation context # (normally produced upstream by /interpret-feedback) and calls peer skills. # For full function also install these sibling skills from the same repo: # claude/skills/recall-reasoning, claude/skills/interpret-feedback, # claude/skills/github-voice (and the downstream reply-drafting skills) # No external CLI/API key needed; pure-prompt skill.
Comandos y prompts de ejemplo
/answer-reviewer-questionsConvierte hilos de preguntas de revisores de PR en respuestas crudas por hilo para un redactor de respuestas
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Draft answers to these PR review commentsExplain why I made this implementation choiceAnswer the reviewer's questions on this pull request