---
title: pulse — Golden Output Fixture
type: regression-fixture
created: 2026-05-06
---

# pulse — Golden Output Fixture

## `/pulse` (default — full snapshot)

```
=== RATERIGHT PULSE — <YYYY-MM-DD HH:MM AEST> ===

## Marketplace hunter
| Source | Last 24h | Last 7d | Status |
|--------|---------:|--------:|--------|
| Workers (Gumtree) | <N> | <N> | OK / blocked |
| Workers (FB) | <N> | <N> | OK |
| Contractors (Gumtree) | <N> | <N> | OK / blocked |
| Contractors (FB) | <N> | <N> | OK |
| Jobs (aggregators) | <N> | <N> | OK |

## Funnel (lifetime)
| Stage | Count | % |
|-------|------:|--:|
| Scraped | <N> | 100% |
| Approved | <N> | <X>% |
| Contacted | <N> | <X>% |
| Replied | <N> | <X>% |
| Signed up | <N> | <X>% |
| Hired | <N> | <X>% |

## Platform (Supabase)
| Table | Rows |
|-------|-----:|
| profiles | <N> |
| jobs | <N> |
| matches | <N> |
| payments | <N> |
```

## `/pulse agents` (SSH pm2 status)

```
| Process | Status | Uptime | Restarts | Memory |
|---------|--------|--------|---------:|-------:|
| hunt-monitor | online | <Xd Yh> | <N> | <X>MB |
| hunt-outreach | online | ... | ... | ... |
```

## `/pulse today`

Filtered to today's activity only — same tables but with `WHERE created_at >= today`.

## Known failure modes

- **VPS unreachable** → SSH timeout; surface `[pulse] WARN: VPS unreachable, hunter stats from local cache only`.
- **Supabase service role key invalid** → platform table queries fail; skill still emits hunter stats from notion-summary.js.
- **notion-summary.js missing/broken** → skill emits Supabase-only data with `[pulse] WARN: notion summary unavailable`.

## Last verified

Not yet — stub.
