Back to skills
Getsentry

Getsentry

8 skills available

1
agents-md

A skill for creating and maintaining AGENTS.md files — the documentation that agent tools like Claude read when working in a project. It enforces a minimal format: under 60 lines, headers and bullets

2
claude-settings-audit

Analyzes a repository and generates a recommended Claude Code settings.json permissions file. Detects the tech stack, package managers, build tools, and service integrations, then outputs a tailored a

3
code-review

Code review skill based on Sentry's engineering practices. Covers security vulnerabilities, performance issues like N+1 queries, test coverage gaps, and backwards compatibility. Includes tone guidelin

4
code-review

Code review skill based on Sentry's engineering practices. Covers security vulnerabilities, performance issues like N+1 queries, test coverage gaps, and backwards compatibility. Includes tone guidelin

5
commit

Guides commit creation for Sentry projects using conventional commit format with proper types, scopes, and issue references. Checks the current branch before committing and creates a feature branch if

6
create-pr

An alias for the sentry-skills:pr-writer skill. Invoking create-pr runs the same PR writing workflow under a legacy name, so existing references and muscle memory continue to work without reconfigurat

7
find-bugs

Runs a structured security and bug review against your current branch diff. It maps attack surfaces, checks a full OWASP-style checklist, and reports findings by severity without making any changes. R

8
iterate-pr

Automates the feedback-fix-push cycle on a pull request. Fetches CI check failures, reads log snippets to find root causes, applies fixes, and polls until all checks pass. Also handles PR review comme