forge-logging
CommunityMake logs structured, searchable, and safe.
Software Engineering#logging#observability#redaction#request correlation#structured json#oncall debugging#audit events
Authorf4rkh4d
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Most application logging is unreliable for incident response: it lacks structure, correlation IDs, consistent event names, and often leaks secrets, making failures hard to reproduce and analyze.
Core Features & Use Cases
- Structured JSON-first logging: Ensure every log line is a parseable JSON object suitable for log aggregation, filtering, and alerting.
- Correlation and tracing: Attach
request_id(andtrace_id/span_idwhere applicable) so logs can be tied to a single request path across services. - Redaction and safe error handling: Redact secrets at the logger so Authorization tokens and credential-like strings never reach storage, and log errors with full error objects and correct severity boundaries.
- Use case: When adding or refactoring logging in a backend service, ensure logs support on-call debugging, audits/retention separation, and verifier-enforced discipline against unsafe patterns like
console.logor templated messages.
Quick Start
Use the forge-logging skill to enforce structured JSON logging with request correlation IDs and redaction for any backend service codebase.
Dependency Matrix
Required Modules
None requiredComponents
referencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: forge-logging Download link: https://github.com/f4rkh4d/forge-skill/archive/main.zip#forge-logging Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.