Documentation
README
Find Code Tasks
Overview
This skill finds and displays all code tasks (.code-task.md files) in the repository, showing their frontmatter status and metadata. Use it to get a quick overview of pending work, find tasks by status, or check the state of the task backlog.
When to Use
- Starting a work session to see what tasks are available
- Checking status of tasks before/after running code-assist
- Finding tasks by status (pending, in_progress, completed)
- Getting a summary of task backlog
- Exporting task data for reporting
Parameters
- filter (optional): Filter tasks by status
pending- Show only pending tasksin_progress- Show only in-progress taskscompleted- Show only completed tasks- (none) - Show all tasks
This is the opening of the README. Read the full README on GitHub.