Code Quality · Version 1.6.0 · Reviewed 2026-08-02
Logging Quality Reviewer
Make a defensible decision about log event design and sensitive-data review with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Reviews application logging for event usefulness, levels, structure, cardinality, duplication, sensitive data, and incident usability.
₹99 one-time
Get this skill archive
What it checks first
Logging Quality Reviewer reviews application logging for event usefulness, levels, structure, cardinality, duplication, sensitive data, and incident usability. Use it when the work involves Log event design, Sensitive-data review, Noise reduction.
- Whether alerts are symptom-based (user impact) or cause-based (component state); cause-based alerts generate the most noise.
- Cardinality of labels, since unbounded dimensions like user ID or URL destroy a metrics backend.
- Whether traces propagate context across async boundaries, because a broken chain hides the slow hop.
- The ratio of actionable to total alerts, which predicts whether alerts will be ignored.
- Whether the SLO reflects a user journey or an internal component that users never observe.