Add or review dygo Logs, Activity, Audit Logs, health checks, diagnostics, metrics, traces, and operator-visible failure states. Use when runtime behavior must become inspectable or diagnosable.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add hapyco/dygo --skill dygo-observability --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dygo Observability?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hapyco-dygo-observability)More formats (shields.io, HTML) on the badges page.
---
name: dygo-observability
description: Add or review dygo Logs, Activity, Audit Logs, health checks, diagnostics, metrics, traces, and operator-visible failure states. Use when runtime behavior must become inspectable or diagnosable.
---
# dygo Observability
Make important framework and business behavior visible without exposing sensitive data.
## Start
Read `docs/logs.md` and the relevant runtime document. Inspect existing Log helpers, health handlers, CLI diagnostics, Job Execution data, and Studio surfaces.
## Rules
- Use persisted Logs for operational diagnostics that must survive the request or process.
- Use Activity for human-friendly Record history.
- Reserve Audit Logs for compliance and security-grade history.
- Choose a canonical source and type. Keep messages concise and actionable.
- Include stable context such as App, Entity, Record, Job, execution, operation, or correlation identity when available.
- Put optional high-cardinality context in metadata until a real query workflow needs a first-class Field.
- Redact secrets, credentials, tokens, session data, and sensitive payloads.
- Make health checks bounded and meaningful. Do not make them perform destructive recovery.
- Avoid duplicate logging at every layer for the same failure.
- Give operators a clear next action when the system can provide one.
Verify that the event is emitted at the correct boundary and can be inspected through the intended CLI, API, or Studio path.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
Use when implementing a user- or reviewer-prescribed code change (including review comments with suggested fixes or options), especially when the requested edit may be risky, incomplete, ambiguous, or misaligned with TiDB correctness and compatibility constraints.