← スキル一覧に戻る

process-tasks
by HafizFasih
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: process-tasks description: Process pending tasks, check Needs_Action folder, complete task requests, move finished work to Done folder, and update activity dashboard. Use when the user asks to "process tasks", "check pending tasks", "handle Needs_Action items", "complete my tasks", "check what needs to be done", or mentions the Needs_Action folder, task processing, or wants to see completed work moved to Done.
Process Tasks Skill
Purpose
This skill automates the processing of tasks dropped into the Needs_Action folder by the filesystem watcher. It ensures all tasks are handled according to company rules and properly logged.
Instructions
When this skill is invoked, follow these steps:
1. Check for Tasks
- List all files in the
Vault/Needs_Action/folder - If the folder is empty, report "No tasks pending" and stop
- If there are files, proceed to process each one
2. Process Each Task
For each file in Vault/Needs_Action:
a. Read the file content
- Read both the metadata (.md file) and any associated content files
- Understand what task is being requested
b. Follow Company Rules
- Read and follow all rules in
Vault/Company_Handbook.md - Always be polite
- Always add timestamps when updating files
c. Complete the Task
- Execute the requested task (summarize, analyze, draft response, etc.)
- If the task requires creating output, create it in an appropriate location
- If unclear about the task, ask for clarification
d. Move to Done
- Move the processed file(s) to the
Vault/Done/folder - Keep the original filename
3. Update Dashboard
After processing all tasks, update Vault/Dashboard.md:
- Add a new entry under the Activity Log section
- Use this format:
### YYYY-MM-DD HH:MM:SS **Task Completed**: [Brief description] - [Detail 1] - [Detail 2] - Status: ✓ Complete - Use the current timestamp in format: YYYY-MM-DD HH:MM:SS
4. Report Summary
After all tasks are processed, provide a summary:
- Number of tasks completed
- Brief description of each task
- Any issues encountered
Rules to Follow
- Always be polite in any communication or output
- Always add timestamps when updating
Vault/Dashboard.md - Preserve file metadata when moving files
- If a task is unclear, ask before proceeding
- Log every action taken
Example Triggers
This skill automatically activates when the user says:
- "Process my tasks"
- "Check the Needs_Action folder"
- "Are there any pending tasks?"
- "Complete the tasks that are waiting"
- "What needs to be done?"
- "Handle my Needs_Action items"
When activated, the skill will:
- Check
Vault/Needs_Actionfolder - Find and process all pending tasks
- Move completed files to
Vault/Done - Update
Vault/Dashboard.mdwith timestamped log - Report what was accomplished
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です