← スキル一覧に戻る

tooltest-fix-loop
by lambdamechanic
⭐ 6🍴 1📅 2026年1月23日
SKILL.md
name: tooltest-fix-loop description: Use when running tooltest to validate MCP servers, interpret failures, and iterate fixes in this repo.
Tooltest fix loop
Run tooltest and iterate
- Identify how to start the repo’s MCP server (stdio or streamable HTTP).
- Run tooltest against it:
tooltest stdio --command "<server start command>"tooltest http --url "<server mcp url>"
- Read the failure report, trace the failing tool call or protocol step, and fix the smallest viable patch.
- Re-run tooltest until it exits 0; keep tool names and schemas stable unless a spec violation requires change.
Triage guidance
- Treat failures as either protocol handling, tool schema validation, or runtime behavior; fix in that order.
- Prefer backward-compatible fixes; add a regression test when a failure is deterministic or easy to reproduce.
- When the failure is intermittent, keep the smallest reproduction from the report and turn it into a test.
Reporting
- Summarize the changes and why they address the specific tooltest failures.
- Include the final passing tooltest output snippet.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です