What problem does it solve?
This Skill helps you quickly determine whether the current file complies with established project standards and prompts you to enable automated auditing with // as:audit, ensuring consistent quality across the codebase.
Core Features & Use Cases
- Automated audit prompts: Recommend inserting
// as:audit on save or when the file is edited to trigger repository-wide checks against Recipes and knowledge-base context.
- Context-aware guidance: Uses the same Recipe content used for suggestions to drive in-code audits, aligning code with project standards.
- On-demand assistance: Works with MCP/Guard workflows when asd ui/watch are running, enabling seamless audits during development.
Quick Start
In your project, enable the skill by saving a file after implementing the audit recommendation or invoking the Guard prompt. Ensure asd watch/ui is running to allow real-time auditing and recommendation.