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":

  1. Run the processor script:
    python3 ~/.agents/skills/client-feedback/scripts/process_feedback.py \
      --domain "<client-domain>" \
      --days 7 \
      --out "./feedback-batch-$(date +%F)"
    
Installs
36
First Seen
May 12, 2026
client-feedback — baphomet480/claude-skills