Automates the creation of standardized, validated log files using type-specific templates and automatic sensitive data redaction.
The Log Writer skill is a universal utility designed to generate structured markdown logs for various development activities such as sessions, builds, and deployments. It operates by dynamically loading context from type-specific directories, ensuring that every log entry adheres to a predefined JSON schema and follows consistent formatting via Mustache templates. To maintain security, the skill automatically identifies and redacts sensitive information like API keys and PII based on configurable standards. With support for atomic writes and data validation, it provides a reliable way to maintain high-quality audit trails and documentation throughout the software development lifecycle.