task-metadata-audit
Installation
SKILL.md
Task Metadata Audit
Runtime Context
Before acting, resolve <knowledge_dir> using the runtime bootstrap rules, then read <knowledge_dir>/.workflow/runtime.md and <knowledge_dir>/.workflow/manifest.yml; do not assume non-default workflow paths or default ids.
Use this skill to inspect task metadata and report issues. This skill is read-only.
Workflow
- Read
<knowledge_dir>/.workflow/schemas/common.md. - Read
<knowledge_dir>/.workflow/schemas/tasks.md. - Read
<knowledge_dir>/.workflow/rules/delivery.md. - Read
<knowledge_dir>/planning/KANBAN.md. - Scan
<knowledge_dir>/tasks/*.md, excluding localized files. - Parse frontmatter and task body sections.
- Check task relationships against existing task ids and Kanban card ids.
- Report issues and dry-run fixes without editing files.