audit-logs

Audit production logging and observability for distributed services.

10|5|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/JHostalek/dotclaude --skill audit-logs-jhostalek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-logs
Source: https://github.com/JHostalek/dotclaude/tree/main/skills/audit-logs
Command: npx skills add https://github.com/JHostalek/dotclaude --skill audit-logs-jhostalek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies and fixes logging and observability defects that make production systems difficult to diagnose, noisy to operate, expensive to monitor, or unsafe to expose.

Core Features & Use Cases

  • End-to-End Observability Review: Trace critical journeys, failure paths, asynchronous work, telemetry pipelines, and operator workflows.
  • Logging Quality and Safety Audit: Detect missing events, incorrect severity, excessive volume, unstable schemas, broken correlation, sensitive data exposure, and misleading messages.
  • Production-Ready Remediation: Prioritize findings by operational impact, apply safe corrections, verify emitted telemetry, and document coverage gaps and residual risk.
  • Use Case: Audit a distributed service before release to confirm that operators can reconstruct failures, distinguish retries from final outcomes, correlate work across queues and services, and investigate incidents without exposing secrets or overwhelming the telemetry backend.

Quick Start

Use the audit-logs skill to review logging and observability across the specified path, fix safe issues, and report findings with evidence, priorities, verification steps, and residual risks.

Frequently Asked Questions about audit-logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit production logging for distributed services before release?

Audit production logging by tracing critical journeys and failure paths across distributed services to ensure operators can reconstruct failures and distinguish retries from final outcomes. This verifies telemetry covers cross-service correlation without exposing secrets or overwhelming backends.

What makes observability and telemetry pipelines difficult to diagnose in production?

Observability becomes difficult when production logging contains missing events, incorrect severity levels, broken correlation across queues, and unstable schemas. These defects prevent operators from localizing consequential system behavior during incident response and telemetry pipeline analysis.

How can I detect sensitive data exposure in application logs?

Detect sensitive data exposure in application logs by performing an evidence-based review of event semantics and telemetry pipelines. This logging quality and safety audit identifies unsafe exposures, misleading messages, and excessive volume to ensure safe remediation of production telemetry.

Does this approach work for asynchronous workflows and queue-based systems?

Yes, this approach works for asynchronous workflows and queue-based systems by tracing event semantics and correlation across services. It verifies operators can correlate work across queues, distinguish retries from final outcomes, and investigate incidents without losing telemetry context.

What is the best way to reduce noisy and expensive production logs?

The best way to reduce noisy and expensive production logs is to audit logging volume, severity levels, and schema stability. Prioritize findings by operational impact, apply safe corrections, and verify emitted telemetry to remediate excessive volume without losing critical incident signals.

When should I not use automated corrections for telemetry pipeline defects?

Avoid automated corrections for telemetry pipeline defects when evidence-based analysis cannot verify safe remediation of unstable schemas or sensitive data handling. Document coverage gaps and residual risk instead of applying unsafe corrections to security-sensitive operations and production readiness reviews.