# Sentry Stats

> Produce a per-person Sentry activity dashboard (archives, resolves, notes with a heatmap) across projects for a given period. Requires the Sentry MCP.

- Skill: `wp-media/sentry-stats` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wp-media/sentry-stats`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wp-media/sentry-stats/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: wp-media (https://skillmd.com/u/wp-media)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wp-media/sentry-stats

---


# Sentry Stats

Publishes a dark-themed HTML dashboard of per-person Sentry activity — archives, resolves, and notes — across an org's projects for a time period, with a contributors table, archive heatmap, and action breakdown.

Requires the **Sentry MCP** to be connected. If it isn't, the agent stops early rather than erroring.

## Invocation contract

```
/sentry-stats [period] [projects…] [--org group-one]
```

- `period` — optional (year / `YYYY-MM` / `Qn YYYY` / date range `YYYY-MM-DD:YYYY-MM-DD`). Defaults to the current year.
- `projects…` — optional, space-separated slugs. Defaults to the 6 group-one projects (datator, imagify, monies, rocketcdn, saas-director, wp-rocketme).
- `--org` — optional Sentry org slug. Defaults to `group-one`.

## Steps

1. Parse `$ARGUMENTS` into `period`, an optional list of `projects`, and an optional `--org` value.

2. Spawn `sentry-stats` as a sub-agent, passing the parsed `period`, `projects`, and `org`.

3. Return the published artifact link plus a short top-contributors summary (name, archives, resolves, notes, total) once the agent reports back.
</content>

