From codex
Codex-powered plan review, completion verification, and code review. This skill should be used on multi-file changes or after context compactions.
npx claudepluginhub tvishwanadha/skillsThis skill uses the workspace's default tool permissions.
Consult the [`codex` skill](../codex/SKILL.md) for MCP tool usage, thread configuration, and thread lifecycle.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Consult the codex skill for MCP tool usage, thread configuration, and thread lifecycle.
Use Codex for:
Skip for: simple docs, single-file changes, trivial fixes.
All workflows follow this loop:
codex tool (first call) or codex-reply tool (follow-ups)Expect multi-minute responses; don't cancel early. Not all feedback must be incorporated - push back on overly pedantic points with reasoning.
Use before exiting plan mode.
Context: [user's request and goals]
Scope: [in/out of scope]
Constraints: [requirements]
Plan: [path or inline content]
Review for completeness and correctness. Respond APPROVED if solid.
Use before telling the user work is complete, especially after:
Implementation complete. Examine files on disk and verify:
- All planned changes were made
- No partial implementations remain
- No steps discussed but not executed
List anything incomplete.
If incomplete, fix and re-verify.
Use after writing significant code.
Purpose: [what the code should do]
Files: [paths or inline content]
Concerns: [specific areas to check]
Test results: [if available]
Review for correctness and issues.