skill-scanner
Scan agent skills for security issues. Use when asked to "scan a skill",
skill-creator
Alias for sentry-skills:skill-writer. Use when users explicitly ask for "skill-creator" or reference the legacy skill name. Redirects to the canonical skill authoring workflow.
security-review
Security code review for vulnerabilities. Use when asked to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP review", or review code for injection, XSS, authentication, authorization, cryptography issues. Provides systematic review with confidence-based reporting.
presentation-creator
Create data-driven presentation slides using React, Vite, and Recharts with Sentry branding. Use when asked to "create a presentation", "build slides", "make a deck", "create a data presentation", "build a Sentry presentation". Scaffolds a complete slide-based app with charts, animations, and single-file HTML output.
pr-writer
ALWAYS use this skill when creating or updating pull requests — never create or edit a PR directly without it. Follows Sentry conventions for PR titles, descriptions, and issue references. Trigger on any create PR, open PR, submit PR, make PR, update PR title, update PR description, edit PR, push and create PR, prepare changes for review task, or request for a PR writer.
iterate-pr
Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.
gha-security-review
GitHub Actions security review for workflow exploitation vulnerabilities. Use when asked to "review GitHub Actions", "audit workflows", "check CI security", "GHA security", "workflow security review", or review .github/workflows/ for pwn requests, expression injection, credential theft, and supply chain attacks. Exploitation-focused with concrete PoC scenarios.
gh-review-requests
Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".
doc-coauthoring
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.
django-perf-review
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.
django-access-review
Django access control and IDOR security review. Use when reviewing Django views, DRF viewsets, ORM queries, or any Python/Django code handling user authorization. Trigger keywords: "IDOR", "access control", "authorization", "Django permissions", "object permissions", "tenant isolation", "broken access".
create-pr
Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.
create-branch
Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.
commit
ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task.
code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
code-review
Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.
claude-settings-audit
Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.
brand-guidelines
Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Sentry Voice tones.
blog-writing-guide
Write, review, and improve blog posts for the Sentry engineering blog following Sentry's specific writing standards, voice, and quality bar. Use this skill whenever someone asks to write a blog post, draft a technical article, review blog content, improve a draft, write a product announcement, create an engineering deep-dive, or produce any written content destined for the Sentry blog or developer audience. Also trigger when the user mentions "blog post," "blog draft," "write-up," "announcement post," "engineering post," "deep dive," "postmortem," or asks for help with technical writing for Sentry. Even if the user just says "help me write about [feature/topic]" — if it sounds like it could become a Sentry blog post, use this skill.
agents-md
This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent documentation.
code-deduplication
Prevent semantic code duplication with capability index and check-before-write
iterative-development
Ralph Wiggum loops - self-referential TDD iteration until tests pass
gemini-review
Google Gemini CLI code review with Gemini 2.5 Pro, 1M token context, CI/CD integration
flutter
Flutter development with Riverpod state management, Freezed, go_router, and mocktail testing
firebase
Firebase Firestore, Auth, Storage, real-time listeners, security rules
existing-repo
Analyze existing repositories, maintain structure, setup guardrails and best practices
database-schema
Schema awareness - read before coding, type generation, prevent column errors
credentials
Centralized API key management from Access.txt
commit-hygiene
Atomic commits, PR size limits, commit thresholds, stacked PRs
azure-cosmosdb
Azure Cosmos DB partition keys, consistency levels, change feed, SDK patterns
codex-review
OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration
aws-aurora
AWS Aurora Serverless v2, RDS Proxy, Data API, connection pooling
cloudflare-d1
Cloudflare D1 SQLite database with Workers, Drizzle ORM, migrations
ai-models
Latest AI models reference - Claude, OpenAI, Gemini, Eleven Labs, Replicate
klaviyo
Klaviyo email/SMS marketing - profiles, events, flows, segmentation
android-kotlin
Android Kotlin development with Coroutines, Jetpack Compose, Hilt, and MockK testing
llm-patterns
AI-first application patterns, LLM testing, prompt management
playwright-testing
E2E testing with Playwright - Page Objects, cross-browser, CI/CD
medusa
Medusa headless commerce - modules, workflows, API routes, admin UI
ms-teams-apps
Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API
android-java
Android Java development with MVVM, ViewBinding, and Espresso testing
aws-dynamodb
AWS DynamoDB single-table design, GSI patterns, SDK v3 TypeScript/Python
agentic-development
Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)
nodejs-backend
Node.js backend patterns with Express/Fastify, repositories
aeo-optimization
AI Engine Optimization - semantic triples, page templates, content clusters for AI citations
code-review
Mandatory code reviews via /code-review before commits and deploys
base
Universal coding patterns, constraints, TDD workflow, atomic todos
ui-testing
Visual testing - catch invisible buttons, broken layouts, contrast
ui-web
Web UI - glassmorphism, Tailwind, dark mode, accessibility
python
Python development with ruff, mypy, pytest - TDD and type safety
Page 286 of 1486 · 74265 results
