What this agent does
Individual pieces of customer feedback are easy to read and easy to forget — the pattern only becomes obvious once someone tags fifty of them and looks at the aggregate, and that tagging rarely happens consistently by hand. This agent tags every incoming piece of feedback the moment it arrives and rolls it into a weekly "what's actually recurring" report.
feedback-tagger— reads each new support ticket, review, or feedback form submission and tags it with a theme (bug, feature request, pricing complaint, praise, churn-risk) and a sentiment score.weekly-theme-reporter— aggregates the week's tagged feedback, ranks themes by frequency and severity, and writes a short report naming the top 3-5 issues worth acting on, each with representative quotes.
Every run appends to a running feedback log, so themes can be tracked as trends over multiple weeks, not just a single snapshot.
Requirements
- A feedback source: a support-ticket system export, a review-platform feed, or a feedback-form spreadsheet.
- Works on Zo Computer natively and on Claude AI (claude.ai or Claude Code) — no dependency on a specific helpdesk vendor; the package includes adapters for CSV/Sheet input so it works with whatever export your tool provides.
Setup
- Unzip the package into your workspace, keeping the folder structure intact.
- Edit
config/feedback-source.mdwith your source location (Sheet ID, CSV export path, or feed URL) and the theme categories relevant to your product. - Run the starter prompt in
starter-prompts.mdagainst a sample batch of feedback to confirm the tagging matches your expectations. - Schedule
automation-prompt.mdweekly to generate the recurring-themes report.
What's included
Skills/feedback-tagger/SKILL.mdandSkills/weekly-theme-reporter/SKILL.mdconfig/feedback-source.md— source location and theme categoriesconfig/feedback-log.md— append-only tagged feedback loginstallation-prompt.md— install instructions for Zo Computer and Claude AIautomation-prompt.md— weekly scheduling instructionsstarter-prompts.md— example prompt for a sample-batch testassets/— pipeline diagram