Skip to content

gozu/askodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

/askodex for Claude Code

Slash command that sends the latest Claude plan file to Codex for a strict Staff SWE peer review.

What It Does

When you run /askodex in Claude Code:

  1. Finds Claude's plansDirectory from settings (or defaults to ~/.claude/plans).
  2. Selects the most recent *.md plan file.
  3. Sends that plan to codex exec with a one-shot peer-review prompt.
  4. Requires Codex to:
    • Provide severity-ordered findings.
    • List confidence gaps/open questions.
    • Include a full revised plan in the same structure under ## Revised Plan File.
  5. Streams Codex output to terminal and writes it to:
    • codex-<plan-filename>.md in the current working directory.

Example:

  • Input plan: hashed-stargazing-goblet.md
  • Output review: codex-hashed-stargazing-goblet.md

Files

  • .claude/commands/askodex.md - Claude slash-command definition (/askodex)
  • .claude/commands/askodex.sh - command implementation

Install

Project-local

In your repo:

mkdir -p .claude/commands
cp /path/to/askodex/.claude/commands/askodex.md .claude/commands/
cp /path/to/askodex/.claude/commands/askodex.sh .claude/commands/
chmod +x .claude/commands/askodex.sh

Global (all repos)

mkdir -p ~/.claude/commands
cp /path/to/askodex/.claude/commands/askodex.md ~/.claude/commands/
cp /path/to/askodex/.claude/commands/askodex.sh ~/.claude/commands/
chmod +x ~/.claude/commands/askodex.sh

Restart Claude Code after install if /askodex does not appear immediately.

Usage

/askodex
/askodex security and rollback risk

[focus-area] is optional and passed into the Codex review prompt.

Requirements

  • Claude Code with slash commands enabled
  • codex CLI installed and authenticated
  • jq installed

Troubleshooting

  • askodex: plans directory not found:
    • Verify your plansDirectory setting or create ~/.claude/plans.
  • askodex: no plan files found:
    • Create at least one plan in Claude Plan mode first.
  • codex: command not found:
    • Install Codex CLI and ensure it is on PATH.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages