Claude Code Plugins

Community-maintained marketplace

Feedback

codex-analyze

@vaayne/cc-plugins
19
0

Orchestrate Codex CLI for comprehensive code analysis (bugs, security, performance, and quality). Use when deep analysis is requested or when the scope is large; ask for scope if unclear.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name codex-analyze
description Orchestrate Codex CLI for comprehensive code analysis (bugs, security, performance, and quality). Use when deep analysis is requested or when the scope is large; ask for scope if unclear.

Codex Analyzer

Overview

Drive Codex CLI to perform comprehensive code analysis and return prioritized findings with actionable fixes.

Workflow

  1. Clarify scope (directory, files, or subsystem) and analysis type.
  2. Build a detailed prompt with objectives and relevant context.
  3. Run: codex --cd "{dir}" exec "{prompt}".
  4. Summarize findings by severity and provide fix guidance.
  5. Offer follow-up analysis for specific files or issue types.

Prompt ingredients

  • Analysis objectives (bugs, security, performance, quality)
  • Tech stack and framework context
  • Business logic or domain constraints
  • Specific areas of concern from the user
  • Request for prioritized findings and severity labels

Output expectations

  • Summarize key findings in order of severity
  • Explain impact and recommended fixes
  • Note systemic patterns or preventative measures