Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SKILL_TREE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Debug production issues and maintain code quality with Sentry context.

| Use when | Skill | Path |
|---|---|---|
| Generate a comprehensive Sentry bug report | [`generate-bug-report`](skills/generate-bug-report/SKILL.md) | `generate-bug-report/SKILL.md` |
| Analyze and resolve Sentry comments on GitHub Pull Requests | [`sentry-code-review`](skills/sentry-code-review/SKILL.md) | `sentry-code-review/SKILL.md` |
| Find and fix issues from Sentry using MCP | [`sentry-fix-issues`](skills/sentry-fix-issues/SKILL.md) | `sentry-fix-issues/SKILL.md` |
| Review a project's PRs to check for issues detected in code review by Seer Bug Prediction | [`sentry-pr-code-review`](skills/sentry-pr-code-review/SKILL.md) | `sentry-pr-code-review/SKILL.md` |
Expand Down
60 changes: 0 additions & 60 deletions skills/generate-bug-report/SKILL.md

This file was deleted.

2 changes: 0 additions & 2 deletions skills/sentry-workflow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Append the path from the `Path` column in the table below to `https://skills.sen
2. If the user mentions **Sentry bot comments or `sentry[bot]` on a PR** → `sentry-code-review`
3. If the user mentions **Seer, bug prediction, or reviewing PRs for predicted issues** → `sentry-pr-code-review`
4. If the user mentions **upgrading Sentry, migrating SDK versions, or fixing deprecated APIs** → `sentry-sdk-upgrade`
5. If the user mentions **generating a bug report** → `generate-bug-report`

When unclear, **ask the user** whether the task involves live production issues, PR review comments, or SDK upgrades. Do not guess.

Expand All @@ -40,7 +39,6 @@ When unclear, **ask the user** whether the task involves live production issues,
| Finding and fixing production issues — stack traces, breadcrumbs, event data | [`sentry-fix-issues`](../sentry-fix-issues/SKILL.md) | `sentry-fix-issues/SKILL.md` |
| Resolving comments from `sentry[bot]` on GitHub PRs | [`sentry-code-review`](../sentry-code-review/SKILL.md) | `sentry-code-review/SKILL.md` |
| Fixing issues detected by Seer Bug Prediction in PR reviews | [`sentry-pr-code-review`](../sentry-pr-code-review/SKILL.md) | `sentry-pr-code-review/SKILL.md` |
| Generating a bug report for your application | [`generate-bug-report`](../generate-bug-report/SKILL.md) | `generate-bug-report/SKILL.md` |
| Upgrading the Sentry JavaScript SDK — migration guides, breaking changes, deprecated APIs | [`sentry-sdk-upgrade`](../sentry-sdk-upgrade/SKILL.md) | `sentry-sdk-upgrade/SKILL.md` |

Each skill contains its own detection logic, prerequisites, and step-by-step instructions. Trust the skill — read it carefully and follow it. Do not improvise or take shortcuts.
Expand Down
Loading