What problem does it solve?
Customer feedback accumulates as scattered markdown files in the sales-cs workspace, making it hard to spot recurring complaints or prepare for periodic reviews. This Skill aggregates those files into a single structured summary so review sessions start from facts instead of manual reading.
Core Features & Use Cases
- Feedback Aggregation: Scans all
.md files under the sales-cs workspace feedback/ directory and counts entries by their ## Feedback: headings.
- Keyword Frequency Analysis: Tallies occurrences of high-signal terms such as complaints, refunds, pricing, trials, invoicing, and bugs.
- Date Filtering: Supports a
--since YYYY-MM-DD flag to restrict statistics to feedback after a given date.
- Use Case: Before a weekly customer service retrospective, run the tool to get a JSON summary of total feedback volume, top keywords, and per-entry titles, then let the agent decide which issues require script or manual updates.
Quick Start
Ask the agent to run sales-cs-review to summarize all customer feedback in the sales-cs workspace, optionally limiting results to entries after a specific date.