Task Lint Skill
When to Run
- After task-generator creates a new task file — validate structure before handing to Orchestrator.
- Before closing a task — validate the task file is complete and well-formed.
- During archive-tasks — validate all tasks before compacting.
Workflow
- Call
lint_task_filewith the active task file path. - If issues found, report them and HALT.
- If clean, proceed.
For Markdown files (non-task)
- Call
lint_markdownwith the file path. - Report issues.