Agent 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.
Install this agent skill to your Project
npx add-skill https://github.com/getsentry/sentry-mcp/tree/main/.agents/skills/skill-creator
SKILL.md
Alias: skill-creator
This skill name is kept for compatibility.
Use sentry-skills:skill-writer as the canonical skill for creating and updating skills.
If invoked via skill-creator, run the same workflow and conventions documented in sentry-skills:skill-writer.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
logging-observability
Review code for correct logging and error handling patterns. Use when reviewing code that handles errors, uses logging functions, or captures exceptions. Enforces the error hierarchy where 4xx errors are never logged to Sentry and 5xx errors always are. Trigger phrases include "review logging", "check error handling", "audit observability", or verify correct use of logIssue vs logError.
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.
testing-guidelines
Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage.
qa
QA test changes against the local dev server. Use when explicitly invoked via /qa to verify changes work end-to-end.
sentry-pr-code-review
Review a project's PRs to check for issues detected in code review by Seer Bug Prediction. Use when asked to review or fix issues identified by Sentry in PR comments, or to find recent PRs with Sentry feedback.
sentry-dotnet-sdk
Full Sentry SDK setup for .NET. Use when asked to "add Sentry to .NET", "install Sentry for C#", or configure error monitoring, tracing, profiling, logging, or crons for ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions, or any other .NET application.
Didn't find tool you were looking for?