← スキル一覧に戻る

task-debugger
by ahal
⭐ 2🍴 1📅 2026年1月20日
SKILL.md
name: task-debugger description: Debug and fix Taskcluster task failures
Setup
Taskcluster CLI:
taskcluster version # check if installed
export TASKCLUSTER_ROOT_URL=https://firefox-ci-tc.services.mozilla.com
If not installed: https://github.com/taskcluster/taskcluster/releases/latest/
Commands:
taskcluster task log <task-id>- Get logstaskcluster task def <task-id>- Get definition (optional)
Debug Process
- Extract task ID from message or URL
- Fetch logs:
taskcluster task log <task-id> - Analyze errors (tracebacks, test failures, build errors)
- If fix is obvious → apply it. Otherwise → reproduce locally:
- Docker-worker tasks:
taskgraph load-task --develop <task-id>(Firefox:./mach taskgraph, others: check virtualenv oruv run taskgraph) - Flags:
--interactive,--volume,--root,--image,--keep - Non-docker: extract command from task def and run locally
- Docker-worker tasks:
- For non-obvious issues: add debug statements → iterate → fix
- Verify fix using same reproduction method
- Clean up debug artifacts (don't re-verify after cleanup)
- Report: root cause, fix, verification, files changed
スコア
総合スコア
40/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
レビュー
💬
レビュー機能は近日公開予定です