Sentry CLI
Uses the sentry command directly, letting it detect the org and project instead of asking first.
Install
OfficialClaude Code: /plugin marketplace add anthropics/claude-plugins-official → /plugin install sentry-cli@claude-plugins-official
Sentry'deki sorunlar, olaylar ya da izler terminalden incelenirken ve sürüm/kaynak haritası işleri yürütülürken
- Author
- Sentry
The guidance is mostly about what not to do. Do not authenticate up front, do not look up the organisation and project before running anything — the CLI resolves the target itself by reading config files, scanning for DSNs in environment files and source, and matching the directory name, and it prompts when it genuinely cannot. Command discovery goes through a built-in schema browser rather than fetching an OpenAPI spec from the network, and machine output is requested explicitly so results can be piped through jq instead of parsed out of formatted text. The noun-verb command shape follows the GitHub CLI, so existing habits transfer.
Similar skills
CI/CD Pipeline Builder
SkillDetects the stack from the repository, then writes a pipeline that matches it.
Sentry Skills
SkillTakes a Sentry issue from stack trace to shipped fix, closing it with a Fixes reference in the commit.
MCP CLI
SkillCalls MCP servers from the command line instead of wiring them in permanently.

Comments(0)
Sign in to comment