What problem does it solve?
This Skill addresses the challenge of setting up comprehensive observability for a project, ensuring errors are tracked, alerts are configured, and logs are structured, all with minimal services and CLI management.
Core Features & Use Cases
- Error Tracking: Integrates Sentry for robust error monitoring and source map support.
- Alerting: Configures essential alert rules for new errors and critical issues.
- Logging: Implements structured JSON logging for easy parsing and analysis.
- Health Checks: Establishes a
/api/health endpoint for uptime monitoring.
- AI Integration: Sets up webhooks or MCP servers for automated error analysis and remediation.
- Use Case: A new production deployment experiences a critical error. Sentry immediately captures the error, an alert is sent via email and a GitHub issue is auto-created, and an AI agent analyzes the root cause using Sentry's data.
Quick Start
Run the script to audit your project's current observability setup and identify gaps.