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 rangeYYYY-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 togroup-one.
Steps
Parse
$ARGUMENTSintoperiod, an optional list ofprojects, and an optional--orgvalue.Spawn
sentry-statsas a sub-agent, passing the parsedperiod,projects, andorg.Return the published artifact link plus a short top-contributors summary (name, archives, resolves, notes, total) once the agent reports back.