client-feedback
Installation
SKILL.md
Client Feedback Processor
Transform client feedback emails into tracked, investigated, and resolved GitHub issues with professional response emails.
This workflow uses a Script-First approach: a deterministic Python script handles the "labor" of fetching and parsing emails, leaving the agent to handle the "judgment" of triaging and fixing issues.
Usage
When the user asks to "process feedback", "check emails from [domain]", or "turn feedback into issues":
- Run the processor script:
python3 ~/.agents/skills/client-feedback/scripts/process_feedback.py \ --domain "<client-domain>" \ --days 7 \ --out "./feedback-batch-$(date +%F)"