From workbench
Audit this workbench repository for Codex support issues. Use when a task changes or reviews AGENTS.md, README.md, skills/, .agents/skills, .claude/skills, .codex/, .worktrees/, .codebases/, .gitignore, slash-command wording, skill entrypoints, tool state files, stale docs links, or verification commands. Check whether Codex can operate safely and predictably in workbench, including guidance clarity, repo-local skill discovery, search noise, and explicit manual judgment boundaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workbench:audit-codex-supportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit whether this workbench repo gives Codex enough durable, discoverable guidance to work safely across fresh sessions. Keep this audit workbench-specific; do not generalize it into a reusable readiness framework for unrelated repositories.
Audit whether this workbench repo gives Codex enough durable, discoverable guidance to work safely across fresh sessions. Keep this audit workbench-specific; do not generalize it into a reusable readiness framework for unrelated repositories.
Inspect these surfaces first:
AGENTS.mdREADME.mdskills/.agents/skills.claude/skills.gitignoredocs/index.mddocs/decisions/index.mddocs/lessons/index.mddocs/runbooks/index.mddocs/ pages found through rg.worktrees/task__*/task/Prefer tracked, canonical files over generated or ignored state. Do not treat .worktrees/ or .codebases/ as primary source unless the audit is specifically about search noise or task isolation.
AGENTS.md is the canonical repo guidance and is not contradicted by CLAUDE.md.task/AGENTS.md is self-contained and does not rely on root inheritance.skills/..agents/skills points to the canonical skills/ directory for Codex repo-local discovery..claude/skills points to the same canonical source without becoming the source of truth./task-*, /docs-*, and similar names as workbench skill entrypoint labels.skills/<name>/SKILL.md source..claude/, .agents/, and .codex/ for generated state files..worktrees/ and .codebases/ are ignored infrastructure.rg over slower search tools, with explicit paths when possible.workbench docs check for deterministic docs markdown link and [[wikilink]] integrity when available.[[wikilinks]] against existing pages when the link is meant to be resolved now.docs/decisions/index.md.skill-creator validation when available.workbench docs check; if unavailable, run stale-link searches that match the audited drift.Lead with findings. Use this format:
**Findings**
- [severity] [area] `path:line`: issue, impact, and concrete fix.
**Checked**
- Files and commands inspected.
**Verification**
- Commands run and results.
- Any checks not run, with reason.
**Next Actions**
- Required fixes first, optional improvements second.
Use critical, high, medium, or low severity. Prefer concrete file references and avoid broad advice without an actionable change.
npx claudepluginhub yoogomja/workbench-kit --plugin workbenchCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.