file-todos

Create and manage file-based todos in a todos/ directory for code-review workflows.

10|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/aimi-so/aimi-engineering-plugin --skill file-todos-aimi-so
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/aimi-so/aimi-engineering-plugin/tree/main/plugins/aimi-engineering/skills/file-todos
Command: npx skills add https://github.com/aimi-so/aimi-engineering-plugin --skill file-todos-aimi-so

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

The File-Based Todo Tracking Skill helps teams manage and coordinate work items that originate from code review and product feedback by keeping todos in a centralized todos/ directory with consistent frontmatter and structure.

Core Features & Use Cases

  • Create new todos from findings or feedback and assign status, priority, and dependencies.
  • Triaging pending items and converting PR comments into tracked work.
  • Updating and reviewing Work Logs as work progresses.
  • Synchronizing with slash commands and code review workflows to trigger actions.

Quick Start

Create your first todo in todos/ using the standard template and begin triaging it.

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 findings as file-based todos?

Track code review findings as file-based todos by converting PR feedback into structured work items within a centralized todos/ directory. This approach enforces consistent frontmatter and structured sections to manage status, priority, and cross-repo dependencies.

What is the best way to manage markdown todos for project triage?

Manage markdown todos for project triage by creating files in a todos/ directory using a standardized frontmatter template. This allows you to assign status, priority, and dependencies to triage pending items and convert PR comments into tracked work.

How do I automate workflow transitions for code review feedback?

Automate workflow transitions for code review feedback by synchronizing file-based todos with slash commands and code review tooling. This integration triggers actions and updates Work Logs as work progresses across pending items.

Can I use markdown todos to manage cross-repo dependencies?

You can manage cross-repo dependencies using markdown todos by assigning dependencies within the standardized frontmatter template. This centralizes tracking in the todos/ directory and coordinates work items originating from multiple project repositories.

Do I need a specific project management tool to triage PR comments?

You do not need a separate project management tool to triage PR comments. This Skill converts PR feedback into tracked work items using a centralized todos/ directory with a standardized frontmatter template, integrating directly with code review workflows.