AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Feedback Triage

skill-ramanbamba-10x-pm-feedback-triage · by ramanbamba

Classify and rank a pile of raw customer feedback — support tickets, app reviews, NPS verbatims, sales notes, survey responses — into themes with counts, severity, and recommended actions. Use when the user says "triage this feedback", "what are customers complaining about", "analyze these reviews/tickets", or shares a feedback export (CSV, text dump).

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-ramanbamba-10x-pm-feedback-triage

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ramanbamba-10x-pm-feedback-triage)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Feedback Triage? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Feedback Triage

Turn a feedback dump into a ranked, countable picture of what's actually hurting users — with the receipts attached.

Before triaging

  1. Confirm the source and time window. Reviews skew angry; sales notes skew deal-driven; NPS skews extremes. Name the skew in the output.
  2. Ask if there's a segmentation field worth cutting by (plan tier, platform, tenure). A complaint from 40% of enterprise accounts ranks differently than 40% of free users.
  3. For large files (>200 items), use code (Python/pandas) to count rather than eyeballing — exact counts, not impressions.

Workflow

  1. Read/parse everything. For structured exports, load programmatically; dedupe obvious repeats from the same user.
  2. Tag each item with: theme, severity (blocker / major friction / minor / request), and segment if available. Build the taxonomy bottom-up from the data — don't force items into preconceived buckets. Cap at ~10 themes; merge or use "Other" beyond that.
  3. Count honestly. Report both raw counts and % of total. Never say "many users" when the number is 7.
  4. Rank by pain, not just volume. Rank = f(count, severity, segment value, trend). A low-volume blocker for paying customers can outrank a high-volume cosmetic gripe — show the reasoning when rank diverges from raw count.
  5. Pull 2–3 verbatim quotes per top theme. Quotes travel further in orgs than counts do.
  6. Recommend a next action per top theme: fix now / investigate / add to backlog with link / communicate workaround / no action (with reason).

Output format

# Feedback triage — [source], [window]
**Volume:** [N] items ([deduped from M]) · **Known skew:** [source bias]

## Headline
[One sentence: the single most important thing this data says.]

## Themes by pain rank
| # | Theme | Count | % | Severity | Segment concentration | Trend |
|---|---|---|---|---|---|---|

## Top themes in detail
### 1. [Theme]
[Counts, quotes with source IDs, why it ranks here, recommended action + owner suggestion]

## Divergences
[Where pain-rank ≠ volume-rank, and why]

## Watch list
[Low-volume but new or fast-growing signals]

## Method notes
[Taxonomy decisions, dedupe rules, anything ambiguous in the tagging]

Quality bar — self-check

  • Every count is exact (computed, not estimated) for structured inputs.
  • Quotes are verbatim with a traceable ID.
  • Source skew is named in the header.
  • Rank divergences from volume are justified, never silent.
  • "No action" is used where honest — recommending action on everything is triage failure.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.