Validate that the Codex bridge plugin is ready inside Claude Code. Use when the user asks to install, configure, or sanity-check Codex review from Claude.
Install
npx skillscat add igorganapolsky/thumbgate/setup Install via the SkillsCat registry.
About this skill
This skill runs a setup validation script to confirm that the Codex bridge plugin is properly installed and operational within Claude Code. It checks for the presence of the codex CLI, the review command, and required configuration artifacts. Use it when verifying that Codex review integration is ready to function from Claude Code.
SKILL.md
Setup
Use this skill only when the user explicitly wants to verify the bridge.
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.js" setupThen explain:
- whether
codexis installed - whether
codex exec reviewis available - where the persistent bridge artifact directory lives
- whether ThumbGate's bundled
thumbgateMCP server config is present