From error-rate-monitor
Sets up comprehensive error rate monitoring across HTTP, application, database, external API, background jobs, and client-side errors. Produces configuration for tools like Sentry, CloudWatch, and alerting dashboards.
How this command is triggered — by the user, by Claude, or both
Slash command
/error-rate-monitor:monitor-errorsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Error Rate Monitor Set up comprehensive error rate monitoring and alerting. ## Monitoring Areas 1. **HTTP Errors**: 4xx and 5xx response tracking 2. **Application Exceptions**: Unhandled exception monitoring 3. **Database Errors**: Query failures and timeouts 4. **External API Errors**: Third-party service failures 5. **Background Job Errors**: Async task failures 6. **Client-Side Errors**: Frontend error tracking ## Process 1. Analyze application architecture and error sources 2. Identify critical error scenarios 3. Design error tracking strategy 4. Create monitoring configuration 5...
Set up comprehensive error rate monitoring and alerting.
Provide:
29plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 29 plugins
npx claudepluginhub earth-treasure-inc/claude-code-plugins-plus-skills-1d8dce0c --plugin error-rate-monitor/monitor-errorsSets up comprehensive error rate monitoring across HTTP, application, database, external API, background jobs, and client-side errors. Produces configuration for tools like Sentry, CloudWatch, and alerting dashboards.
/error-traceAnalyzes your codebase's error handling patterns, logging usage, and monitoring setup, then generates a report with recommendations for improvement.
/error-analysisAnalyzes errors from stack traces, logs, and production incidents, systematically classifying by severity and type to identify root causes, recommend fixes, and establish preventive measures.
/create-alertsGenerates comprehensive alerting rules for production systems covering latency, errors, throughput, resources, and SLOs.
/monitorGenerates monitoring, alerting, and observability configuration (Prometheus, Grafana, Datadog, health endpoints, structured logging, OpenTelemetry tracing) for your application stack.
/slo-implementDesigns SLO frameworks with SLI candidates, error budgets, and measurement strategies for service reliability. Accepts requirements via $ARGUMENTS.