---
name: pulse
description: One-command health check of RateRight marketplace hunter system
status: live
user_invocable: true
canonical_path: ~/.claude/skills/pulse.md
---

# /pulse — System Health Check

> Vault mirror of `~/.claude/skills/pulse.md`. User-level is canonical.

Run the marketplace hunter stats and display a compact status dashboard.

## What to do

1. Run: `node scripts/hunt/notion-summary.js` from `C:\Users\mclou\rateright-growth-deploy`
2. Also query Supabase directly for platform stats (profiles, jobs, matches, payments tables)
3. If argument given:
   - `workers` — breakdown by city and trade from scraped_leads
   - `contractors` — contractor breakdown
   - `funnel` — full conversion with percentages
   - `agents` — SSH to VPS `pm2 status`
   - `today` — today's activity only
4. Format as compact tables

## Final step (Wave 2.2 protocol)

```bash
bash scripts/log-event.sh "<agent-id>" "skill_run" "pulse" "<ok|fail>" "<sub-cmd> — <key-counts>"
```

## Regression fixture

See `fixtures/golden-output.md`.
