.claude/skills/sentry/SKILL.md
--- name: sentry description: Fix a Sentry error and create a PR. Usage: /sentry <issue-url-or-id> --- # Sentry Issue Fixer Automatically analyze a Sentry error, find the root cause, implement a fix, and create a PR. ## Input The user provides either: - A full Sentry issue URL (e.g., `https://sentry.io/organizations/pagecord/issues/123456/`) - A short issue ID (e.g., `PAGECORD-123`) If only an ID is provided, use organization slug `pagecord`. ## Steps ### 1. Get Issue Details Use the Sen
npx skillsauth add lylo/pagecord .claude/skills/sentryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automatically analyze a Sentry error, find the root cause, implement a fix, and create a PR.
The user provides either:
https://sentry.io/organizations/pagecord/issues/123456/)PAGECORD-123)If only an ID is provided, use organization slug pagecord.
Use the Sentry MCP get_issue_details tool to fetch:
Use the Sentry MCP analyze_issue_with_seer tool to get AI-powered analysis:
Read the affected files identified in the stack trace. Understand:
fix/sentry-{issue-id} (lowercase, e.g., fix/sentry-pagecord-123)Run relevant tests to ensure:
Create a pull request with:
Fix: {brief description of the error}Summarize:
data-ai
Investigate a customer support email and draft a reply. Use when the user pastes a customer message, bug report, billing question, feature request, or how-to question.
development
Investigate and fix a Sentry issue in this codebase. Use when the user provides a Sentry issue URL or ID and wants diagnosis, a fix, verification, or a PR.
testing
Interact with Cloudflare R2 buckets used by Pagecord. Use when the user wants to list objects, inspect bucket stats, fetch files, or check backup integrity in R2.
development
Interact with the Pagecord API for a blog. Use when the user wants to inspect posts or pages, publish content through the API, check API connectivity, or inspect the home page.