evlog
Structured logging skills for wide events, audits, and log analysis
All Skills in This Repository (18)
Pure Emerald Level Indicatorscreate-evlog-adapter
Automate creation of evlog adapter source, build, exports, tests, and documentation.
create-evlog-enricher
Implement a factory function and six touchpoints to add a built-in evlog enricher.
review-logging-patterns
Convert console logs into wide events and structured errors in Nuxt/Nitro routes.
create-evlog-map-rule
Adds coverage rules and framework adapters to the evlog map CLI scanner.
create-evlog-framework-integration
Creates new evlog framework integrations with source, tests, docs, and example apps.
write-evlog-content
Reviews and rewrites evlog documentation, blog, landing, and skill prose against voice rules and AI-tell detection.
analyze-logs
Analyze structured NDJSON wide-event logs from evlog's file system drain to debug errors and performance issues.
build-audit-logs
Build and review tamper-evident audit trails in TypeScript applications using evlog.
repo-health-sweep
Audits repository skills, docs, conventions, and examples against the current package surface.
self-review
Audits the evlog repository and agent surface for coherence drift and missing capabilities.
before-after
Captures before/after screenshots of web pages and publishes them as public Blob URLs.
contributing
Guides contributors through evlog commit conventions, changesets, testing rules, and PR workflows.
Frequently Asked Questions
FAQPage SchemaHow to install evlog skills?▼
Run `npx skills add HugoRCD/evlog --all -g -y` in your terminal to install all skills in this suite globally.
What is a wide event in logging?▼
A wide event is one structured log entry per request that carries all context, like user, cart, and error details, instead of many scattered log lines. The analyze-logs skill teaches your agent to read and debug from these events.
Can AI agents debug my app with evlog?▼
Yes. The analyze-logs skill lets your agent read the structured JSON logs evlog writes, find errors, trace slow requests, and explain what went wrong with suggested fixes.
How do I add audit logging to my app?▼
The build-audit-logs skill walks your agent through recording who did what on which resource, with denial tracking, tamper-evident signing, and compliance-ready retention patterns.
Which frameworks does evlog support?▼
The review-logging-patterns skill covers setup for Nuxt, Nitro, Next.js, SvelteKit, Hono, Express, Fastify, Elysia, NestJS, TanStack Start, Cloudflare Workers, and standalone TypeScript.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core