organize-task-files

Organizes Coworker task files across pipeline stages by scanning and parsing them automatically.

1.1k|144|Updated Mar 12, 2018
One-click install
npx skills add https://github.com/platonai/Browser4 --skill organize-task-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organize-task-files
Source: https://github.com/platonai/Browser4/tree/main/coworker/skills/organize-task-files
Command: npx skills add https://github.com/platonai/Browser4 --skill organize-task-files

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management and cleanup of task files in Coworker task pipelines, streamlining file organization and enhancing overall efficiency.

Core Features & Use Cases

  • File List and Management: Provides an overview of task files across different pipeline stages.
  • Pair and Duplicate Detection: Identifies matched pairs of task files, finds duplicates, and flags unpaired or orphaned files.
  • Empty File Identification: Flags .issues.md files that contain no issues, indicating potential problems.
  • File Moving and Cleaning: Moves files between pipeline stages for further processing or review.

Quick Start

Organize task files for the 'ready' stage by running: python3 organize.py list --dir issues/ready

Frequently Asked Questions about organize-task-files

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

FAQPage Schema
How do I automate file organization in task pipelines?

Automate file organization by running the script to scan task files, parse metadata, and manage their state across pipeline stages. It provides summary statistics, file listings, and moves files automatically without manual intervention.

How do I find duplicate and unpaired task files in a directory?

Find duplicate and unpaired task files by running the organization script with the list command on your target directory. It identifies matched file pairs, flags duplicates, and isolates orphaned files for review.

How do I move files between pipeline stages for further processing?

Move files between pipeline stages using the built-in file moving and cleaning functions of the organization script. This allows you to transition task files across the state machine for subsequent processing or review.

How do I identify empty issue files in my task management system?

Identify empty issue files by scanning the directory for `.issues.md` files that contain no issues. The organization script automatically flags these empty files, indicating potential problems in your task pipeline stages.

Can I get summary statistics for task files across different stages?

Get summary statistics for task files by running the organization script across your pipeline directories. It scans and parses metadata to provide a complete overview and file listing for each specific stage without manual checks.

Do I need to manually parse metadata to organize task files?

No manual metadata parsing is needed to organize task files. The script requires scanning files and automatically parses their metadata across the state machine to provide statistics and manage file organization autonomously.