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

Check My Sales

ASecurity

Get a read on how your sales motion is actually doing. Pick what you need: a Monday rollup across every domain, a cross-call synthesis with playbook edits, a win-loss pattern read, a deep read on a single discovery call, or a pipeline snapshot with the leakiest stage. Every read ends with a concrete next move, not a dashboard.

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 check-my-sales --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Check My Sales?

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

Security grade badge for Check My Sales
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-check-my-sales/badge)](https://www.skillsdirectory.com/skills/gethouston-check-my-sales)

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

Download Zip
Files
SKILL.md
---
name: check-my-sales
description: "Get a read on how your sales motion is actually doing. Pick what you need: a Monday rollup across every domain, a cross-call synthesis with playbook edits, a win-loss pattern read, a deep read on a single discovery call, or a pipeline snapshot with the leakiest stage. Every read ends with a concrete next move, not a dashboard."
version: 1
category: Sales
featured: yes
image: handshake
integrations: [hubspot, salesforce, attio, gong, fireflies]
x_houston:
  created_by: houston
  skill_schema: 1
---


# Check My Sales

One skill, five analysis surfaces. `subject` param picks scope. "Next moves over dashboards" discipline shared.

## Parameter: `subject`

- `sales-health`  -  Monday readout. Aggregate every skill output across last week from `outputs.json`. Group by domain (Playbook, Outbound, Inbound, Meetings, CRM, Retention). Flag stalled work + missed followups + slippage.
- `call-insights`  -  cross-N-call synthesis: pain language, objection frequency, win/loss patterns  -  with concrete playbook-edit suggestions.
- `win-loss`  -  cluster closed-won + closed-lost deals by reason. Find 3 repeating patterns. Propose playbook edits (ideal-customer tightening, objection handbook additions, pricing adjustments).
- `discovery-call`  -  single-call deep read: talk-ratio (target 40% rep / 60% prospect), pain score, qual gaps vs playbook framework, risks / opportunities, draft followup.
- `pipeline`  -  snapshot by stage + annual revenue + deal velocity + leakiest transition. Anchors weekly forecast.

User ask names subject plain English ("sales review", "mine calls", "win-loss", "how did that call go", "pipeline check") → infer. Else ask ONE question naming 5 options.

## When to use

- Explicit triggers in description.
- Implicit: `capture-my-call-notes` chains into `check-my-sales subject=discovery-call` to complete post-call loop. Weekly routine "Monday sales review" fires `subject=sales-health`. `run-my-forecast` chains into `subject=pipeline` for narrative layer.

## 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.

- **Meetings**  -  pull call transcripts for `discovery-call` and `call-insights`. Required for those subjects.
- **CRM**  -  pull closed-won/lost deals for `win-loss` and open-deal snapshot for `pipeline`. Required for those subjects.

If none of the required categories are connected I stop and ask you to connect your call recorder first (Gong or Fireflies) since most asks land on call-driven subjects.

## Information I need

I read your sales 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.

- **Your sales playbook**  -  Required. Why I need it: qualification framework, deal stages, and objection handbook ground every read. If missing I ask: "I don't have your playbook yet  -  want me to draft it now? Takes about 5 minutes."
- **Connected call recorder**  -  Required for `discovery-call` and `call-insights`. Why I need it: I read the transcript to score talk-ratio and surface pain language. If missing I ask: "Connect Gong or Fireflies, or paste the transcript here."
- **Connected CRM**  -  Required for `win-loss` and `pipeline`. Why I need it: I pull closed deals and stage snapshots. If missing I ask: "Connect your CRM (HubSpot, Salesforce, Attio, Pipedrive, or Close), or paste a recent stage list."

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

1. **Read ledger + playbook.** Gather missing required fields (ONE question each, best-modality first). Write atomically.

2. **Branch on subject.**
   - `sales-health`: read `outputs.json` last 7 days (or user-specified window). Group by domain. Per domain, surface (a) what shipped (titles + paths), (b) what stale (items `status: draft` > 7 days + no `updatedAt` in 3+ weeks), (c) single most useful next move. End **top 3 moves for the week** across domains.
   - `call-insights`: read `calls/*/notes-*.md` + `analysis-*.md` from last N calls (default 10, user override). Extract: top 5 pain phrases (verbatim, frequency-counted), top 5 objections (frequency-counted + current best reframe), win/loss themes (what landed vs stalled). End concrete playbook-edit suggestions: "add pain X to ideal customer profile", "rework objection Y handbook entry", "tighten qualification pillar Z". Save to `call-insights/{YYYY-MM-DD}.md`.
   - `win-loss`: pull closed-won + closed-lost deals from CRM (≥5 each recommended; warn if fewer). Cluster by reason. Find 3 patterns. Propose playbook edits. Save to `analyses/win-loss-{YYYY-MM-DD}.md`.
   - `discovery-call`: read latest `calls/{slug}/notes-*.md` (or ask for call id). Compute talk-ratio from transcript if available (speaker labels), else estimate from note density. Score each qualification pillar 0-3 vs playbook framework. Surface risks (unanswered objections, missing stakeholder, stalled pillar) + opportunities (expansion signal, strong champion, timeline pressure). End with drafted followup (hand off to `write-my-outreach stage=followup` or draft inline). Save to `calls/{slug}/analysis-{YYYY-MM-DD}.md`.
   - `pipeline`: pull open-deal snapshot from CRM. Per stage: count, annual revenue, average time-in-stage, stage-to-next-stage conversion. Flag leakiest transition. Compare against last week snapshot if `pipeline-reports/*.md` exists. Save to `analyses/pipeline-{YYYY-MM-DD}.md` + mirror raw table into `pipeline-reports/{YYYY-WNN}.md`.

3. **Write atomically.** Each subject writes to path above with `*.tmp` → rename.

4. **Append to `outputs.json`**  -  read-merge-write atomically: `{ id (uuid v4), type: "analysis" (or "call-analysis" for discovery-call, "pipeline-report" for pipeline), title: "{Subject}  -  {date}", summary: "<top finding + top move>", path, status: "ready", createdAt, updatedAt, domain: "<playbook (sales-health, win-loss, call-insights) | meetings (discovery-call) | crm (pipeline)>" }`.

5. **Summarize to user.** One paragraph: single most important finding + top next move. Path to full artifact.

## What I never do

- Invent pipeline numbers, win/loss reasons, call-insight patterns. Every finding ties to real row or transcript passage.
- Ship generic readout  -  every analysis ends with concrete next move tied to existing skill.
- Roll up across time windows too short to be meaningful (`win-loss` with <3 either side; `call-insights` with <5 calls)  -  surface warning instead.

## Outputs

- `sales-health`, `win-loss`, `pipeline` → `analyses/{subject}-{date}.md`
- `call-insights` → `call-insights/{YYYY-MM-DD}.md`
- `discovery-call` → `calls/{slug}/analysis-{YYYY-MM-DD}.md`
- `pipeline` also mirrors table to `pipeline-reports/{YYYY-WNN}.md`
- Appends to `outputs.json`.

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 →