audit
SKILL.md
Audit
Overview
Provide a concise, human-friendly summary of project status or a specific work item. When no work item id is provided, run wl CLI tool to summarize recent work and current work in progress.
When To Use
- User asks general project status (e.g., "What is the current status?", "Status of the project?", "status", "audit the project", "audit").
- User asks about a specific work item id (e.g., "What is the status of wl-123?", "status wl-123", "audit wl-123").
Best Practices
- Output should be formatted as markdown for readability.
- When summarizing work items, focus on actionable information: current status, blockers, dependencies.
- When a work item id is provided, ensure to include all relevant details and related work items including dependencies (
wl dep list <work-item-id> --json) and subtasks (wl show <work-item-id> --json) in the summary. - Always conclude with a clear summary of the status.
- For individual work items, the last line of the summary should be a clear statement about whether the work item can be closed or not.
- Do not recommend next steps or actions; this skill focuses on reporting only.