brand_feedback_review
Review agent feedback stored locally. Filter by category (bug, friction, feature_request) or status (new, quarantined, acknowledged, fixed) to triage issues and prioritize fixes.
Instructions
Review all agent feedback stored in ~/.brandsystem/feedback/. Read-only — reads local JSON files without network access. Shows summary stats (by category, severity, status) and individual items with timestamps. Filter by category (bug, friction, feature_request, agent_signal) or status (new, quarantined, acknowledged, fixed). Quarantined items were flagged for potential prompt injection. Use to triage feedback, spot recurring issues, and prioritize fixes. NOT for submitting feedback — use brand_feedback. NOT for changing item status — use brand_feedback_triage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_category | No | Filter by category. Defaults to 'all'. | |
| filter_status | No | Filter by status. Defaults to 'new'. Use 'quarantined' to see items flagged for potential prompt injection. |