home / skills / getsentry

getsentry skills

Find 32 skills from 5 repos created by getsentry on GitHub.

5 repos
32 skills
GitHub

Sponsored

iterate-pr

getsentry/skills

261
This skill iterates on a pull request until all CI checks pass, fetching failures, applying fixes, and pushing updates.
commit

getsentry/skills

261
This skill helps you craft Sentry-compliant commit messages and branch names, ensuring clear history and proper issue references.
code-review

getsentry/skills

261
This skill performs code reviews following Sentry practices, assessing security, performance, testing, and design to improve code quality.
brand-guidelines

getsentry/skills

261
This skill helps you craft user-facing copy that follows Sentry brand guidelines across UI, errors, onboarding, and documentation.
agents-md

getsentry/skills

261
This skill helps you maintain AGENTS.md concisely by referencing local skills and applying minimal, header-driven documentation guidelines.
skill-creator

getsentry/skills

261
This skill guides you through creating a new agent skill following the Agent Skills specification, including naming, tier selection, and registration.
warden-lint-judge

getsentry/skills

261
This skill converts AI findings into deterministic lint rules that reliably catch exact AST patterns across Python projects.
create-pr

getsentry/skills

261
This skill creates well-structured pull requests following Sentry conventions, including descriptive bodies and proper issue references.
claude-settings-audit

getsentry/skills

261
This skill analyzes a repository to generate Claude Code settings.json read-only permissions tailored to detected tech stack and tools.
code-simplifier

getsentry/skills

261
This skill refactors and clarifies Python code while preserving functionality, applying project standards for readability, maintainability, and consistent
skill-scanner

getsentry/skills

261
This skill scans agent skills for security issues, identifying prompt injection, malicious code, and supply chain risks before installation.
django-access-review

getsentry/skills

261
This skill helps you audit Django access control and IDOR risks by tracing authorization flows and identifying gaps in viewsets, queries, and permissions.
django-perf-review

getsentry/skills

261
This skill performs a validated Django performance review to identify N plus 1s, unbounded queries, and missing indexes, guiding targeted optimizations.
security-review

getsentry/skills

261
This skill performs high-confidence security code reviews, identifying exploitable patterns and attacker-controlled input to report critical findings with
doc-coauthoring

getsentry/skills

261
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
find-bugs

getsentry/skills

261
Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.
test-skill

getsentry/warden

70
This skill reviews code for issues and reports findings, while always succeeding to ensure tests pass and quality checks.
architecture-review

getsentry/warden

70
This skill performs a staff-level architecture review to identify monoliths, silent failures, type safety gaps, and testing holes to improve long-term
warden

getsentry/warden

70
This skill runs Warden to analyze code changes before committing, helping you catch issues early and tighten your pre-commit workflow.
agent-prompt

getsentry/warden

70
This skill helps you craft effective agent prompts and Warden skill prompts by applying reference guides and best practices.
find-bugs

getsentry/warden

70
This skill analyzes diffs on the current branch to uncover bugs, security issues, and quality problems.
testing-guidelines

getsentry/warden

70
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.
skill-writer

getsentry/warden

70
This skill generates valid Warden skill definitions from user descriptions, producing ready-to-use YAML with prompts, tools, and output schema.
vercel-react-best-practices

getsentry/warden

70
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
notseer

getsentry/warden

70
This skill identifies and proves code bugs with certainty, tracing exact location, input, and root cause to prevent false positives.
sentry-cli

getsentry/cli

12
This skill helps you interact with Sentry from the command line by guiding authentication, orgs, projects, issues, events, and API calls.
sentry-setup-tracing

getsentry/sentry-for-claude

6
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.
sentry-setup-metrics

getsentry/sentry-for-claude

6
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.
sentry-setup-ai-monitoring

getsentry/sentry-for-claude

6
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.
sentry-setup-logging

getsentry/sentry-for-claude

6
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.
sentry-code-review

getsentry/sentry-for-claude

6
This skill analyzes and resolves Sentry PR comments by identifying issues, verifying current code, and applying targeted fixes.