sentry-verification

sentry-verification is a skill for Claude Code, Codex from vscarpenter/gsd-task-manager. It costs 44 tokens per session (336 once invoked), scanned A, original, MIT.

A procedure for checking that Sentry, a service that collects application errors, receives error reports after a deployment or data-source-name change. It tests the setup in staging or temporarily enables reporting locally.

In plain words
What is it for?
Use it to check the data-source name, trigger a test exception, inspect the resulting event, and remove the temporary test code afterward.
Why use it?
It distinguishes a working Sentry setup from development environments that intentionally suppress events, and confirms that errors appear in the dashboard.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/vscarpenter/gsd-task-manager/sentry-verification
Any agent
npx skills add vscarpenter/gsd-task-manager --skill sentry-verification
Clone the repo
git clone --depth 1 https://github.com/vscarpenter/gsd-task-manager

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sentry-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/sentry-verification.svg)](https://agentmods.dev/skills/vscarpenter/gsd-task-manager/sentry-verification)
Your own site
<a href="https://agentmods.dev/skills/vscarpenter/gsd-task-manager/sentry-verification"><img src="https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/sentry-verification.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 336 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00044 $0.00336
Opus 5 $0.00022 $0.00168
Sonnet 5 $0.00009 $0.00067
Haiku 4.5 $0.00004 $0.00034

Measured 5d ago against content hash b4d7b68ce709, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sentry-verification scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/sentry-verification/SKILL.md · 28 lines

What it actually says

Sentry verification (recurring debugging task)

Development never sends events. initSentry() in lib/sentry.ts returns early when ENV_CONFIG.isDevelopment (localhost/127.0.0.1/*.local), so a dev server will not report to Sentry no matter what you trigger. Verify capture one of two ways:

  • Staging (preferred): deploy to gsd-dev.vinny.dev and trigger the test error there.
  • Local, gate lifted: temporarily remove || ENV_CONFIG.isDevelopment from the initSentry guard, verify, then restore it before commit.

Then:

  1. Confirm DSN is loaded: console.log in lib/sentry.ts where Sentry.init runs and grep the console for it.
  2. Trigger a test error: captureException(new Error("manual-test-from-claude")) in a dev-only handler, OR throw from a component error boundary.
  3. Verify in the Sentry dashboard within ~30s. Expect the message to read "Error details redacted" — that's the privacy sanitizer working, not a failure. Check the event's type, stack frames, and gsd context instead.
  4. Remove the test trigger (and restore the dev gate if lifted) before commit.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 28 lines · 44 tokens per session scan A b4d7b68ce709

Subscribe to this mod's changes

sentry-verification is a skill published in the GitHub repository vscarpenter/gsd-task-manager (25 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 336 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

lastest

Run visual regression tests, review screenshot diffs, and manage baselines on a Lastest instance via the @lastest/mcp-server MCP tools.

las-team/lastest · 33 tokens

lastest

Lastest is a visual regression testing platform. It records browser tests, runs them via Playwright, diffs screenshots, and uses AI to classify changes. Available as an MCP server for AI agent integration.

las-team/lastest · 0 tokens

Lastest design system

Visual + content rules for Lastest, the free open-source visual regression testing platform. Anchored on the Delta Mark logo + 5-stop split-complementary palette.

las-team/lastest · 39 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

qmclaw-workbench

使用 OpenQuantum 的 QMClaw Local Tool 对超导量子比特 S21、能谱、Rabi、Ramsey、T1、SingleShot、DRAG、π 脉冲、功率偏移、Delta 和 RB 等 13 类测控实验做有界、确定性的本地模拟,并组织单比特调校工作流。用于实验规划、接口联调、教学和无硬件预检;不连接 LabRAD/lqms、真实仪器或量子云,不修改校准参数,也不替代 Scientific Validator。.

xi-zhao/OpenQuantum · 126 tokens

freshness-check

Model-aware staleness check before asserting how a PoE mechanic/item/system works, plus a scope filter so league/event mechanics don't bleed into the wrong character. Routes to freshnessindex.md + mechanicsindex.md.

charleslucas/poe_mcp_suite · 46 tokens