better-logging
Installation
SKILL.md
Better Logging
Turn important operations into durable structured records that answer "what happened?" with one query instead of a trail of log lines.
Treat the unit of instrumentation as an operation owned by the runtime, not as individual log statements sprinkled through the codebase.
Quick Start
- Run the audit script first:
python3 scripts/audit_queryable_outcomes.py \
--root . \
--format markdown
Run the bundled scripts/audit_queryable_outcomes.py from this skill directory. If needed, resolve the directory containing this SKILL.md and pass the script path explicitly.