customer-feedback-taxonomy

31 stars 7 forks
28
F

Standardized tagging schema for personas, lifecycle stages, drivers, and sentiment.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/customer-feedback-taxonomy
skilz install gtmagents/gtm-agents/customer-feedback-taxonomy --agent opencode
skilz install gtmagents/gtm-agents/customer-feedback-taxonomy --agent codex
skilz install gtmagents/gtm-agents/customer-feedback-taxonomy --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/voice-of-customer/skills/customer-feedback-taxonomy ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Technical
Meta-Domain
data ai
Primary Domain
database
Market Score
28

Agent Skill Grade

F
Score: 59/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
18/30
Ease of Use
14/25
Writing Style
7/10
Utility
8/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Missing reference files for templates
  • Non-actionable Framework section

Recommendations

  • Focus on improving Ease Of Use (currently 14/25)
  • Focus on improving Utility (currently 8/20)
  • Address 2 high-severity issues first

Graded: 2026-01-24

Developer Feedback

I came across your customer-feedback-taxonomy skill and noticed it's tackling a domain that's usually way more chaotic than it needs to be—but at 59 points, there's clearly room to tighten up how you're structuring this. What made you approach the taxonomy problem from this particular angle?

Links:

The TL;DR

You're at 59/100, solidly in F territory. This is based on Anthropic's skill best practices. Your strongest pillar is Spec Compliance (11/15)—the YAML frontmatter is clean and the naming convention is correct. But Utility (8/20) and Ease of Use (14/25) are dragging you down hard. You've got the concept right, but developers need actual working templates and step-by-step guidance, not just layer names.

What's Working Well

  • Valid YAML frontmatter – Your metadata is properly structured with all required fields
  • Consistent terminology – The 5-layer model (Persona, Lifecycle, Drivers, Sentiment, Context) is clearly defined and used consistently throughout
  • Clear section headers – The skill is well-organized with obvious navigation, even if it's brief
  • Addresses a real problem – VoC taxonomy is genuinely chaotic in most orgs, so the core idea has solid utility potential

The Big One: Missing Templates and Reference Files

Here's what's killing your utility score: You mention three concrete deliverables—CSV taxonomy with validation, JSON schema for automation, and a governance checklist—but you don't actually provide any of them. This is the difference between a conceptual framework and a skill someone can actually use.

What you need: Create a references/ directory with three files:

  • references/taxonomy-template.csv – An actual CSV ...

Report Security Issue

Found a security vulnerability in this agent skill?