Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
getsentry
GitHub creator profile

getsentry

Repository-level view of 214 collected skills across 28 GitHub repositories, including approximate occupation coverage.

skills collected
214
repositories
28
occupation fields
3
updated
2026-05-23
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
junior
32 skills · 2026-05-21
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationPréposés aux dossiersProgrammeurs informatiques
11 occupation categories · 100% classified
15%share
#02
sentry-for-ai
29 skills · 2026-05-22
Développeurs de logicielsAnalystes en sécurité de l'informationAnalystes des systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursArchitectes de réseaux informatiques
5 occupation categories · 100% classified
14%share
#03
sentry
19 skills · 2026-05-20
Développeurs de logicielsDéveloppeurs webAnalystes en assurance qualité des logiciels et testeursConcepteurs web et d'interfaces numériquesAdministrateurs de bases de donnéesAnalystes en sécurité de l'information
9 occupation categories · 100% classified
8.9%share
#04
skills
15 skills · 2026-05-21
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en études de marché et spécialistes en marketingAnalystes en sécurité de l'informationDéveloppeurs webSpécialistes en gestion de projets
6 occupation categories · 100% classified
7.0%share
#05
sentry-agent-skills
15 skills · 2026-02-28
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiquesDéveloppeurs web
5 occupation categories · 100% classified
7.0%share
#06
sentry-javascript
14 skills · 2026-05-20
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationProgrammeurs informatiquesScientifiques en recherche informatique et en informationSpécialistes du support aux utilisateurs d'ordinateurs
6 occupation categories · 100% classified
6.5%share
#07
outpost
12 skills · 2026-05-19
classification pending
5.6%share
#08
XcodeBuildMCP
11 skills · 2026-04-30
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 occupation categories · 100% classified
5.1%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
junior
32 skills21723updated 2026-05-21
15% of creator
github-code
Développeurs de logiciels

Clone repositories, inspect source, edit code, and manage pull requests with GitHub CLI. Use for repo implementation questions, cloning/editing, PR inspection/mutation, and PR auth-order questions. For PR auth order, answer that `git push` needs GitHub remote write access before `gh pr create`. Prefer this skill for repository and code tasks even when the repo concerns Sentry products.

2026-05-21
resilient-working-directory
Administrateurs de réseaux et de systèmes informatiques

Use for /resilient-working-directory eval requests that verify command interruption recovery.

2026-05-21
list-working-directory
Développeurs de logiciels

Lists files in the sandbox working directory for eval verification. Use when users ask to "list files in the working directory", "show files here", or invoke /list-working-directory in eval scenarios.

2026-05-21
jr-rpc
Développeurs de logiciels

Manage low-level config flows via jr-rpc bash commands, including setting a default GitHub repo. Use only when the user explicitly asks to read or update provider defaults/config. Do not use for PR, branch, push, or auth-order questions; load the matching provider skill instead.

2026-05-21
weather-lookup
Réceptionnistes et préposés à l'information

Look up current weather conditions for a city. Use when users ask about weather, temperature, or forecast for a location.

2026-05-20
junior
Développeurs de logiciels

Build, review, or update Junior extension skills and plugins. Use when users ask to create a Junior SKILL.md, app skill, plugin, plugin.yaml, packaged plugin, MCP-backed plugin, OAuth or credentialed plugin, or to validate Junior extension files. Do not use for ordinary Junior usage, provider workflows, generic code editing, or non-Junior agent-skill authoring.

2026-05-20
sentry
Analystes en sécurité de l'information

Query live Sentry telemetry with the Sentry CLI and generate Sentry deep links. Use when users ask to investigate Sentry issues, events, logs, traces, organizations, projects, replays, or authenticated Sentry API data. Do not use it for repository/source-code/PR tasks, even when the topic concerns Sentry products.

2026-05-19
slack-msw-tests
Analystes en assurance qualité des logiciels et testeurs

Author Slack HTTP integration tests using the repository MSW harness and fixture factories. Use when asked to add a Slack integration test, mock Slack API calls with MSW, test Slack action HTTP behavior, or assert Slack request payloads in tests.

2026-05-19
Showing top 8 of 32 collected skills in this repository.
#002
sentry-for-ai
29 skills18422updated 2026-05-22
14% of creator
sentry-feature-setup
Développeurs de logiciels

Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, or create alerts and notifications.

2026-05-22
sentry-nestjs-sdk
Développeurs de logiciels

Full Sentry SDK setup for NestJS. Use when asked to "add Sentry to NestJS", "install @sentry/nestjs", "setup Sentry in NestJS", or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for NestJS applications. Supports Express and Fastify adapters, GraphQL, microservices, WebSockets, and background jobs.

2026-05-22
sentry-nextjs-sdk
Développeurs de logiciels

Full Sentry SDK setup for Next.js. Use when asked to "add Sentry to Next.js", "install @sentry/nextjs", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.

2026-05-22
sentry-node-sdk
Développeurs de logiciels

Full Sentry SDK setup for Node.js, Bun, and Deno. Use when asked to "add Sentry to Node.js", "add Sentry to Bun", "add Sentry to Deno", "install @sentry/node", "@sentry/bun", or "@sentry/deno", or configure error monitoring, tracing, logging, profiling, metrics, crons, or AI monitoring for server-side JavaScript/TypeScript runtimes.

2026-05-22
sentry-python-sdk
Analystes en sécurité de l'information

Full Sentry SDK setup for Python. Use when asked to "add Sentry to Python", "install sentry-sdk", "setup Sentry in Python", or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for Python applications. Supports Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado, and more.

2026-05-22
sentry-setup-ai-monitoring
Développeurs de logiciels

Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, track conversations, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI SDKs and configures appropriate integrations.

2026-05-22
sentry-elixir-sdk
Développeurs de logiciels

Full Sentry SDK setup for Elixir. Use when asked to "add Sentry to Elixir", "install sentry for Elixir", or configure error monitoring, tracing, logging, or crons for Elixir, Phoenix, or Plug applications. Supports Phoenix, Plug, LiveView, Oban, and Quantum.

2026-05-18
sentry-android-sdk
Développeurs de logiciels

Full Sentry SDK setup for Android. Use when asked to "add Sentry to Android", "install sentry-android", "setup Sentry in Android", or configure error monitoring, tracing, profiling, session replay, or logging for Android applications. Supports Kotlin and Java codebases.

2026-05-12
Showing top 8 of 29 collected skills in this repository.
#003
sentry
19 skills44.0k4.7kupdated 2026-05-20
8.9% of creator
cell-architecture
Développeurs de logiciels

Reference and active migration guide for Sentry's cell architecture. Explains what cells and localities are and why they're different, how requests reach cells via Synapse API routing, ingestion routing, and the control silo gateway, and how to safely query cross-cell data without silently missing results. The migration section covers how to do migration work: draining the URL_NAME_TO_ACTION registry in test_urls.py to zero (with a recipe for each action type), rolling deploy safety and the two-phase pattern required by independent sentry/getsentry deploys, and the region -> cell rename including what not to rename (DB columns, AWS refs, uptime regions, billing address). Also documents known issues with proposed fixes: org listing and creation without a slug, integration TeamLinkageView routing, Jira cross-cell fan-out, and relocation endpoint routing.

2026-05-20
migrate-frontend-forms
Développeurs web

Guide for migrating forms from the legacy JsonForm/FormModel system to the new TanStack-based form system.

2026-05-13
generate-frontend-forms
Développeurs web

Guide for creating forms using Sentry's new form system. Use when implementing forms, form fields, validation, or auto-save functionality.

2026-05-08
generate-migration
Administrateurs de bases de données

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.

2026-05-07
lint-new
Développeurs de logiciels

Create a new ESLint rule with tests for eslintPluginScraps. Use when asked to "create a lint rule", "add an eslint rule", "scaffold a rule", "write a new scraps rule", or "new design system lint rule". Covers rule creation, test authoring, registration, and autofix implementation.

2026-05-04
cmdk-actions
Développeurs web

Guide for adding new actions to Sentry's Command+K palette. Use when implementing new cmdk actions, registering page-level or global actions, building async resource pickers, or adding contextual actions to a view.

2026-04-30
django-models
Architectes de bases de données

Design Django ORM models for Sentry following architectural conventions for silos, replication, relocation, and foreign keys. Use when adding a new Django model, designing a model for a feature, deciding where data should live, picking a foreign key type, or refactoring an existing model's silo placement. Trigger on "add a Django model", "create a model", "design a model for X", "new database table", "store this data in the DB", "I need to track Y", "model for [feature]". Not for Pydantic models, dataclasses, ML models, or Protobuf — this is specifically for Django ORM models in the Sentry codebase.

2026-04-29
hybrid-cloud-rpc
Développeurs de logiciels

Guide for creating, updating, and deprecating hybrid cloud RPC services in Sentry. Use when asked to "add RPC method", "create RPC service", "hybrid cloud service", "new RPC model", "deprecate RPC method", "remove RPC endpoint", "cross-silo service", "cell RPC", or "control silo service". Covers service scaffolding, method signatures, RPC models, cell resolvers, testing, and safe deprecation workflows.

2026-04-29
Showing top 8 of 19 collected skills in this repository.
#004
skills
15 skills73939updated 2026-05-21
7.0% of creator
claude-settings-audit
Développeurs de logiciels

Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.

2026-05-21
triage-frontend-issues
Analystes en assurance qualité des logiciels et testeurs

Triage new issues in the Sentry `javascript` project by archiving non-actionable noise. Use when asked to "triage issues", "triage the javascript project", "archive non-actionable issues", "triage new frontend issues", or "clean up the sentry/javascript queue". Operates only on the sentry/javascript project, only archives (never resolves), and always archives with `untilEscalating`.

2026-05-21
pr-link-issue
Développeurs de logiciels

Append a GitHub issue link and its Linear ticket to the current PR's description. Use when asked to "link issue to pr", "fill in issue and linear in pr", "add issue refs to pr", or when given a GitHub issue URL and asked to attach it to the current PR. Resolves the Linear ticket automatically from the issue's linear-linkback comment.

2026-05-21
iterate-pr
Développeurs de logiciels

Iterate on a PR until actionable CI passes and high/medium review feedback is addressed. Use for PR CI failures, review feedback, or green-check loops; do not wait for human approval, draft status, or merge gates.

2026-05-19
pr-writer
Développeurs de logiciels

Create and update pull requests following Sentry conventions. Use when opening a PR or refreshing an existing PR after material changes.

2026-05-14
gh-review-requests
Développeurs de logiciels

Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".

2026-05-09
presentation-creator
Développeurs web

Create data-driven presentation slides using React, Vite, and Recharts with Sentry branding. Use when asked to "create a presentation", "build slides", "make a deck", "create a data presentation", "build a Sentry presentation". Scaffolds a complete slide-based app with charts, animations, and single-file HTML output.

2026-05-09
skill-scanner
Analystes en sécurité de l'information

Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate SKILL.md", or assess whether an agent skill is safe to install. Checks for prompt injection, malicious scripts, excessive permissions, secret exposure, and supply chain risks.

2026-05-09
Showing top 8 of 15 collected skills in this repository.
#005
sentry-agent-skills
15 skills202updated 2026-02-28
7.0% of creator
sentry-sdk-skill-creator
Développeurs de logiciels

Create a complete Sentry SDK skill bundle for any platform. Use when asked to "create an SDK skill", "add a new platform skill", "write a Sentry skill for X", or build a new sentry-<platform>-sdk skill bundle with wizard flow and feature reference files.

2026-02-28
sentry-otel-exporter-setup
Administrateurs de réseaux et de systèmes informatiques

Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.

2026-02-28
sentry-dotnet-sdk
Développeurs de logiciels

Full Sentry SDK setup for .NET. Use when asked to "add Sentry to .NET", "install Sentry for C#", or configure error monitoring, tracing, profiling, logging, or crons for ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions, or any other .NET application.

2026-02-28
sentry-nextjs-sdk
Développeurs de logiciels

Full Sentry SDK setup for Next.js. Use when asked to "add Sentry to Next.js", "install @sentry/nextjs", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.

2026-02-27
sentry-cocoa-sdk
Développeurs de logiciels

Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). Use when asked to "add Sentry to iOS", "add Sentry to Swift", "install sentry-cocoa", or configure error monitoring, tracing, profiling, session replay, or logging for Apple applications. Supports SwiftUI and UIKit.

2026-02-27
sentry-react-native-sdk
Développeurs de logiciels

Full Sentry SDK setup for React Native and Expo. Use when asked to "add Sentry to React Native", "install @sentry/react-native", "setup Sentry in Expo", or configure error monitoring, tracing, profiling, session replay, or logging for React Native applications. Supports Expo managed, Expo bare, and vanilla React Native.

2026-02-27
sentry-svelte-sdk
Développeurs de logiciels

Full Sentry SDK setup for Svelte and SvelteKit. Use when asked to "add Sentry to Svelte", "add Sentry to SvelteKit", "install @sentry/sveltekit", or configure error monitoring, tracing, session replay, or logging for Svelte or SvelteKit applications.

2026-02-27
sentry-ruby-sdk
Développeurs de logiciels

Full Sentry SDK setup for Ruby. Use when asked to add Sentry to Ruby, install sentry-ruby, setup Sentry in Rails/Sinatra/Rack, or configure error monitoring, tracing, logging, metrics, profiling, or crons for Ruby applications. Also handles migration from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake. Supports Rails, Sinatra, Rack, Sidekiq, and Resque.

2026-02-27
Showing top 8 of 15 collected skills in this repository.
#006
sentry-javascript
14 skills8.7k1.8kupdated 2026-05-20
6.5% of creator
fix-issue
Développeurs de logiciels

Attempt a small, verified fix for a GitHub issue in `getsentry/sentry-javascript`, then open a PR. Bail out and comment on the issue if the fix is non-trivial.

2026-05-20
vendor-otel
Développeurs de logiciels

Vendor an OpenTelemetry instrumentation package into the Sentry JavaScript SDK. Use when vendoring, inlining, or copying an @opentelemetry/instrumentation-* package (or similar like @prisma/instrumentation, @fastify/otel) into the SDK source. Also use when the user says "vendor", "inline instrumentation", or references the Vendor OpenTelemetry Instrumentation project.

2026-05-20
fix-security-vulnerability
Analystes en sécurité de l'information

Analyze and propose fixes for Dependabot security alerts

2026-05-04
write-tests
Analystes en assurance qualité des logiciels et testeurs

Write high-quality unit tests (Vitest) and E2E tests (Playwright) following senior test-engineering practices. Use this skill whenever asked to write tests, add test coverage, create test cases, fix failing tests, add missing assertions, test a new feature, write specs, or cover edge cases. Also trigger when the user says "write tests for", "add tests", "test this", "cover this", "needs tests", "add E2E test", "add unit test", "test coverage", or when reviewing code and noticing missing test coverage.

2026-04-30
e2e
Analystes en assurance qualité des logiciels et testeurs

Run E2E tests for Sentry JavaScript SDK test applications

2026-04-22
dotagents
Développeurs de logiciels

Manage agent skill dependencies with dotagents. Use when asked to "add a skill", "install skills", "remove a skill", "update skills", "dotagents init", "agents.toml", "agents.lock", "sync skills", "list skills", "set up dotagents", "configure trust", "add MCP server", "add hook", "wildcard skills", "user scope", or any dotagents-related task.

2026-03-11
skill-creator
Scientifiques en recherche informatique et en informationDéveloppeurs de logiciels

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-03-11
skill-scanner
Analystes en sécurité de l'information

Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate SKILL.md", or assess whether an agent skill is safe to install. Checks for prompt injection, malicious scripts, excessive permissions, secret exposure, and supply chain risks.

2026-03-11
Showing top 8 of 14 collected skills in this repository.
#007
outpost
12 skills00updated 2026-05-19
5.6% of creator
Showing top 8 of 12 collected skills in this repository.
#008
XcodeBuildMCP
11 skills5.7k283updated 2026-04-30
5.1% of creator
xcodebuildmcp-docs-command-review
Développeurs de logiciels

Use when reviewing XcodeBuildMCP changelog CLI command references for invalid current guidance while allowing historical migration examples.

2026-04-30
xcodebuildmcp-docs-release-review
Développeurs de logiciels

Use when reviewing XcodeBuildMCP documentation, CLI command references, website manifest generation, changelog, release notes, and release script changes.

2026-04-30
xcodebuildmcp-packaging-resource-review
Développeurs de logiciels

Use when reviewing XcodeBuildMCP packaging, resource-root, build artifact, bundled AXe, schema, manifest, and portable macOS distribution changes.

2026-04-30
xcodebuildmcp-runtime-boundary-review
Développeurs de logiciels

Use when reviewing XcodeBuildMCP runtime boundary changes across MCP, direct CLI invocation, daemon-routed tools, and Xcode IDE bridge routing.

2026-04-30
xcodebuildmcp-tool-contract-review
Développeurs de logiciels

Use when reviewing XcodeBuildMCP tool contract changes across implementation, manifests, workflow membership, output schema metadata, and next-step templates.

2026-04-30
xcodebuildmcp-rendering-streaming-review
Développeurs de logiciels

Use when reviewing XcodeBuildMCP rendering, streaming fragment, next-step, and CLI output mode changes for boundary violations.

2026-04-28
xcodebuildmcp-snapshot-fixture-review
Analystes en assurance qualité des logiciels et testeurs

Use when reviewing XcodeBuildMCP snapshot fixture changes for MCP, CLI, and JSON output contract integrity.

2026-04-28
xcodebuildmcp-structured-output-review
Développeurs de logiciels

Use when reviewing XcodeBuildMCP structured output schema changes, schema versioning, manifest outputSchema metadata, and JSON fixture compatibility.

2026-04-28
Showing top 8 of 11 collected skills in this repository.
#009
warden
8 skills31326updated 2026-05-19
3.7% of creator
code-review
Analystes en assurance qualité des logiciels et testeurs

Finds real correctness bugs in code changes. Use for adversarial code review, bug hunts, regression review, PR correctness review, logic errors, data loss, race conditions, state bugs, interface contract breaks, error handling bugs, edge cases, broken builds, or broken workflows. Excludes style, readability, architecture, AppSec, and best-practice-only feedback unless the issue causes a demonstrable bug.

2026-05-19
security-review
Analystes en sécurité de l'information

Finds exploitable application security vulnerabilities in code changes. Use for Warden security scans, appsec review, OWASP-style checks, authentication or authorization bugs, injection, XSS, SSRF, path traversal, secrets, unsafe crypto, webhook verification, open redirects, or sensitive data exposure.

2026-05-19
warden
Développeurs de logiciels

Run Warden to analyze code changes before committing. Use when asked to "run warden", "check my changes", "review before commit", "warden config", "warden.toml", "create a warden skill", "add trigger", or any Warden-related local development task.

2026-05-14
skill-writer
Développeurs de logiciels

Create, synthesize, and iteratively improve agent skills following the Agent Skills specification. Use when asked to "create a skill", "write a skill", "synthesize sources into a skill", "improve a skill from positive/negative examples", "update a skill", or "maintain skill docs and registration". Handles source capture, depth gates, authoring, registration, and validation.

2026-05-05
warden-sweep
Analystes en sécurité de l'information

Full-repository code sweep. Scans every file with Warden, verifies findings through deep tracing, creates draft PRs for validated issues. Use when asked to "sweep the repo", "scan everything", "find all bugs", "full codebase review", "batch code analysis", or run Warden across the entire repository.

2026-04-27
agent-prompt
Développeurs de logiciels

Reference guide for writing effective agent prompts and skills. Use when creating new skills, reviewing prompt quality, or understanding Warden's prompt architecture.

2026-02-21
architecture-review
Analystes des systèmes informatiques

Staff-level codebase health review. Finds monolithic modules, silent failures, type safety gaps, test coverage holes, and LLM-friendliness issues.

2026-02-18
testing-guidelines
Analystes en assurance qualité des logiciels et testeurs

Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage.

2026-02-18
#010
sdk-skills
7 skills20updated 2026-04-14
3.3% of creator
linear-initiative
Développeurs de logiciels

Creates Linear projects for SDK repositories based on a Linear initiative. Use when rolling out a feature across multiple SDKs, creating SDK projects from initiative, or setting up cross-SDK alignment work.

2026-04-14
sdk-feature-implementation
Développeurs de logiciels

Implement a feature across Sentry SDK repositories by spawning parallel agents. Use when you have Linear initiatives/projects/issues and want to create draft PRs. Triggers on "implement across SDKs", "spawn SDK agents", "SDK implementation", "parallel SDK implementation", "continue SDK rollout".

2026-03-31
linear-sdk-telemetry-labeler
Développeurs de logiciels

Classify and apply SDK Telemetry labels to Linear issues based on their title and description. Use when triaging issues related to SDK telemetry signals: errors, traces, spans, profiles, replays, logs, metrics, cron checks, client reports, user feedbacks, or attachments. Triggers: "sdk telemetry label", "telemetry labeler", "label telemetry issues", "tag telemetry".

2026-03-23
linear-type-labeler
Spécialistes en gestion de projets

Classify and apply Type labels to Linear issues based on their title and description.

2026-03-23
contributing-md
Développeurs de logiciels

Generate or align a CONTRIBUTING.md for a Sentry SDK repository with the develop.sentry.dev standard template. Use when asked to "create contributing.md", "update contributing.md", "align contributing docs", "standardize contributor docs", or when the contributing guide is outdated, missing sections, or does not exist.

2026-03-10
span-convention-review
Analystes en assurance qualité des logiciels et testeurs

Review OpenTelemetry tracing span changes in SDK repositories for conformance to Sentry Conventions and OTel Semantic Conventions. Use when reviewing span instrumentation, "review spans", "check span conventions", "span review", "OTel span check", "tracing convention review".

2026-03-09
daily-update
Spécialistes en gestion de projets

Generate a formatted async daily standup message for the Sentry SDK team channel. Use when asked to create a "daily update", "async daily", "standup update", or "async team update".

2026-02-20
#011
warden-skills
6 skills503updated 2026-05-04
2.8% of creator
vercel-deepsec
Analystes en sécurité de l'information

Detects broad web application security vulnerabilities using the Vercel DeepSec benchmark prompt. Use when benchmarking security review coverage or running an open-ended appsec scan for auth bypass, missing auth, XSS, RCE, SQL injection, SSRF, path traversal, secrets, weak crypto, unsafe redirects, webhook verification, Next.js Server Actions, Lua/OpenResty, Go, cache poisoning, or header trust bugs.

2026-05-04
wrdn-gha-workflows
Analystes en sécurité de l'information

Detects exploitable GitHub Actions workflow vulnerabilities, including pull_request_target pwn requests, unsafe PR checkout, expression injection in run steps and actions/github-script blocks, workflow_dispatch and workflow_call input command injection, comment- and discussion-triggered commands, TOCTOU between approval and checkout, secret exposure, broad permissions, reusable workflows that consume undeclared secrets, ArtiPACKED-style token leaks through uploaded artifacts, cache poisoning and eviction-stuffing, supply-chain risk from unpinned third-party actions (tj-actions/changed-files class), and self-hosted runner abuse. Run on diffs touching .github/workflows, action.yml, action.yaml, repo-local actions, or CI-loaded scripts and config.

2026-04-29
wrdn-pii
Analystes en sécurité de l'information

Detects real personally identifiable information, customer identifiers, and customer-confidential business data in code changes. Use when asked to find PII, customer IPs, real email addresses, revenue data, billing data, personal data, privacy leaks, customer info in logs, PII in URLs, or accidental production data in tests, fixtures, comments, docs, config, telemetry, or API responses.

2026-04-28
wrdn-authz
Analystes en sécurité de l'information

Detects authorization flaws: IDOR, missing ownership or tenant scoping, role checks that fail open, privilege escalation, unauthenticated admin actions, mass assignment, and token/session claims trusted for permission decisions. Use when asked to review route handlers, middleware, decorators, resolvers, RBAC/ACL logic, serializers, ORM queries, token-derived scopes, or admin surfaces.

2026-04-26
wrdn-code-execution
Analystes en sécurité de l'information

Detects bugs where untrusted input reaches a sink that produces code or command execution on the server. Covers command/shell injection, unsafe deserialization, server-side template injection, eval/Function/vm reached by user data, XXE-to-RCE gadgets, and prototype pollution that lands on a code-executing sink. Run on any diff touching subprocess/exec calls, template rendering, deserialization of bytes, XML parsing, or deep-merge of user-controlled objects.

2026-04-26
wrdn-data-exfil
Analystes en sécurité de l'information

Detects bugs where untrusted input reaches a sink that leaks data beyond its intended scope. Covers SSRF (including cloud metadata, internal services, image proxies), path traversal and archive zip-slip, SQL/NoSQL injection enabling bulk reads, XXE file read, response serializers over-exposing internal fields, verbose error pages, logs capturing secrets, and CSV/formula injection in exports. Run on any diff touching HTTP clients with user URLs, file I/O with user paths, raw queries, XML parsing, response serializers, error handlers, or export pipelines.

2026-04-26
#012
sentry-for-cursor
6 skills21updated 2026-02-10
2.8% of creator
sentry-code-review
Analystes en assurance qualité des logiciels et testeurs

Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.

2026-02-10
sentry-ios-swift-setup
Développeurs de logiciels

Setup Sentry in iOS/Swift apps. Use when asked to add Sentry to iOS, install sentry-cocoa SDK, or configure error monitoring, tracing, session replay, logging, or profiling for iOS applications using Swift and SwiftUI.

2026-02-10
sentry-setup-ai-monitoring
Développeurs de logiciels

Setup Sentry AI Agent Monitoring in any project. Use this when asked to add AI monitoring, track LLM calls, monitor AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI. Automatically detects installed AI SDKs and configures the appropriate Sentry integration.

2026-02-10
sentry-setup-logging
Analystes en sécurité de l'information

Setup Sentry Logging in any project. Use this when asked to add Sentry logs, enable structured logging, setup console log capture, or integrate logging with Sentry. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and other frameworks.

2026-02-10
sentry-setup-metrics
Développeurs de logiciels

Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.

2026-02-10
sentry-setup-tracing
Administrateurs de réseaux et de systèmes informatiques

Setup Sentry Tracing (Performance Monitoring) in any project. Use this when asked to add performance monitoring, enable tracing, track transactions/spans, or instrument application performance. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and Node.js.

2026-02-10
12 sur 28 depots affiches