
getsentry/sentry-agent-skills
12 skills5.3k installs240 starsGitHub
Install
npx skills add https://github.com/getsentry/sentry-agent-skillsSkills in this repo
1Sentry Fix Issuessentry-fix-issues is a getsentry sentry-agent-skills workflow that discovers, analyzes, and fixes production issues using Sentry MCP integration. The skill methodically inspects stack traces, breadcrumbs, distributed traces, and event context to identify root causes before proposing code fixes. Developers invoke it when users mention Sentry issue IDs, recent failures, exception messages, or requests to debug production bugs. Unlike generic debugging prompts, sentry-fix-issues follows a structured triage path through Sentry's full debugging surface area, making it the right choice when errors already exist in a Sentry project and need resolution rather than initial SDK setup.1.8kinstalls2Sentry Setup Ai MonitoringThe sentry-setup-ai-monitoring skill configures Sentry AI monitoring for agent and LLM workloads. Covers SDK initialization, span creation around model calls, token and latency attributes, error capture for tool failures, and linking traces to user sessions. Guides environment-specific DSN setup, sampling rates for high-volume agents, and privacy redaction for prompts where required. Use when shipping agent features that need production observability for model reliability and cost debugging.624installs3Sentry Pr Code Reviewsentry-pr-code-review is an Apache-2.0 skill from getsentry/sentry-agent-skills for reviewing and fixing issues flagged by Seer Bug Prediction in GitHub pull request comments. It activates when a developer asks to review Sentry comments, fix Sentry issues on a PR, address Sentry review findings, or locate PRs with unresolved Sentry feedback. The workflow expects the gh CLI for GitHub access and focuses on observability gaps—missing instrumentation, weak error handling, and monitoring regressions—that standard lint passes miss. Developers reach for sentry-pr-code-review when Sentry or Seer has already commented on a PR and those findings need triage, resolution, or batch discovery across recent pull requests.465installs4Sentry Nextjs Sdksentry-nextjs-sdk is an official getsentry/sentry-agent-skills wizard that scans a Next.js project and guides complete @sentry/nextjs installation across browser, Node.js server, and Edge runtimes. The skill triggers on requests to add Sentry, configure instrumentation.ts, wrap next.config.ts with withSentryConfig(), set up source map upload, and enable session replay, profiling, logging, AI monitoring, or crons. It supports Next.js 13+ for both App Router and Pages Router, creating files such as instrumentation-client.ts, sentry.server.config.ts, sentry.edge.config.ts, instrumentation.ts, and app/global-error.tsx, plus a /sentry-example-page for verification. Developers reach for sentry-nextjs-sdk during implementation before launch when production observability must cover server actions, server components, and edge handlers in one pass.398installs5Sentry Create Alertsentry-create-alert is an Apache-2.0 Claude agent skill from getsentry/sentry-agent-skills for creating alerts through Sentry's beta workflow engine API. The skill gathers org slug, region, auth token with alerts:write scope, trigger events such as first_seen_event and regression_event, optional filter conditions like issue_priority_greater_or_equal and event_frequency_count, and actions for email, Slack, PagerDuty, Discord, Microsoft Teams, Opsgenie, Jira, and GitHub. Developers resolve member, team, and integration IDs with curl against us.sentry.io or de.sentry.io, POST JSON to /api/0/organizations/{org}/workflows/, and verify HTTP 201 responses with workflow IDs and monitor UI links. Reach for sentry-create-alert when automating on-call notifications, priority de-escalation alerts, or workflow-based issue routing instead of manual Sentry UI configuration, especially for New Monitors and Alerts outside the legacy Alerts UI.357installs6Sentry React Sdksentry-react-sdk is an integration skill from getsentry/sentry-agent-skills for developers adding production observability to React single-page applications and browser extensions. The skill guides Sentry React SDK setup for client-side error capture, session replay configuration, and performance monitoring so production exceptions surface with stack traces and user context instead of silent console failures. Developers reach for sentry-react-sdk when a React app ships to users and needs crash reporting, replay for reproducing bugs, and performance transaction tracing. It covers SDK initialization, error boundaries, release tracking hooks, and production-safe configuration patterns for SPAs and extensions.337installs7Sentry Python SdkSentry agent skill for Python backends using sentry-sdk: initialize the SDK, configure framework integrations for Django, Flask, and FastAPI, add tracing to workers, and tag releases for actionable production error reports.242installs8Sentry Sdk Skill CreatorMeta skill from getsentry/sentry-agent-skills that generates new Sentry SDK agent skills: defines SKILL.md structure, integration checklists, framework-specific prompts, and validation steps so additional language and framework guides stay consistent.221installs9Sentry Go SdkTeaches agents to integrate the Sentry Go SDK from getsentry/sentry-agent-skills: DSN configuration, panic recovery, error capture, and tracing for Go APIs and workers. It focuses on correct middleware wiring and actionable error context for backend services.210installs10Sentry Svelte SdkProvides agent instructions for adding the Sentry Svelte SDK to client applications, covering initialization timing, SvelteKit routing nuances, source map publishing, and practical patterns for capturing user-facing crashes without drowning the project in noise.207installs11Sentry Ruby SdkGuides agents through installing and configuring the Sentry Ruby SDK in server-side applications, including Rails conventions, environment separation, release tracking, and baseline error capture so production failures are visible immediately after deploy.202installs12Sentry Dotnet SdkA getsentry/sentry-agent-skills guide for wiring the Sentry .NET SDK into C# applications. It covers package setup, DSN and environment configuration, release tagging, and exception capture so .NET backends report errors and context to Sentry during build.191installs