Agent skill
triatu-sentry
Sentry observability guidance for Triatu. Use when documenting, planning, or implementing error tracking, performance monitoring, and alerting in Next.js.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/triatu-sentry
SKILL.md
Triatu Sentry
Quick start
- Use env vars for DSN and project metadata.
- Capture errors in Server Actions, route handlers, and background tasks.
- Avoid PII in events; scrub or tag carefully.
Workflow
- Define env vars (
SENTRY_DSN,SENTRY_ENVIRONMENT,SENTRY_RELEASE, sampling rates). - Decide scope: server, client, edge.
- Define what to capture: errors, traces, and key transactions.
- Add tags: feature, use case, room id (no PII).
- Add alert rules for spikes and critical errors.
- Document exceptions and redaction rules.
Guardrails
- Never commit DSN or API keys in the repo.
- Avoid logging user email, full prompts, or raw payloads.
- Use sampling for traces to control cost and noise.
References
docs/OBSERVABILITY.mddocs/SECURITY.mddocs/DEVELOPMENT.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?