| name | review-findings |
| description | Review user testing findings from the user-tester agent. Use when you are about to modify retrieval, search, or output-related code, or when the user asks about known issues or quality status. |
Review User Testing Findings
Read and summarize user testing findings from docs/user-testing/findings.md.
Instructions
- Read
docs/user-testing/findings.md completely.
- Read
docs/user-testing/metrics.md for the quality dashboard.
- If the user provided an argument, filter by that severity or category.
- Present a structured summary:
Output Format
## Findings Summary
**Total**: N findings (X OPEN, Y CONFIRMED, Z FIXED)
**By Severity**: CRITICAL: n, HIGH: n, MEDIUM: n, LOW: n
### CRITICAL / HIGH Findings (must address)
- **F<id>** [S<scenario>] <summary>
Related Defect: #N | Status: OPEN
### Actionable Items (grouped by component)
- `src/retrieval/knowledge_search.py`: F<id>, F<id> — <short description>
- `src/orchestration/graph.py`: F<id> — <short description>
- Cross-reference with
docs/design-issues/retrieval-accuracy-analysis.md to note
which known defects have been confirmed by user testing.
- If findings reference specific source files, include file paths and line numbers.