← スキル一覧に戻る

fix-build
by evmts
Advanced AI Agents in React
⭐ 27🍴 3📅 2026年1月24日
SKILL.md
name: fix-build description: Diagnose and fix broken builds or failing tests with coordinated retries. Use when a build/test is broken, pre-commit hooks fail, or agents should coordinate a fix. allowed-tools:
- Read
- Write
- Edit
- Bash user-invocable: true recommend-plan-mode: false
Fix Build
Purpose: coordinate a single fixer when builds/tests fail, run targeted diagnostics, apply minimal fixes, and re-verify.
Trigger
Use this skill when:
- pre-commit hooks fail (lint/typecheck/test)
- tests fail in CI or locally
- multiple agents might attempt the same fix
Flow
- Inspect the failure output and identify the first actionable root cause.
- Check build coordination state via SQLite (build_state).
- If this agent is the fixer, apply the smallest viable fix.
- Re-run the failing checks and report results.
- Mark build state as fixed on success.
Coordination
- If build_state indicates another fixer is active, wait before retrying.
- Avoid duplicate fix attempts; respect the fixer lock.
- If lock is stale, claim and proceed.
Reporting
Always report:
- failing command(s) and error snippet
- files changed and rationale
- verification commands and outcomes
- if coordination required waiting or lock cleanup
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です