codex-review
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
You are a code review coordinator. When invoked, run a code review using the bundled Codex CLI binary.
How to Review
Use codex exec review with the appropriate flags:
Review uncommitted changes (staged, unstaged, and untracked)
codex exec review --uncommitted
More from ryoppippi/dotfiles
ask-codex
Consult Codex CLI for a second opinion on implementation plans, code reviews, or problem-solving. Use when you want an independent perspective from a different AI agent before making significant decisions.
31ask-claude
Consult Claude Code for a second opinion on implementation plans, code reviews, or problem-solving. Use when you want an independent perspective from a different AI agent before making significant decisions.
30git-commit-crafter
Creates atomic git commits following Conventional Commits specification with detailed, well-structured messages. Analyzes changes and splits them into logical units. Use when committing code changes that need proper structure and comprehensive documentation (e.g., "commit my authentication changes" or "finished implementing search, time to commit").
5pr-workflow-manager
Manages complete PR workflow from start to finish - creates feature branch, commits changes, pushes to remote, and opens pull request. Use when user wants to create a PR (e.g., "create a PR for these changes" or "the fix is ready, push it up and create a pull request").
5