claude-parity

Mirror Claude Code command workflows in Codex CLI for predefined development tasks.

Updated Oct 16, 2025
One-click install
npx skills add https://github.com/iggycoloma/dotfiles --skill claude-parity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-parity
Source: https://github.com/iggycoloma/dotfiles/tree/main/codex/skills/claude-parity
Command: npx skills add https://github.com/iggycoloma/dotfiles --skill claude-parity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and agents (resource) components.

What problem does it solve?

This Skill streamlines common development workflows by providing pre-defined command-style actions that mirror popular AI assistant interactions, making complex tasks more accessible.

Core Features & Use Cases

  • Command-Style Tasks: Execute tasks like context-prime, commit, pr-create, review-pr, debug, test, dependencies, security-audit, feature-spec, and pipeline using simple commands.
  • Workflow Parity: Replicates the functionality of Claude Code's slash-command workflows within the Codex CLI environment.
  • Use Case: When you need to quickly generate a commit message based on your staged changes, you can use the commit command provided by this skill.

Quick Start

Use the claude-parity skill to review the current pull request.

Frequently Asked Questions about claude-parity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute Claude Code slash-command workflows in the Codex CLI?

You can execute Claude Code workflows in the Codex CLI by using command-style tasks like context-prime, commit, and pr-create. This skill maps user intents to predefined execution steps, replicating Claude Code's slash-command functionality.

How do I automate pull request creation and code reviews using Codex CLI?

Automating pull request creation and code reviews in Codex CLI involves using the pr-create and review-pr commands. These predefined workflows map your intent to specific execution steps defined in reference files for consistent operations.

Can I run security audits and dependency checks directly through Codex CLI workflows?

Yes, you can run security audits and dependency checks directly in Codex CLI. The skill provides security-audit and dependencies commands that apply guardrails from AGENTS.md to ensure secure and consistent operations.

What is the best way to generate commit messages for staged changes in Codex CLI?

The best way to generate commit messages for staged changes in Codex CLI is using the commit command. This workflow maps your staged changes to specific execution steps, mirroring Claude Code's automated commit message generation functionality.

Do I need AGENTS.md to use predefined development workflows in Codex CLI?

Yes, AGENTS.md is required to apply guardrails for consistent and secure operations. The skill uses AGENTS.md to enforce operational guardrails while mapping user intents to predefined execution steps for tasks like debugging and testing.

Does claude-parity work without external dependencies for feature specification tasks?

Yes, claude-parity works without external dependencies for feature specification tasks. The skill uses internal reference files and agents to map user intents to the feature-spec command execution steps without requiring external packages.