Agent skill
sentry
Manage Sentry projects and releases via the sentry-cli.
Install this agent skill to your Project
npx add-skill https://github.com/olasunkanmi-SE/codebuddy/tree/main/skills/sentry
Metadata
Additional technical details for this skill
- auth
-
{ "type": "api-key" } - icon
- alert-circle
- config
-
[ { "name": "SENTRY_ORG", "type": "string", "label": "Organization", "required": true, "placeholder": "your-org-slug" }, { "name": "SENTRY_PROJECT", "type": "string", "label": "Project", "required": true, "placeholder": "your-project-slug" }, { "name": "SENTRY_AUTH_TOKEN", "type": "secret", "label": "Auth Token", "required": true } ] - version
- 1.0.0
- category
- monitoring
- displayName
- Sentry
- dependencies
-
{ "cli": "sentry-cli", "install": { "linux": { "script": "curl -sL https://sentry.io/get-cli/ | bash" }, "darwin": { "brew": "getsentry/tools/sentry-cli", "script": "curl -sL https://sentry.io/get-cli/ | bash" }, "windows": { "npm": "@sentry/cli", "scoop": "sentry-cli" } }, "checkCommand": "sentry-cli --version" }
SKILL.md
sentry-cli
Use sentry-cli to interact with Sentry.
Common Commands
Releases
- List releases:
sentry-cli releases list - New release:
sentry-cli releases new <version> - Finalize release:
sentry-cli releases finalize <version>
Issues
- List issues:
sentry-cli issues list
Notes
- Requires
sentry-clito be installed. - Requires
SENTRY_AUTH_TOKENandSENTRY_ORGenvironment variables or configuration.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Send emails using mailsend-go CLI
aws
Manage AWS resources via the aws CLI.
telegram
Send Telegram messages, files, and interact with Telegram bots via the telegram-send CLI tool.
redis
Manage Redis databases via the redis-cli tool.
datadog
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
linear
Manage Linear issues via the linear-cli (unofficial or custom wrapper).
Didn't find tool you were looking for?