plugins/pokayokay/skills/observability/SKILL.md
Use when adding logging to services, setting up monitoring, creating alerts, debugging production issues, designing SLIs/SLOs, or implementing structured logging (Pino, Winston), metrics (Prometheus, DataDog, CloudWatch), or distributed tracing (OpenTelemetry).
npx skillsauth add srstomp/pokayokay observabilityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Implement the three pillars of observability: logs, metrics, and traces.
| Pillar | Purpose | Key Question | |--------|---------|--------------| | Logs | Discrete events with context | What happened? | | Metrics | Aggregated measurements | How much/many? | | Traces | Request flow across services | Where did time go? |
| Reference | Description | |-----------|-------------| | logging-patterns.md | Structured logging, log levels, Pino/Winston setup | | metrics-guide.md | Prometheus, counters/gauges/histograms, golden signals | | tracing-basics.md | OpenTelemetry, distributed tracing, span design | | alerting-guide.md | Alert design, SLIs/SLOs, severity levels, dashboards |
development
Git worktree management for isolated task development
development
Use when starting AI development sessions, resuming interrupted work, managing multi-session projects, or orchestrating work with human checkpoint control (supervised, semi-auto, auto, or unattended modes).
testing
Use before claiming work is done, fixed, passing, ready to commit, ready to PR, or ready to mark complete. Requires fresh verification evidence and explicit command output before success claims.
development
Use when designing test architecture, building API test suites, validating API contracts, setting up component or E2E testing, managing test data, debugging flaky tests, reviewing coverage strategy, or organizing test files. Covers test pyramid, mocking (MSW), frontend (React Testing Library, Playwright), and CI integration.