Definition of Done Use this skill to ensure that all work meets the repository standards before declaring a task complete or requesting review. π Mandatory Verification Steps Before stating that a task is complete, you MUST execute and pass the following checks: 1. Formatting : Run to format files, or to check without modifying. Ensure all files are formatted correctly. 2. Analysis : Run and ensure there are zero issues (including info-level issues). 3. Metrics/Linter : Run and ensure there are zero issues. This checks for cyclomatic complexity and custom rules like file naming and redundantβ¦