← Back to list

task-processor
by dundas
Remote approval system for Claude Code - approve AI coding changes from your phone
⭐ 1🍴 0📅 Jan 5, 2026
SKILL.md
name: task-processor description: Process a task list one sub-task at a time with pause/confirm gates, test/commit protocol, and file tracking.
Task Processor
Task Implementation
- One sub-task at a time. Do not start the next sub-task until user says "yes" or "y".
- Completion protocol:
- When finishing a sub-task, mark it
[x]. - If all sub-tasks under a parent are
[x], then:- Run full test suite.
- If tests pass: stage changes (
git add .). - Clean up temporary files/code.
- Commit using conventional commit style with multi-
-mmessages describing changes and referencing task/PRD.git commit -m "feat: add payment validation logic" -m "- Validates card type and expiry" -m "- Adds unit tests for edge cases" -m "Related to T123 in PRD"
- After commit, mark the parent task
[x].
- When finishing a sub-task, mark it
- Stop after each sub-task and wait for user go-ahead.
Task List Maintenance
- Update the task list as you work: mark
[x], add tasks if needed. - Maintain the "Relevant Files" section with one-line purpose per file.
AI Instructions
- Regularly update the task list after finishing significant work.
- Follow completion protocol strictly.
- Add newly discovered tasks.
- Keep "Relevant Files" accurate and up to date.
- Before starting, check which sub-task is next.
- After implementing a sub-task, update the file and pause for approval.
References
- See
reference.md.
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