file-todos

Manage file-based todos with YAML frontmatter and Markdown files.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/zeketx/AgentsSDK_OpenAI_Lab --skill file-todos-zeketx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/zeketx/AgentsSDK_OpenAI_Lab/tree/main/skills/file-todos
Command: npx skills add https://github.com/zeketx/AgentsSDK_OpenAI_Lab --skill file-todos-zeketx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the management of todos in a file-based system, simplifying code review feedback, technical debt, feature requests, and work item tracking.

Core Features & Use Cases

  • Todo Creation: Automatically generate todos from findings or feedback.
  • Lifecycle Management: Handle todo status transitions (pending → ready → complete).
  • Triage: Prioritize and approve pending todos for execution.
  • Dependency Tracking: Manage dependencies between todos.
  • Integration: Seamlessly integrate with code review processes and slash commands.
  • Use Case: When conducting a code review and identifying a bug that needs fixing, this Skill can automatically create a todo with the appropriate priority and dependencies.

Quick Start

To create a new todo from feedback, use the command: /todo create "Bug in login system" p1

Frequently Asked Questions about file-todos

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

FAQPage Schema
How do I track code review feedback and technical debt in a file-based system?

You can track code review feedback and technical debt in a file-based system by creating structured Markdown files with YAML frontmatter. This approach manages todo creation, status transitions, and dependency tracking directly within your repository.

What is the best way to manage todo status transitions for work items?

The best way to manage todo status transitions is through a structured lifecycle system moving items from pending to ready to complete. This file-based tracking system handles triage, prioritization, and approval for execution.

How do I create a todo from code review findings?

To create a todo from code review findings, use slash commands like `/todo create "description" p1`. This automatically generates a structured todo file with the appropriate priority and dependencies.

Can I track dependencies between technical debt items using Markdown files?

Yes, you can track dependencies between technical debt items using Markdown files with YAML frontmatter. The system manages structured todo creation and handles dependency relationships directly within the file metadata.

Does this todo management system support triage and prioritization of pending work items?

Yes, this todo management system supports triage and prioritization of pending work items. It handles the approval process for execution and manages status transitions to move prioritized items forward.

When should I use a file-based todo tracking system over a dedicated issue tracker?

Use a file-based todo tracking system when you need to manage technical debt and code review feedback directly within your repository. It integrates seamlessly with code review processes using structured Markdown files.