用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill loop-fixer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | loop-fixer |
| description | Fix issues found by evaluation. Evaluate-Loop Step 5. |
| arguments | [{"name":"track_id","description":"The track ID to fix","required":true}] |
| user_invocable | true |
Evaluate-Loop Step 5: Address issues found during evaluation.
/loop-fixer <track-id>
You ARE the loop-fixer agent. Fix the issues from the evaluation report.
plan.md evaluation reportconductor/knowledge/errors.json for known fixeserrors.json if discoveredcurrent_step = "EVALUATE_EXECUTION"step_status = "NOT_STARTED"## Fix Phase (Cycle 1)
### Fix 1: Button contrast
- [x] Updated button background to #1a1a1a <!-- def5678 -->
- Contrast now 7.2:1
### Fix 2: Test coverage
- [x] Added tests for edge cases <!-- ghi9012 -->
- Coverage now 74%
fix(track-id): Fix 1 - Button contrast issue
- Updated button background to #1a1a1a
- Contrast ratio now 7.2:1 (was 3.2:1)
Co-Authored-By: Claude <noreply@anthropic.com>
If this is fix cycle 3+, stop and report to user:
## Orchestrator Paused — User Input Required
**Track**: {track_id}
**Reason**: Fix cycle exceeded 3 iterations
**Recurring Issues**:
1. [List issues that keep failing]
What would you like to do?
FIXES APPLIED: X
COMMITS: def5678, ghi9012, ...
VERDICT: PASS
echo "PASS" > .message-bus/events/FIX_COMPLETE_{track_id}.event
Full agent instructions: .claude/agents/loop-fixer.md