structured-logging

Implement JSON structured logging with standardized schema fields and levels.

1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Doyajin174/myskills --skill structured-logging-doyajin174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structured-logging
Source: https://github.com/Doyajin174/myskills/tree/main/.public/skills/structured-logging
Command: npx skills add https://github.com/Doyajin174/myskills --skill structured-logging-doyajin174

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill advocates JSON structured logging to support querying, aggregation, and telemetry in production systems.

Core Features & Use Cases

  • Log schema: Standardized fields like timestamp, level, message, context.
  • Log levels: Level-aware logging with redaction for sensitive data.
  • Aggregation readiness: Smooth integration with ELK/Datadog stacks.

Quick Start

Implement a basic logger that emits JSON-formatted logs with requestId and userId.