find-code-tasks

Aggregate frontmatter from .code-task.md files and export filtered task lists.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Happyverse-Team/video-content-generator --skill find-code-tasks-happyverse-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-code-tasks
Source: https://github.com/Happyverse-Team/video-content-generator/tree/main/.claude/skills/find-code-tasks
Command: npx skills add https://github.com/Happyverse-Team/video-content-generator --skill find-code-tasks-happyverse-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lists all code tasks in the repository that are tracked as .code-task.md files, along with their status, creation date, and progress metadata, helping teams see backlog and progress at a glance.

Core Features & Use Cases

  • Scan the repository for every .code-task.md file and extract frontmatter fields (status, created, started, completed).
  • Filter results by status (pending, in_progress, completed, blocked) and present them in table, JSON, or summary formats.
  • Use case: quickly assess backlog before planning sprints or audits, and locate tasks by status to assign owners.

Quick Start

To start, run the code-tasks scan to surface all .code-task.md files and view their status and dates across the repository. Then review the report to prioritize work.

Frequently Asked Questions about find-code-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all code tasks in a repository by their status?

To list code tasks by status, scan the repository for .code-task.md files and aggregate their frontmatter. This skill extracts the status, created, started, and completed fields from each file to present a concise project tracking view.

Can I filter markdown task tracking files by pending or blocked statuses?

Yes, you can filter .code-task.md files by pending, in_progress, completed, or blocked statuses. The skill reads the status frontmatter field from each task file and surfaces matching records for backlog review.

What is the best way to generate a task status report from frontmatter in markdown files?

The best way to generate a task status report is to aggregate frontmatter fields from .code-task.md files. This skill compiles status and date metadata, allowing you to export the results in table, JSON, or summary formats for sprint planning.

How does scanning .code-task.md files help with sprint planning and backlog review?

Scanning .code-task.md files helps sprint planning by surfacing all tracked tasks and their progress metadata. It aggregates status and dates from frontmatter, enabling teams to quickly assess the backlog and locate tasks to assign owners.

Do I need any external dependencies to scan and report on code-task markdown files?

No external dependencies are required to scan and report on code-task markdown files. The skill operates independently by reading the frontmatter fields directly from .code-task.md files within the repository to extract status and tracking data.

What output formats are supported when exporting code task tracking data?

Supported output formats for exporting code task tracking data include table, JSON, and summary. The skill aggregates frontmatter fields from .code-task.md files and presents the filtered results in your chosen format for project tracking.