Skip to content
Development
Command

/search-surveys

Search recent Crewhu surveys, surfacing detractors and promoters

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/search-surveys

Context preview

What this command does when you run it.

Search recent Crewhu surveys, surfacing detractors and promoters

Command definition

search-surveys.md
description: Search recent Crewhu surveys, surfacing detractors and promoters
argument-hint: "[query]"
arguments: [query]

Crewhu Survey Search

Search Crewhu CSAT/NPS responses, then break the result into detractors and promoters so a manager has actionable follow-ups.

Arguments

  • `query` (optional) — Optional keyword to filter survey responses

Prerequisites

  • Crewhu MCP server connected with a valid `X_CREWHU_APITOKEN`
  • Tools available: `crewhu_surveys_search`, `crewhu_surveys_detractors`, `crewhu_surveys_promoters`

Steps

1. **Search responses**

Call `crewhu_surveys_search` with `query` if provided. Otherwise call `crewhu_surveys_list` for a recent window.

2. **Pull detractors**

Call `crewhu_surveys_detractors` to get the negative end of the curve.

3. **Pull promoters**

Call `crewhu_surveys_promoters` to get the positive end.

4. **Summarize**

Output a short report:

  • Total responses in window, average score, response count
  • Top 5 detractors (score, customer, tech, comment) with suggested follow-up action
  • Top 5 promoters (score, customer, tech, comment) for recognition

Examples

Recent surveys, all topics

/search-surveys

Filter by keyword

/search-surveys "outage"

Related Commands

  • (none yet)
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins