interpret-feedback
Installation
SKILL.md
Interpret Feedback
Run 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.
Step 1: Identify Feedback Items
Determine the feedback to interpret:
- If feedback items are in conversation context, use them
- If a file path or URL was provided, read or fetch the content
- If called by another skill, use the items passed in
For each item, collect whatever context is available: code snippets, diffs, surrounding discussion, file paths, line numbers. More context produces better interpretation.
Step 2: Run Two Interpretations in Parallel
Use the Agent tool to launch both agents below in a single assistant message so they run concurrently. Each Agent call uses model: "opus" and does not set run_in_background. That is two Agent tool calls total.