← スキル一覧に戻る

terminal-driven-fix-loop
by diey
Give OpenAI Codex new capabilities and expertise
⭐ 0🍴 0📅 2026年1月7日
SKILL.md
name: terminal-driven-fix-loop description: Use a terminal-first feedback loop where the user runs tools manually and provides output for fixes.
Terminal-Driven Fix Loop
Goal
Use a tight, terminal-first workflow:
- The assistant implements changes without running tools
- The user runs tests/formatters/static analysis manually
- Fixes are driven by terminal output
Default Workflow
- Implement the requested task without running tests, linters, formatters, or static analysis.
- End with:
- What changed (brief)
- Suggested commands for the user to run (brief)
- Wait for terminal feedback.
When the User Pastes Errors
When the user provides terminal output:
- Use the command, file paths, line numbers, and messages from the output to guide fixes.
- Apply the smallest fix needed to address the reported error.
- Do not introduce unrelated refactors while fixing errors.
- Do not request code snippets unless the error output is ambiguous or lacks enough location/context to act.
What to Ask For (When Needed)
Only request additional context if necessary, for example:
- The error output does not include a file path or line number
- The stack trace points to generated/vendor code without showing the caller
- The failure depends on runtime state that is not visible from output
If asking for more context, ask for the minimum needed.
Tool Execution Policy
- Never run tests, linters, formatters, or other commands automatically.
- Do not assume permission to execute tools.
- You may suggest commands, but do not execute them.
Anti-patterns
- Running tools without being asked
- Guessing causes instead of using terminal output
- Asking for snippets when output already identifies the location
- Fixing multiple unrelated issues in one pass
スコア
総合スコア
45/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です