file-todos

Identify and organize file-based todos into structured markdown notes.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/robwestz/bacowr_b --skill file-todos-robwestz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/robwestz/bacowr_b/tree/main/every-marketplace/plugins/compound-engineering/skills/file-todos
Command: npx skills add https://github.com/robwestz/bacowr_b --skill file-todos-robwestz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Manage and organize file-based todos for code review feedback, technical debt, and feature work without relying on a database.

Core Features & Use Cases

  • Workflow for creating todos, tracking status (pending/ready/complete), and managing dependencies.
  • Triaging items, integrating with slash commands and code review processes, and linking PR findings to actionable tasks.
  • Uses a structured file-template and naming conventions to keep todos self-contained and portable.

Quick Start

Create a new todo by copying the template into the todos/ folder and begin triage with the pending status.

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 todos without relying on a database?

Track code-review todos without a database by translating findings into structured markdown notes with YAML frontmatter. This file-based tracker organizes technical debt and feature work inside a repository using a consistent template and naming conventions for full portability.

What is the best way to manage technical debt and feature work using markdown files?

Manage technical debt and feature work using markdown files by applying a structured todo-template with YAML frontmatter. This approach keeps items self-contained, supports status tracking like pending or complete, and ensures reproducible workflows directly within your repository.

How do I triage pending code review items using a file-based workflow?

Triage pending code review items by organizing file-based todos through a defined lifecycle. You can update status fields from pending to ready or complete, manage dependencies, and link pull request findings to actionable tasks using slash commands.

Can I integrate file-based todo tracking with my existing code review process?

Yes, you can integrate file-based todo tracking with your code review process. The workflow supports linking pull request findings to actionable tasks and uses slash commands to triage and manage dependencies within your standard review lifecycle.

Does this file-based todo tracker require any external dependencies?

No, this file-based todo tracker requires no external dependencies. It operates entirely within a single repository using structured markdown files, YAML frontmatter schemas, and optional blocks for dependencies, assets, and references to maintain discoverability.

When should I use a markdown todo template instead of a dedicated issue tracker?

Use a markdown todo template instead of a dedicated issue tracker when you need to manage code-review feedback and technical debt without a database. It provides a lightweight, portable solution that keeps todos self-contained and integrated with your repository workflows.