sentry-fix-issues
The sentry-fix-issues skill provides a structured workflow for identifying, analyzing, and resolving production errors by integrating with Sentry via the MCP protocol. It guides the agent through issue discovery, root cause hypothesis, code investigation, and verification.
Is sentry-fix-issues safe to install?
Review the source first: our audit of sentry-fix-issues's source files found 0 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill interacts with external Sentry data which is treated as untrusted input. It requires the Sentry MCP server to be configured and connected. While the skill itself does not execute shell commands, it facilitates code changes and file reading based on external error data.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI agents tasked with debugging production issues, triaging Sentry backlogs, and resolving software exceptions.
What can you do with it?
- Fixing Sentry issues and resolving reported errors
- Debugging production bugs and investigating software exceptions
- Triage of Sentry error backlogs
- Root cause analysis of stack traces and traces
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, providing clear phases for the debugging workflow and explicit security constraints for handling untrusted external data.
What does the skill file contain?
> [All Skills](../../SKILL_TREE.md) > [Workflow](../sentry-workflow/SKILL.md) > Fix Issues # Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. ## Invoke This Skill When - User asks to "fix Sentry issues" or "resolve Sentry errors" - User wants to "debug production bugs" or "investigate exceptions" - User mentions issue IDs, error messages, or asks about recent failures - User wants to triage or work through their Sentry backlog ## Prerequisites - Sentry MCP server configured and connected - Access to the Sentry project/organization...
Frequently asked questions
Does this skill automatically apply fixes to my codebase?
No. The skill provides a structured process for the agent to analyze issues and propose fixes, but it requires the agent to perform code investigation and verification before implementation.
How does the skill handle sensitive data in Sentry events?
The skill mandates that agents treat all Sentry data as untrusted. It explicitly forbids reproducing PII, credentials, or session tokens in reports or test cases and requires redaction of raw data.
What happens if the Sentry error data does not match my local repository?
The skill requires the agent to stop and flag the discrepancy to the user if file paths, function names, or stack frames from Sentry do not match the actual codebase.
Related skills
brainstorming
256.4KDevelopers and project managers who need to define requirements, architecture, and design for software projects before writing code
A structured brainstorming framework that guides users through project exploration, design proposal, and specification before implementation. It enforces a strict design-first workflow, requiring user approval for designs and documentation before transitioning to the writing-plans skill.
simple
221.4KDevelopers and project managers who need a fast, lightweight decision-making process for feature design or component creation
A structured brainstorming framework for architectural and creative tasks that guides users from discovery to decision-making through a defined process flow.
wind-mcp-skill
27.8KFinancial analysts and users requiring structured financial data, market snapshots, and company research
The wind-mcp-skill provides an interface for AI agents to query financial data from Wind, including A-share, Hong Kong, and US stock market information, fund data, indices, bonds, and financial documents.
anti-detect-browser
27.3KDevelopers and AI agents requiring isolated browser environments, multi-account management, or automated web interactions that bypass anti-bot detection
The anti-detect-browser SDK provides tools to launch Chromium instances with unique, persistent device fingerprints for multi-account management, web scraping, and AI agent automation. It integrates with Playwright to isolate browser sessions, cookies, and storage, and offers an MCP server mode for AI agent control.