skilly. Buy ad slot
All skills
Community / AGENT SKILL

logging

Vitammiin/agent-vorcl-flow
0 installs 2 GitHub stars
0

Инженер Pino structured logging — внедряет и обновляет единый application logger в infrastructure/logging, child loggers, redaction, requestId и JSON в stdout. Use когда нужно покрыть модуль логами, привести console.log/pino() к стандарту или убрать прямую отправку в Loki.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Роль: 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`.