update-task-board

Update TASK_BOARD.md by analyzing MIGRATION_LOG.md, DEBUG_LOG.md, and GIT_LOG.md.

Updated Apr 23, 2024
One-click install
npx skills add https://github.com/dudusoar/VRP-Toolkit --skill update-task-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-task-board
Source: https://github.com/dudusoar/VRP-Toolkit/tree/main/.claude/skills/update-task-board
Command: npx skills add https://github.com/dudusoar/VRP-Toolkit --skill update-task-board

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill keeps TASK_BOARD.md aligned with actual project progress by reading MIGRATION_LOG.md, DEBUG_LOG.md, and GIT_LOG.md to reflect current status.

Core Features & Use Cases

  • Reads logs to extract task progress and updates TASK_BOARD.md accordingly.
  • Categorizes tasks into Completed ✅, In Progress 🚧, and Next Steps 📋 to maintain a clear project narrative.
  • Ensures consistency between logs and the task board, enabling auditable progress reporting.

Quick Start

Run the skill after a work session or on a regular cadence to refresh TASK_BOARD.md using the latest logs from MIGRATION_LOG.md, DEBUG_LOG.md, and GIT_LOG.md.

Frequently Asked Questions about update-task-board

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

FAQPage Schema
How do I keep a task board in sync with git logs and debug logs?

To keep a task board in sync with project logs, this skill reads MIGRATION_LOG.md, DEBUG_LOG.md, and GIT_LOG.md to automatically classify and update task statuses. It cross-references commits and logs to move tasks accurately without manual edits.

How do I automate task status updates from git commit history?

You can automate task status updates from git commit history by running this skill after a work session. It analyzes GIT_LOG.md entries to categorize tasks into Completed, In Progress, or Next Steps, ensuring your task board reflects the latest code changes.

What is evidence-based task board synchronization?

Evidence-based task board synchronization is the process of cross-referencing MIGRATION_LOG.md and DEBUG_LOG.md with GIT_LOG.md before moving tasks. It ensures an auditable, consistent progress record by preventing task updates without corresponding log evidence.

Can I update TASK_BOARD.md without modifying CLAUDE.md or MIGRATION_LOG.md?

Yes, you can update TASK_BOARD.md without modifying CLAUDE.md or MIGRATION_LOG.md. This skill strictly enforces read-only access on those files while writing categorized progress updates exclusively to the task board.

Does this task board automation tool work with MIGRATION_LOG.md files?

Yes, this task board automation tool works with MIGRATION_LOG.md files by reading them alongside debug and git logs. It extracts task progress data from these logs to categorize items and maintain a clear project narrative.

What are the limitations of using log files for task board updates?

The main limitation of using log files for task board updates is that the skill only reads MIGRATION_LOG.md, DEBUG_LOG.md, and GIT_LOG.md. If your project lacks these specific files or the logs are incomplete, task categorization will be limited.