
Customer Pulse Check
OfficialFreeTransform customer feedback into actionable insights.
Free · Opens the source repo
What Customer Pulse Check does
Customer Pulse Check is a skill designed to help businesses synthesize feedback from various customer interaction channels, including PayPal disputes, HubSpot support tickets, and review exports. By aggregating this data, it identifies common themes and highlights the top three fixable issues that could enhance customer satisfaction and retention. This skill is particularly useful for customer service managers and business owners who want to proactively address customer concerns and improve their service delivery.
The skill operates through a structured workflow that begins by gathering feedback signals from connected sources. It pulls relevant data from PayPal disputes, HubSpot tickets, and any available review exports, counting the total signals from each source. Once the data is collected, the skill analyzes and clusters these signals into recurring themes, categorizing them by type—such as product quality or communication issues—and assessing their impact on customer satisfaction.
After identifying these themes, Customer Pulse Check selects the top three issues based on their frequency and impact rating. For each issue, it provides a concise summary, root cause analysis, suggested operational fixes, and a drafted response template that the user can review before sending. This ensures that businesses can respond to customer concerns thoughtfully and effectively, while also maintaining control over communications.
Overall, Customer Pulse Check is an essential tool for any business looking to leverage customer feedback for continuous improvement. By streamlining the process of identifying and addressing customer issues, it empowers teams to enhance their service offerings and strengthen customer relationships.
When to use it
Use this skill when you need to consolidate customer feedback from various sources and identify actionable themes.
When not to use it
Avoid this skill if you do not have access to connected feedback sources like PayPal or HubSpot, as it relies on this data to function effectively.
What you can build with it
Consolidating Customer Feedback
Use the skill to gather and analyze feedback from multiple sources to understand customer sentiments.
Identifying Service Improvement Areas
Leverage the top fixable issues to prioritize operational changes that enhance customer satisfaction.
Drafting Customer Responses
Utilize the provided response templates to efficiently communicate with customers regarding their concerns.
How to install Customer Pulse Check
View source1. Install with the skills CLI
npx skills add anthropics/knowledge-work-plugins/customer-pulse-check --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by anthropicsRun the customer voice synthesis. Pull feedback signals from all connected sources, identify the themes that are actually fixable, and produce drafted responses the owner can review and send.
Parse arguments:
--since(default: last 30 days) — start dateYYYY-MM-DDfor the lookback window
Step 1 — Gather feedback signals
Using the customer-pulse skill workflow:
- Pull PayPal disputes and chargebacks for the period: reason codes, amounts, resolution status.
- Pull HubSpot support tickets and conversation notes for the period.
- If review export files are available (Google Reviews CSV, Yelp export, etc.) in Files: read and parse them.
- Count total signals per source.
Step 2 — Theme extraction
Cluster all signals into recurring themes. For each theme:
- Count how many signals mention it
- Classify: Product quality / Delivery / Billing / Communication / Expectation mismatch / Other
- Rate impact: 🔴 High (revenue risk, churn) / 🟡 Medium / 🟢 Low
Step 3 — Top-3 fixable issues
Using the ticket-deflector skill workflow:
Select the top 3 themes by: frequency × impact rating. For each:
- State the issue in one sentence
- Explain the root cause (where evident)
- Suggest a specific operational fix
- Draft a customer response template
Response template format:
Subject: Re: {issue topic}
Hi {first name},
Thank you for reaching out. {Acknowledgment of their experience in 1-2 sentences}.
{What we're doing about it / what happened / resolution offered}.
{Next step or offer}.
{Sign-off}
Step 4 — Summary table
Format the output as:
Customer Voice — {date range}
Total signals: {n} ({PayPal disputes: n} | {HubSpot tickets: n} | {Reviews: n})
TOP 3 FIXABLE ISSUES
1. {Issue} ({frequency}) — {impact} — Fix: {one-line fix}
2. {Issue} ({frequency}) — {impact} — Fix: {one-line fix}
3. {Issue} ({frequency}) — {impact} — Fix: {one-line fix}
Connector failures
Run with whatever sources are connected — this command degrades gracefully. If PayPal is missing, skip dispute data and note "PayPal not connected — dispute data skipped." If HubSpot is missing, skip ticket data and note it. If no sources are connected at all, stop and tell the owner: "No feedback sources connected. Connect at least one of PayPal, HubSpot, or upload a review export CSV."
Approval gates
- Never send response emails automatically. Present drafts for owner review only.
- Never close HubSpot tickets or resolve PayPal disputes without explicit owner confirmation.
- Never include customer PII in the summary — use first name + last initial only.
Output
Present the summary table, then each response template. Ask the owner which templates they'd like to send, then wait for explicit approval before drafting the send.
Frequently asked questions about Customer Pulse Check
Similar skills
Enterprise Onboarding
Streamline enterprise customer onboarding for lasting success.
Stakeholder Update
Tailor updates for stakeholders with ease.
Draft Response
Tailor professional responses for customer communications.
Customer Escalation
Streamline your support escalations with structured briefs.
CAPA Officer
Streamline CAPA management for medical device QMS.
Senior Project Management Expert
Streamline enterprise project management with advanced analytics.
