en un clic
omcustomcodex-fix-refs
Fix broken agent references and symlinks
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Fix broken agent references and symlinks
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
6-stage structured development cycle with stage-based tool restrictions
Multi-angle release quality verification using parallel expert review teams
Full Self Driving — autonomous release loop that processes all auto-dev-eligible GitHub issues until none remain, by repeatedly running /pipeline auto-dev then /homework.
Invoke and resume YAML-defined pipelines by name — /pipeline auto-dev runs the full release pipeline
Analyze release workflow findings and recommend follow-up actions — execute immediately or register as issues
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
| name | omcustomcodex:fix-refs |
| description | Fix broken agent references and symlinks |
| scope | harness |
| argument-hint | [agent-name] [--all] [--dry-run] |
| disable-model-invocation | false |
| user-invocable | true |
Fix broken references, missing symlinks, and other agent dependency issues.
--all, -a Fix all agents
--dry-run Show what would be fixed
--verbose, -v Show detailed actions
1. Run mgr-supplier:audit to identify issues
2. Fix issues:
├── Missing skill references → Add
├── Missing guide references → Add
├── Broken paths → Update
└── Invalid references → Remove
3. Validate fixes
└── Re-run mgr-supplier:audit
| Issue | Action |
|---|---|
| Missing skill ref | Add to agent .md file |
| Missing guide ref | Add to agent .md file |
| Broken path | Update path in agent .md file |
| Invalid reference | Remove from agent .md file |
[mgr-supplier:fix lang-kotlin-expert --dry-run]
Analyzing: lang-kotlin-expert
Issues found:
1. Missing guide reference: kotlin
Proposed fixes:
1. Add guide reference to .codex/agents/lang-kotlin-expert.md
No changes made (dry-run mode).
Run without --dry-run to apply fixes.
[mgr-supplier:fix lang-kotlin-expert]
Fixing: lang-kotlin-expert
[1/2] Adding missing reference...
Updating: .codex/agents/lang-kotlin-expert.md
✓ Guide reference added
[2/2] Validating...
Running mgr-supplier:audit...
✓ All dependencies valid
Summary:
Fixed: 1 issue
Status: HEALTHY
Agent lang-kotlin-expert is now healthy.
[mgr-supplier:fix --all]
Scanning all agents for issues...
Found issues in 2 agents:
- lang-kotlin-expert: 1 issue
- new-agent: 2 issues
Fixing lang-kotlin-expert...
✓ Added guide reference: kotlin
Fixing new-agent...
✓ Added skill reference: skill-a
✓ Added skill reference: skill-b
Validating all agents...
✓ mgr-supplier:audit --all passed
Summary:
Agents fixed: 2
Issues resolved: 3
All agents healthy.