logtape
Structured logging for JavaScript plus testing and release skills
All Skills in This Repository (5)
Pure Emerald Level Indicatorsrelease
Automate LogTape release workflows with version bumps, CHANGES.md updates, and git tags.
release
Automates LogTape releases with Sacho changelog compilation, version bumping, tagging, and branch management.
sacho
Manages changelogs as Markdown fragments compiled into CHANGES.md at release time.
javascript-testing-expert
Writes JavaScript and TypeScript tests using vitest and fast-check property-based testing.
logtape
Implements structured logging with LogTape across JavaScript and TypeScript runtimes.
Frequently Asked Questions
FAQPage SchemaHow to install LogTape skills?▼
Run `npx skills add dahlia/logtape --all -g -y` in your terminal to install all skills in this suite globally.
How to add structured logging in TypeScript?▼
The logtape skill teaches your AI agent to use getLogger with hierarchical categories and named placeholders, producing searchable structured logs instead of plain strings.
Does LogTape work with Node.js, Deno, and Bun?▼
Yes. LogTape is a zero-dependency library that runs identically across Deno, Node.js, Bun, browsers, and edge functions.
How to keep passwords out of log files?▼
The skill shows your agent how to apply pattern-based and field-based redaction so secrets like tokens, emails, and credit card numbers never reach log output.
Can AI agents manage releases and changelogs?▼
Yes. The release and sacho skills guide agents through changelog fragments, version bumps, tagging, and publishing release notes without manual edits.
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