8 skills
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
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
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
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
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
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
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