← Back to list

task-manager
by julwrites
Bootstrapping repository for Vibe Coding
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: task-manager description: Manage project tasks. Create, list, update, and track dependencies of tasks.
Task Manager
Use this skill to manage the project's task documentation in docs/tasks/.
Create a Task
python3 scripts/tasks.py create "Task Title" --status pending --priority high --type task --estimate "2h"
List Tasks
# List all pending tasks
python3 scripts/tasks.py list --status pending
# List tasks in a specific sprint
python3 scripts/tasks.py list --sprint "Sprint 1"
Update a Task
python3 scripts/tasks.py update TASK-ID --status in_progress
Validate Tasks
Check for errors or inconsistencies in task files.
python3 scripts/tasks.py validate
Manage Dependencies
python3 scripts/tasks.py link TASK-A TASK-B # A depends on B
python3 scripts/tasks.py unlink TASK-A TASK-B
View Task Details
python3 scripts/tasks.py show TASK-ID
Get Next Task Recommendation
python3 scripts/tasks.py next
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon