Command
Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes.
Command
Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes.
Command
Optimize Prisma queries with automated analysis, N+1 detection, index recommendations, and performance patterns based on official documentation.
Command
Execute GitHub issues using full EPCT workflow (Explore-Plan-Code-Test). Converts issue requirements into completed PR.
Command
Monitor CI/CD pipeline and automatically fix failures. Watches GitHub Actions runs and applies fixes when tests fail.
Hook
Runs when you submit a prompt, before the agent sees it, executing bin.mjs via bun. From fusengine/codex.
Hook
Runs when a subagent starts, executing bin.mjs via bun. From fusengine/codex.
Hook
Runs before the agent uses a tool for Bash, apply_patch, spawn_agent and multi_agent_v1.spawn_agent tool calls, executing bin.mjs via bun (3 commands). From fusengine/codex.
Hook
Runs when a subagent finishes, executing bin.mjs via bun. From fusengine/codex.
Hook
Runs when the agent finishes a response, executing bin.mjs via bun. From fusengine/codex.
Hook
Runs after a tool call finishes for apply_patch, context7, exa, Bash and update_plan tool calls, executing bin.mjs via bun (3 commands). From fusengine/codex.
Hook
Runs when a session ends, executing bin.mjs via bun. From fusengine/codex.
Skill Claude CodeCodex
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Skill Claude CodeCodex
Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
Skill Claude CodeCodex
Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
Skill Claude CodeCodex
Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
Skill Claude CodeCodex
Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
Skill Claude CodeCodex
Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
Skill Claude CodeCodex
Use when exploring an unfamiliar codebase -- architecture analysis, pattern detection, dependency mapping, rapid discovery.
Skill Claude CodeCodex
Use when about to call any mcpfuse-browser tool. Routes fetch/crawl/SERP vs live browser session vs screenshot capture, and enforces the 4 ZERO-TOLERANCE rules -- read BEFORE the tool call.
Skill Claude CodeCodex
Coordinate lead delegation safely. Use before any lead delegation, subagent, or team action, and for agent selection, folder ownership, mtime preflight, parallel work, mandate construction, agent lifecycle, stopping, relaunching, or convergence decisions.
Skill Claude CodeCodex
Use when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".
Skill Claude CodeCodex
Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
Skill Claude CodeCodex
Use when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patterns from "You Might Not Need an Effect".
Skill Claude CodeCodex
Use when researching documentation, best practices, or complex technical investigations -- Context7 + Exa + Sequential Thinking methodology.