skills
Automate code reviews, PR workflows, security audits, and engineering docs
All Skills in This Repository (26)
Pure Emerald Level Indicatorscommit
Enforce conventional commit formats and branch hygiene across Sentry projects.
sred-work-summary
Aggregate GitHub PRs, Notion docs, and Linear tickets into a Notion Work Summary.
create-branch
Create git branches with Sentry naming conventions from work descriptions.
doc-coauthoring
Guide teams through a three-stage co-authoring workflow for documentation.
prompt-optimizer
Optimize agent prompts across OpenAI, Claude, and Gemini with eval-driven refinements.
code-review
Guide code reviews for Django Python and frontend changes to identify runtime, security, and design issues.
typing-exclusion-worker
Removes assigned mypy exclusion modules from pyproject.toml and validates typing consistency.
gha-security-review
Analyze GitHub Actions workflows for security vulnerabilities and misconfigurations.
gh-review-requests
Fetch unread GitHub review-requested notifications for open pull requests filtered by team or author.
blog-writing-guide
Draft and review Sentry blog posts following Sentry's writing standards.
agents-md
Generate minimal AGENTS.md documentation with a CLAUDE.md symlink.
find-bugs
Identify bugs, security vulnerabilities, and code quality issues in local branch changes.
Frequently Asked Questions
FAQPage SchemaHow to install Sentry Skills?βΌ
Run `npx skills add getsentry/skills --all -g -y` in your terminal to install the full skill suite globally for your AI agent.
What can Sentry Skills do for my pull requests?βΌ
It writes PR titles and descriptions, links GitHub issues and Linear tickets, fetches review requests, and iterates on CI failures and review feedback until checks pass.
Can AI agents run security reviews with this suite?βΌ
Yes. It includes skills for general security review, Django access control audits, GitHub Actions exploitation checks, and scanning third-party agent skills for prompt injection.
Does Sentry Skills work with Claude Code and Cursor?βΌ
Yes. All skills follow the open Agent Skills specification and run in Claude Code, Cursor, Cline, GitHub Copilot, and other compatible agents.
Do I need to work at Sentry to use these skills?βΌ
Most skills like code review, PR writing, and security audits work in any repository, though some are tailored to Sentry conventions and internal tools like the Sentry MCP.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core