Tidy

Run the project's code quality pipeline: oxfmt (format), oxlint --fix (lint auto-fix), and typecheck, then fix the trivially correct issues that remain. Use this skill whenever the user says /tidy, asks to clean up lint/format/type errors, mentions oxfmt/oxlint/typecheck, or wants to tidy code before committing. Also use when the user pastes compiler or lint errors and wants them cleaned up mechanically. Supports '/tidy --typecheck-only' when the user only wants types checked. If the user asks for a report only (e.g. '/tidy --report', 'just check', 'what's broken'), run the pipeline but report issues without fixing.

block65 Updated

File contents

block65/agent-standards/tree/main/skills/tidy commit 8a96df8482

Frequently asked questions

npx skillmds@latest add block65/tidy