Getsentry Skills
by @getsentry · plugin · 28 skills
Getsentry Skills from getsentry/skills.
Install the whole plugin (CLI)
npx skillmds add getsentry/commit
npx skillmds add getsentry/agents-md
npx skillmds add getsentry/find-bugs
npx skillmds add getsentry/pr-writer
npx skillmds add getsentry/iterate-pr
npx skillmds add getsentry/code-review
npx skillmds add getsentry/skill-writer
npx skillmds add getsentry/create-branch
npx skillmds add getsentry/pr-link-issue
npx skillmds add getsentry/skill-scanner
npx skillmds add getsentry/security-review
npx skillmds add getsentry/code-simplifier
npx skillmds add getsentry/brand-guidelines
npx skillmds add getsentry/doc-coauthoring
npx skillmds add getsentry/prompt-optimizer
npx skillmds add getsentry/sred-work-summary
npx skillmds add getsentry/blog-writing-guide
npx skillmds add getsentry/django-perf-review
npx skillmds add getsentry/gh-review-requests
npx skillmds add getsentry/replay-ux-research
npx skillmds add getsentry/gha-security-review
npx skillmds add getsentry/django-access-review
npx skillmds add getsentry/claude-settings-audit
npx skillmds add getsentry/document-api-endpoint
npx skillmds add getsentry/sred-project-organizer
npx skillmds add getsentry/presentation-creator
npx skillmds add getsentry/triage-frontend-issues
npx skillmds add getsentry/typing-exclusion-workerSkills in this plugin
- ▌ commit · getsentryCreate commits following Sentry conventions with proper format, issue references, and AI attribution.
- ▌ agents-md · getsentry bundleCreates and maintains concise AGENTS.md and CLAUDE.md project instruction files for AI coding agents, keeping them under 60 lines and referencing existing documentation.
- ▌ find-bugs · getsentryReviews local branch changes for bugs, security vulnerabilities, and code quality issues using a structured checklist and attack surface mapping.
- ▌ pr-writer · getsentry bundleCreate, refresh, and rewrite PR titles and descriptions following Sentry conventions, focusing on reviewer-facing content that describes the full branch diff.
- ▌ iterate-pr · getsentry bundleIterate on a pull request until actionable CI checks pass and high/medium review feedback is addressed, stopping at human approval, draft, or merge gates.
- ▌ code-review · getsentryReview pull requests following Sentry engineering practices, covering security, performance, testing, and design.
- ▌ skill-writer · getsentry bundleCreate, synthesize, and iteratively improve agent skills following the Agent Skills specification. Handles source capture, precision passes, authoring, registration, and validation.
- ▌ create-branch · getsentryCreate a git branch following Sentry naming conventions, automatically deriving the branch type and description from current work context.
- ▌ pr-link-issue · getsentryAppends a GitHub issue link and its associated Linear ticket to the current PR's description.
- ▌ skill-scanner · getsentry bundleScans agent skills for security issues including prompt injection, malicious scripts, excessive permissions, secret exposure, and supply chain risks.
- ▌ security-review · getsentry bundleConducts systematic security code reviews to identify exploitable vulnerabilities, reporting only high-confidence findings after researching the codebase.
- ▌ code-simplifier · getsentrySimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality.
- ▌ brand-guidelines · getsentryWrite user-facing copy following Sentry's brand guidelines, covering Plain Speech and Sentry Voice tones for UI text, documentation, and marketing content.
- ▌ doc-coauthoring · getsentryGuides users through a structured workflow for co-authoring documentation, proposals, technical specs, and decision docs across three stages: context gathering, iterative refinement, and reader testing.
- ▌ prompt-optimizer · getsentry bundleCreates, optimizes, and iteratively refines agent prompts, system prompts, developer prompts, and reusable prompt templates with evals.
- ▌ sred-work-summary · getsentryCollects GitHub PRs, Notion docs, and Linear tickets from the past year, groups them into projects, and creates a private Notion document summarizing the work.
- ▌ blog-writing-guide · getsentryWrite, review, and improve blog posts for the Sentry engineering blog following Sentry's specific writing standards, voice, and quality bar.
- ▌ django-perf-review · getsentry bundleAudit Django code for validated performance issues including N+1 queries, unbounded querysets, missing indexes, and write loops.
- ▌ gh-review-requests · getsentry bundleFetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member.
- ▌ replay-ux-research · getsentry bundleAnalyze Sentry session replays to surface UX patterns, pain points, and user journeys for a given product area.
- ▌ gha-security-review · getsentry bundleAudits GitHub Actions workflows for exploitable vulnerabilities with concrete attack scenarios.
- ▌ django-access-review · getsentry bundleReviews Django codebases for access control vulnerabilities and IDOR by tracing authorization flows, mapping attack surfaces, and reporting confirmed gaps with enforceable fixes.
- ▌ claude-settings-audit · getsentryAnalyze a repository to generate recommended Claude Code settings.json permissions for read-only commands, detecting tech stack, build tools, and monorepo structure.
- ▌ document-api-endpoint · getsentryAdd or fix OpenAPI documentation for Sentry API endpoints using drf-spectacular, including type drift correction, legacy migration, and endpoint promotion.
- ▌ sred-project-organizer · getsentry bundleOrganize a list of projects and their documentation into the SRED format for submission, creating Notion documents with project summaries, uncertainties, and supporting evidence.
- ▌ presentation-creator · getsentry bundleCreate interactive, data-driven presentation slides using React, Vite, and Recharts with Sentry branding, built as a single distributable HTML file.
- ▌ triage-frontend-issues · getsentry bundleArchive non-actionable noise from the Sentry javascript project issue queue, using untilEscalating mode with documented categories.
- ▌ typing-exclusion-worker · getsentryRemove assigned mypy exclusion modules in small batches, fix typing issues, run validation, and produce a structured completion summary.