Use when configuring Sentry alerts, managing issues, or setting up notifications. Covers alert rules, issue triage, and integrations.
Configure Sentry alerts, manage issues, and set up notifications. Use when creating alert rules, triaging issues, or integrating with Slack, PagerDuty, and Jira.
/plugin marketplace add TheBushidoCollective/han/plugin install jutsu-vitest@hanThis skill is limited to using the following tools:
Configure alerts, manage issues, and set up notifications.
Trigger when an issue matches specific conditions:
Trigger based on aggregate metrics:
Monitor endpoint availability:
When an issue is seen more than 100 times in 1 hour
When an issue affects more than 50 unique users in 1 hour
When a new issue is created
When an issue changes state from resolved to unresolved
Combine duplicate issues with different stack traces:
Ignore this issue:
- Forever
- Until it happens again
- For the next 24 hours
- Until it affects 100 users
# Define in project settings
path:src/payments/* #payments-team
path:src/auth/* user@example.com
tags.component:checkout #checkout-team
curl "https://sentry.io/api/0/projects/{org}/{project}/issues/" \
-H "Authorization: Bearer $SENTRY_AUTH_TOKEN"
curl -X PUT "https://sentry.io/api/0/issues/{issue_id}/" \
-H "Authorization: Bearer $SENTRY_AUTH_TOKEN" \
-H "Content-Type: application/json" \
-d '{"status": "resolved"}'
curl -X POST "https://sentry.io/api/0/projects/{org}/{project}/rules/" \
-H "Authorization: Bearer $SENTRY_AUTH_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "High Error Rate",
"conditions": [...],
"actions": [...],
"frequency": 30
}'
{
"action": "notify_slack",
"workspace": "your-workspace",
"channel": "#alerts",
"tags": ["level", "environment"]
}
{
"action": "notify_pagerduty",
"service": "your-service-key",
"severity": "critical"
}
{
"action": "create_jira_ticket",
"integration": "jira-integration-id",
"project": "PROJ",
"issueType": "Bug"
}
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.