Skip to content

feat: add structured-logging-adopter skill and observability-engineer agent#2216

Open
ArthurAdrianoMM wants to merge 1 commit into
github:stagedfrom
ArthurAdrianoMM:feat/structured-logging-adopter
Open

feat: add structured-logging-adopter skill and observability-engineer agent#2216
ArthurAdrianoMM wants to merge 1 commit into
github:stagedfrom
ArthurAdrianoMM:feat/structured-logging-adopter

Conversation

@ArthurAdrianoMM

Copy link
Copy Markdown

What

Adds the structured-logging-adopter skill and the observability-engineer agent.

  • Skill: migrates codebases from console.log/print statements to structured JSON logging with a consistent field contract, level discipline, correlation IDs, and aggregator-ready output (ELK, Loki, CloudWatch), with pino/structlog examples.
  • Agent: an observability persona spanning the three pillars - structured logs, RED/USE metrics, OpenTelemetry tracing - and symptom-based alerting tied to runbooks.

Why

Log aggregation setup is already covered by infrastructure-focused content, but the application side - actually producing parseable, correlated logs - is not. This pair fills that gap.

Checklist

  • npm run skill:validate passes for the new skill (note: an unrelated pre-existing skill aws-cloudwatch-investigation currently fails validation on staged)
  • npm run build executed to update the README
  • No duplicate of existing skills/agents

@github-actions github-actions Bot added agent PR touches agents new-submission PR adds at least one new contribution skills PR touches skills labels Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant