Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Review My Support

ASecurity

Get a structured readout of how support is going. A weekly rollup that covers every domain with volume, top themes, overdue promises, and churn flags opened. A help-center digest that surfaces ticket themes, request velocity, and the single most useful article to write next. Or a per-account review that maps wins, shipped requests, open friction, and next moves so you walk into the call prepared.

113 stars
0 votes
0 copies
0 views
Added 9/19/2026
businessgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add gethouston/houston --skill review-my-support --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Review My Support?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Review My Support
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-review-my-support/badge)](https://www.skillsdirectory.com/skills/gethouston-review-my-support)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: review-my-support
description: "Get a structured readout of how support is going. A weekly rollup that covers every domain with volume, top themes, overdue promises, and churn flags opened. A help-center digest that surfaces ticket themes, request velocity, and the single most useful article to write next. Or a per-account review that maps wins, shipped requests, open friction, and next moves so you walk into the call prepared."
version: 1
category: Support
featured: yes
image: headphone
integrations: [googledocs, notion, slack]
x_houston:
  created_by: houston
  skill_schema: 1
---


# Review My Support

One skill for rollup / readout / review. Branches on `scope`.

## When to use

- **weekly**  -  "Monday review" / "weekly support readout" / "how
  was support week?" / Monday cron routine.
- **help-center-digest**  -  "weekly help-center digest" / "what
  happened in docs this week?" / Sunday cron routine.
- **account-review**  -  "prep account review for {account}" / "outline for check-in
  with {customer}."

## Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

- **Docs / notes** (Google Docs / Notion)  -  publish the readout where your team will actually read it. Optional, falls back to local markdown.
- **Messaging** (Slack)  -  drop the weekly summary into a team channel. Optional.
- **CRM** (HubSpot / Attio)  -  pull account record for account-review scope. Required for `account-review`.
- **Billing** (Stripe)  -  pull monthly revenue and renewal date for account-review scope. Required for `account-review`.

If you ask for an account review and your CRM isn't connected I stop and ask you to connect it.

## Information I need

I read your support context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

- **Product surface + plan tier map**  -  Required. Why I need it: rollups group items by domain and tier. If missing I ask: "Which plans do you sell, and roughly what does each one include?"
- **Account-review segment**  -  Required for `account-review`. Why I need it: not every customer gets an account review; I need the line. If missing I ask: "Which customers do you actually do account reviews with  -  enterprise only, anything above a certain monthly revenue?"
- **Review cadence**  -  Required for `weekly`. Why I need it: window for the rollup. If missing I ask: "Do you want this weekly, every other week, or monthly?"

## Parameter: `scope`

- `weekly`  -  rollup across all domains. Volume, top themes,
  unresolved high-priority, churn flags opened, promises due
  this week, next moves grouped by domain. Writes to
  `reviews/{YYYY-MM-DD}.md`.
- `help-center-digest`  -  docs-specific rollup. Ticket volume, top
  3 themes from `patterns.json`, unresolved high-priority items,
  feature-request velocity, churn flags. Writes to
  `digests/{YYYY-MM-DD}.md`.
- `account-review`  -  per-account review. 4 sections: wins (what
  achieved), asks-shipped (requests I shipped), friction
  (still-open pains), next moves (renewal / expansion /
  investment). Writes to `account-reviews/{account}-{YYYY-MM-DD}.md`.

## Steps
<!-- houston-workflow:v1 -->

1. **Read `context/support-context.md`.** If missing, stop.
2. **Read ledger.** Fill gaps.
3. **Branch on `scope`:**
   - `weekly`: read `outputs.json` filtered to last 7 days.
     Group by `domain`. Per domain: count + 1-line headline +
     1 unresolved. Read `followups.json` filtered to due this week.
     Read `churn-flags.json` filtered to opened this week. End with
     "2-3 things I recommend you do this week" across whole
     agent.
   - `help-center-digest`: read `conversations.json` counts for
     window, `patterns.json` top 3 themes, `requests.json`
     velocity, `known-issues.json` state changes. Surface
     single most useful docs gap to write next.
   - `account-review`: chain `look-up-a-customer view=timeline` for account.
     Read `requests.json` + `bug-candidates.json` + `followups.json`
     filtered to account. Structure doc as wins /
     asks-shipped / friction / next moves, each section grounded
     in timeline + request IDs.
4. **Write artifact** atomically.
5. **Append to `outputs.json`** with `type` =
   `weekly-review` | `help-center-digest` | `account-review`,
   `domain: "quality"` (for `weekly` / `help-center-digest`) or
   `domain: "success"` (for `account-review`), title, summary, path.
6. **Summarize to me**: 2-minute scan. For `weekly` / `digest`,
   always surface  -  quiet week also news.

## Outputs

- `reviews/{YYYY-MM-DD}.md` (for `scope = weekly`)
- `digests/{YYYY-MM-DD}.md` (for `scope = help-center-digest`)
- `account-reviews/{account}-{YYYY-MM-DD}.md` (for `scope = account-review`)
- Appends to `outputs.json`.

## What I never do

- Invent numbers to pad quiet week. Low volume, write it.
- Include "next moves" without grounding in specific output
  or ticket id.

Attribution

gethoustongethouston
View sourceMore from gethouston →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →