monitor

Installation
SKILL.md

Production Monitoring Setup

Set up monitoring for a production application. If a target is provided, scope recommendations to that service or feature. Cover all four pillars, then configure health checks, alerts, SLOs, and dashboards.

The Four Pillars

Monitor all four. Missing any one creates a blind spot.

1. Errors

Track unhandled exceptions, failed API calls, and client-side errors. Don't wait for users to report them.

What to capture How
Unhandled exceptions (server) Global error handler reports to error tracking service. Include stack trace and request context.
Unhandled exceptions (client) window.onerror and onunhandledrejection wired to error tracking.
Failed API calls Log 4xx and 5xx responses with request path, status, and duration.
Client-side errors React error boundaries catch render failures. Report with component tree.
Related skills

More from kazdenc/builder-skills

Installs
10
GitHub Stars
38
First Seen
Mar 23, 2026