Agent skill

sentry

Manage Sentry projects and releases via the sentry-cli.

Stars 118
Forks 34

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-cli to be installed.
  • Requires SENTRY_AUTH_TOKEN and SENTRY_ORG environment variables or configuration.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results