{"id":"c862cd39-981d-45c8-bf13-492cec374614","shortId":"qjShgq","kind":"skill","title":"interpret-feedback","tagline":"Interpret third-party feedback by running parallel internal and peer interpretations to surface intent, correctness concerns, and ambiguities. Use when the user asks to \"interpret feedback\", \"interpret comments\", \"what does this feedback mean\", \"clarify reviewer intent\", \"underst","description":"# Interpret Feedback\n\nRun two independent interpretations of third-party feedback in parallel (internal + codex peer), then reconcile into enriched items with clear intent summaries. Designed for feedback where the author's intent is ambiguous or the correctness of suggestions is uncertain.\n\n## Step 1: Identify Feedback Items\n\nDetermine the feedback to interpret:\n\n- If feedback items are in conversation context, use them\n- If a file path or URL was provided, read or fetch the content\n- If called by another skill, use the items passed in\n\nFor each item, collect whatever context is available: code snippets, diffs, surrounding discussion, file paths, line numbers. More context produces better interpretation.\n\n## Step 2: Run Two Interpretations in Parallel\n\nLaunch two Agent tool calls in a single message (`model: \"opus\"`, do not set `run_in_background`):\n\n### Internal Interpretation\n\nSpawn a subagent with the feedback items and all available context. Instruct it to:\n\n1. Read all referenced code and surrounding context\n2. For each feedback item, produce:\n   - **Intent**: What the feedback author most likely wants changed and why (one to two sentences)\n   - **Correctness**: Whether the suggestion is technically sound — flag concerns if the reviewer may be mistaken, with evidence\n   - **Ambiguity**: Note where the intent is unclear or where multiple valid readings exist\n3. Return structured results per item\n\n### Run `/peer-review` Skill\n\nSpawn a subagent whose prompt includes the feedback items and all available context, and instructs it to invoke `/peer-review` via the Skill tool. Describe the request in natural language:\n\n- **Material** — the listed third-party feedback items and their surrounding context.\n- **Task** — for each item, determine what the author most likely wants changed and why, whether the suggestion is technically sound, and where the phrasing is ambiguous enough to support multiple valid readings.\n- **Skepticism guidance** — do not take feedback at face value. Check whether the author's stated concern matches the code reality. Look for cases where the reviewer misread the code, confused two similar constructs, or applied a general rule that does not fit this specific context.\n- **Output format** — for each feedback item, return:\n  1. Intent — what the author most likely wants changed and why (one to two sentences)\n  2. Correctness — whether the suggestion is technically sound. If not, explain what the reviewer likely misunderstood, with evidence from the code\n  3. Ambiguity — if the intent supports multiple valid readings, list each reading and which has stronger evidence\n  4. Confidence — high (clear intent, sound suggestion), medium (likely intent but some uncertainty), or low (genuinely ambiguous or likely incorrect)\n\n## Step 3: Reconciliation\n\nMerge the two interpretations for each feedback item:\n\n| Agreement | Action |\n|-----------|--------|\n| **Both agree** on intent and correctness | High confidence. Use the shared interpretation. |\n| **Intent agrees, correctness differs** | Flag the correctness concern with both perspectives. |\n| **Intent disagrees** | Flag as ambiguous. Present both readings and note which has stronger evidence. |\n\n## Step 4: Output Enriched Items\n\nFor each feedback item, output the original feedback followed by the interpretation:\n\n```\n### Item <N>: <short label>\n\n**Original:** <feedback text, truncated if long>\n**File:** <path:line if applicable>\n\n**Intent:** <reconciled interpretation of what the author wants>\n**Correctness:** <sound | concern: <explanation>>\n**Confidence:** <high | medium | low>\n**Ambiguity:** <none | <description of unclear aspects>>\n\n<If interpreters disagreed, show both perspectives>\n```\n\nAfter all items, add a summary:\n\n```\n## Interpretation Summary\n\n- Total items: <N>\n- High confidence: <N>\n- Correctness concerns: <N>\n- Ambiguous intent: <N>\n```\n\nThen use the TaskList tool and proceed to any remaining task.\n\n## Rules\n\n- If either interpretation agent is unavailable or returns malformed output, proceed with results from the remaining agent.","tags":["interpret","feedback","turbo","tobihagemann","agent-skills","claude-code","claude-skills","developer-tools","skills"],"capabilities":["skill","source-tobihagemann","skill-interpret-feedback","topic-agent-skills","topic-claude-code","topic-claude-skills","topic-developer-tools","topic-skills"],"categories":["turbo"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/tobihagemann/turbo/interpret-feedback","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add tobihagemann/turbo","source_repo":"https://github.com/tobihagemann/turbo","install_from":"skills.sh"}},"qualityScore":"0.590","qualityRationale":"deterministic score 0.59 from registry signals: · indexed on github topic:agent-skills · 280 github stars · SKILL.md body (4,078 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T00:54:10.197Z","embedding":null,"createdAt":"2026-04-18T22:03:50.434Z","updatedAt":"2026-04-22T00:54:10.197Z","lastSeenAt":"2026-04-22T00:54:10.197Z","tsv":"'/peer-review':254,274 '1':85,188,381 '2':149,196,396 '3':247,417,455 '4':434,505 'action':466 'add':548 'agent':157,576,589 'agre':468,480 'agreement':465 'ambigu':22,76,234,322,418,450,494,537,559 'anoth':119 'appli':363 'ask':27 'author':72,206,304,341,385 'avail':133,183,267 'background':171 'better':146 'call':117,159 'case':351 'chang':210,308,389 'check':338 'clarifi':38 'clear':64,437 'code':134,192,347,357,416 'codex':56 'collect':129 'comment':32 'concern':20,225,344,486,532,558 'confid':435,474,533,556 'confus':358 'construct':361 'content':115 'context':100,131,144,184,195,268,296,373 'convers':99 'correct':19,79,217,397,472,481,485,530,557 'describ':279 'design':67 'determin':89,301 'diff':136 'differ':482 'disagre':491,541 'discuss':138 'either':574 'enough':323 'enrich':61,507 'evid':233,413,433,503 'exist':246 'explain':406 'face':336 'feedback':3,8,30,36,43,52,69,87,91,95,179,199,205,263,291,334,378,463,511,516,523 'fetch':113 'file':105,139,528 'fit':370 'flag':224,483,492 'follow':517 'format':375 'general':365 'genuin':449 'guidanc':330 'high':436,473,534,555 'identifi':86 'includ':261 'incorrect':453 'independ':46 'instruct':185,270 'intent':18,40,65,74,202,238,382,421,438,443,470,479,490,529,560 'intern':12,55,172 'interpret':2,4,15,29,31,42,47,93,147,152,173,460,478,520,540,551,575 'interpret-feedback':1 'invok':273 'item':62,88,96,123,128,180,200,252,264,292,300,379,464,508,512,521,547,554 'languag':284 'launch':155 'like':208,306,387,410,442,452 'line':141 'list':287,426 'long':527 'look':349 'low':448,536 'malform':581 'match':345 'materi':285 'may':229 'mean':37 'medium':441,535 'merg':457 'messag':163 'misread':355 'mistaken':231 'misunderstood':411 'model':164 'multipl':243,326,423 'natur':283 'none':538 'note':235,499 'number':142 'one':213,392 'opus':165 'origin':515,522 'output':374,506,513,582 'parallel':11,54,154 'parti':7,51,290 'pass':124 'path':106,140 'peer':14,57 'per':251 'perspect':489,544 'phrase':320 'present':495 'proceed':567,583 'produc':145,201 'prompt':260 'provid':110 'read':111,189,245,328,425,428,497 'realiti':348 'reconcil':59 'reconcili':456 'referenc':191 'remain':570,588 'request':281 'result':250,585 'return':248,380,580 'review':39,228,354,409 'rule':366,572 'run':10,44,150,169,253 'sentenc':216,395 'set':168 'share':477 'show':542 'similar':360 'singl':162 'skeptic':329 'skill':120,255,277 'skill-interpret-feedback' 'snippet':135 'sound':223,316,403,439,531 'source-tobihagemann' 'spawn':174,256 'specif':372 'state':343 'step':84,148,454,504 'stronger':432,502 'structur':249 'subag':176,258 'suggest':81,220,313,400,440 'summari':66,550,552 'support':325,422 'surfac':17 'surround':137,194,295 'take':333 'task':297,571 'tasklist':564 'technic':222,315,402 'text':524 'third':6,50,289 'third-parti':5,49,288 'tool':158,278,565 'topic-agent-skills' 'topic-claude-code' 'topic-claude-skills' 'topic-developer-tools' 'topic-skills' 'total':553 'truncat':525 'two':45,151,156,215,359,394,459 'unavail':578 'uncertain':83 'uncertainti':446 'unclear':240 'underst':41 'url':108 'use':23,101,121,475,562 'user':26 'valid':244,327,424 'valu':337 'via':275 'want':209,307,388 'whatev':130 'whether':218,311,339,398 'whose':259","prices":[{"id":"477c6ed5-fa8e-42ca-a407-a6ea215947ca","listingId":"c862cd39-981d-45c8-bf13-492cec374614","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"tobihagemann","category":"turbo","install_from":"skills.sh"},"createdAt":"2026-04-18T22:03:50.434Z"}],"sources":[{"listingId":"c862cd39-981d-45c8-bf13-492cec374614","source":"github","sourceId":"tobihagemann/turbo/interpret-feedback","sourceUrl":"https://github.com/tobihagemann/turbo/tree/main/skills/interpret-feedback","isPrimary":false,"firstSeenAt":"2026-04-18T22:03:50.434Z","lastSeenAt":"2026-04-22T00:54:10.197Z"}],"details":{"listingId":"c862cd39-981d-45c8-bf13-492cec374614","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"tobihagemann","slug":"interpret-feedback","github":{"repo":"tobihagemann/turbo","stars":280,"topics":["agent-skills","claude-code","claude-skills","developer-tools","skills"],"license":"mit","html_url":"https://github.com/tobihagemann/turbo","pushed_at":"2026-04-21T12:22:12Z","description":"A composable dev process for Claude Code, packaged as modular skills.","skill_md_sha":"14b978c58da8344f8e93ebc2ea27902f30c5e653","skill_md_path":"skills/interpret-feedback/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/tobihagemann/turbo/tree/main/skills/interpret-feedback"},"layout":"multi","source":"github","category":"turbo","frontmatter":{"name":"interpret-feedback","description":"Interpret third-party feedback by running parallel internal and peer interpretations to surface intent, correctness concerns, and ambiguities. Use when the user asks to \"interpret feedback\", \"interpret comments\", \"what does this feedback mean\", \"clarify reviewer intent\", \"understand this review\", or \"interpret these suggestions\"."},"skills_sh_url":"https://skills.sh/tobihagemann/turbo/interpret-feedback"},"updatedAt":"2026-04-22T00:54:10.197Z"}}