feat(skills-next): add sentry-get-started skill#235
Conversation
First-error-scope skill plus the non-SDK references it needs; SDK references live in their own commits.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 08ea929. Configure here.
|
|
||
| When it's done, surface other options — chiefly the **`sentry-instrument`** skill to add more | ||
| telemetry (tracing is the usual next step), and releases so issues tie to the deploy that introduced | ||
| them. Don't auto-run them. |
There was a problem hiding this comment.
Missing skill availability check
Medium Severity
After first-error setup, the skill tells agents to surface the sentry-instrument skill without checking the harness skill list. The existing-user menu requires that check before handoff, so follow-up routing can name a skill that is not installed.
Reviewed by Cursor Bugbot for commit 08ea929. Configure here.


Adds the
sentry-get-startedskill (first-error scope) along with itsreferences.ymland only the non-SDK references it needs:concepts/errors.md,first-error-setup.md,new-project.md, andsetup-verification.md. The SDK references this skill points at are delivered by the separate per-SDK PRs and the SDK reference organization PR.