Skip to content

Add upstream reference to Sentry skill for easier maintenance#351

Open
MathurAditya724 wants to merge 1 commit intoopenai:mainfrom
MathurAditya724:patch-2
Open

Add upstream reference to Sentry skill for easier maintenance#351
MathurAditya724 wants to merge 1 commit intoopenai:mainfrom
MathurAditya724:patch-2

Conversation

@MathurAditya724
Copy link
Copy Markdown
Contributor

What this does

Adds a pointer to the canonical Sentry CLI skill maintained upstream, plus a few quality-of-life improvements.

Changes

  • Upstream reference: Agents can now fetch the complete CLI docs from getsentry/cli when they need advanced features (releases, sourcemaps, dashboards)
  • Install options: Added npm and npx alternatives alongside the curl installer
  • Trace/span/log commands: Included the newer observability commands from the CLI
  • Large JSON handling: Guidance on using temp files + jq to avoid context bloat

Why

The Sentry CLI moves fast, and keeping this skill in sync manually is a chore. By pointing to the upstream skill, we get the best of both worlds: a lightweight quick-start here, with access to the full reference when needed.

This approach is similar to what's being done in the plugins repo (see HazAT's PR).

- Point to canonical Sentry CLI skill for complete docs
- Add npm/npx install alternatives for flexibility
- Include trace, span, and log commands
- Add guidance for handling large JSON output

This lets the skill stay lightweight while giving agents
access to the full CLI reference when needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant