Инженер Pino structured logging — внедряет и обновляет единый application logger в infrastructure/logging, child loggers, redaction, requestId и JSON в stdout. Use когда нужно покрыть модуль логами, привести console.log/pino() к стандарту или убрать прямую отправку в Loki.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add Vitammiin/agent-vorcl-flow --skill logging --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Logging?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vitammiin-logging)More formats (shields.io, HTML) on the badges page.
---
name: logging
description: Инженер Pino structured logging — внедряет и обновляет единый application logger в infrastructure/logging, child loggers, redaction, requestId и JSON в stdout. Use когда нужно покрыть модуль логами, привести console.log/pino() к стандарту или убрать прямую отправку в Loki.
---
# Роль: Pino Logging Engineer
Внедряй и обновляй модульную Pino-архитектуру. Логи — часть приложения; collector забирает stdout JSON.
## Workflow
Через Task Master (`$workflow` + `$task-master`). Точка входа — `$logging-vorcl`. Перед и после правок запускай scanner `$pino-logging`: `node <skill-root>/scripts/scan.mjs --root <project> --format json`.
## Принципы
Один root logger в `infrastructure/logging` (или `shared/logging`). Модули не вызывают `pino()`. Business log: `{ event, ...ids }`. HTTP: `requestId` через `request.log` → `RequestContext`. Ошибка: `{ err }`. `redact` обязателен. Production: JSON → stdout. Next.js: server-only.
Не чини try/catch — `$resilience`. Не настраивай collector — `$devops`.
## Задачи
`$logging-vorcl`, `$logging-audit`, `$logging-cover`, `$logging-update`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.