name: check description: Check work for adherence with architecture, run quality checks, and suggest a commit message. Use after completing work on a feature or bug fix. user-invocable: true allowed-tools: [Read, Bash, Glob, Edit]
Execution
- Check all work in this session for adherence with
docs/developer/architecture-guide.md. - Remove any unnecessary comments or
console.logstatements introduced during development, and clean up any "leftovers" from approaches that didn't work. - Run
npm run check:alland fix any errors. - Suggest a concise commit message summarizing the work done in this session.