file-todos

Create and track file-based todos for code review feedback and technical debt.

5|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/barkleesanders/claude-code-starter --skill file-todos-barkleesanders
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/barkleesanders/claude-code-starter/tree/main/skills/file-todos
Command: npx skills add https://github.com/barkleesanders/claude-code-starter --skill file-todos-barkleesanders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill eliminates the risk of lost, disorganized work items by providing a consistent, file-based tracking system for code review feedback, technical debt, and feature requests that persists across sessions and integrates with standard development workflows.

Core Features & Use Cases

  • Structured Todo Management: Create, triage, and track work items using standardized markdown files with required sections for problem statements, proposed solutions, acceptance criteria, and work logs.
  • Dependency & Priority Tracking: Link related tasks to manage blockers, prioritize work by urgency, and ensure teams focus on high-impact items first.
  • Use Case: After a code review, convert all feedback items into tracked todos, triage them to approve high-priority fixes, and monitor progress as the team addresses each issue.

Quick Start

Use the file-todos skill to create a new pending todo for the code review feedback about missing test coverage in the user authentication module.

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 without a database?▼

File-based todo tracking manages code review feedback and technical debt using standardized markdown files, creating version-controllable task documentation that persists across sessions without relying on database-backed systems.

What is file-based todo tracking for development workflows?▼

File-based todo tracking is a structured method for managing project work items using markdown files with required sections for problem statements, proposed solutions, acceptance criteria, and work logs.

How do I create structured todos from code review feedback for pending tasks?▼

Create pending todos from code review feedback by applying the skill to generate standardized markdown files, capturing the feedback as structured work items ready for triage and priority tracking.

Can I manage task dependencies and priority tracking using markdown files?▼

Yes, file-based todo management supports dependency and priority tracking by linking related tasks to manage blockers and prioritize work by urgency for individual contributors and engineering teams.

Does file-based task tracking work with version control and development slash commands?▼

File-based todo tracking integrates with standard development workflows by using version-controllable markdown files that work alongside code review processes and development slash commands.

When should I use a file-based todo system over in-memory task tracking?▼

Use file-based todo tracking for development workflows requiring cross-session work persistence, standardized task documentation, and version control integration when in-memory or database-backed task systems are unavailable or unnecessary.