process-needs-action

Triage Markdown files in /Needs_Action, classify priority, and move completed items to /Done.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/misha-jatt/Personal-AI-Employee-Hackathon-0 --skill process-needs-action-misha-jatt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: process-needs-action
Source: https://github.com/misha-jatt/Personal-AI-Employee-Hackathon-0/tree/main/.agents/skills/process-needs-action
Command: npx skills add https://github.com/misha-jatt/Personal-AI-Employee-Hackathon-0 --skill process-needs-action-misha-jatt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage and process items in /Needs_Action by reading pending Markdown files, classifying their priority, and moving completed items to /Done.

Core Features & Use Cases

  • Read and parse YAML frontmatter from each Markdown item in /Needs_Action.
  • Classify priority based on content and known signals, routing to /Done with audit logs.
  • Update relevant dashboards or records via a follow-on skill like update-dashboard.

Quick Start

Triage the items currently in /Needs_Action and move completed items to /Done.

Frequently Asked Questions about process-needs-action

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

FAQPage Schema
How do I automate markdown file triage and move completed items to an archive?▼

Yes, you can parse YAML frontmatter from Markdown files to extract metadata for priority classification. The triage process reads frontmatter signals, updates in-file metadata, and routes items to a Done directory while logging actions.

What is the best way to prioritize tasks in a daily inbox queue of files?▼

The best way to prioritize tasks in an inbox queue is to classify items by content signals and route them accordingly. This approach processes pending files, applies priority-based routing, and archives completed items with audit logs.

Can I use this file management workflow for tracking pending items without external dependencies?▼

Yes, you can use this file management workflow without external dependencies. It operates internally to read Markdown files, classify priority, update metadata, move completed files, and write audit logs to a local Logs directory.

How do I generate audit logs when moving files to a Done directory?▼

Generate audit logs by processing Markdown files, updating their metadata, and moving completed items to a Done directory. The workflow automatically writes these file moves and priority classifications to a designated Logs directory for tracking.