airbrowser-mcp: Skill for Claude Code

.claude/skills/codex-review/SKILL.md

codex-review is a skill for Claude Code, Codex from ifokeev/airbrowser-mcp. It costs 37 tokens per session (919 once invoked), scanned A, original, MIT.

A code-review skill that uses the OpenAI Codex command-line tool to inspect code changes or review a software plan. It chooses between reviewing a diff and reviewing a proposed design.

In plain words
What is it for?
Use it to review current code changes, pull-request diffs, implementation plans, or technical designs.
Why use it?
It helps identify problems in implementation changes or plans without mixing those two review tasks.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also runs codex exec. Also seen: mentions Codex.

This is ifokeev/airbrowser-mcp's own configuration. It tells Claude Code and Codex how to work on airbrowser-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything airbrowser-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ifokeev/airbrowser-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ifokeev/airbrowser-mcp/master/.claude/skills/codex-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ifokeev/airbrowser-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codex-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ifokeev/airbrowser-mcp/codex-review.svg)](https://agentmods.dev/skills/ifokeev/airbrowser-mcp/codex-review)
Your own site
<a href="https://agentmods.dev/skills/ifokeev/airbrowser-mcp/codex-review"><img src="https://agentmods.dev/badge/skills/ifokeev/airbrowser-mcp/codex-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00919
Opus 5 $0.00018 $0.00460
Sonnet 5 $0.00007 $0.00184
Haiku 4.5 $0.00004 $0.00092

Measured 7d ago against content hash babf36c1dadb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

codex-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/codex-review/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Codex Code Review

Run OpenAI Codex CLI to review code changes or implementation plans.

Mode Detection

Determine which mode to use based on what the user wants reviewed:

Mode A — Code Diff Review (codex review)

Use when the user wants to review actual code changes (committed or uncommitted).

Indicators: "review my changes", "review this PR", "review the diff", or no specific context (default).

Mode B — Plan / Design Review (codex exec)

Use when the user wants to review a plan, design, or suggested implementation that exists in conversation context — NOT as code diffs.

Indicators: "review the suggested implementation", "review this plan", "review the design", "review what was proposed", or when there are no relevant code changes on the branch.

Compact Prompt

Always pass a compact-output instruction via heredoc stdin to reduce context window usage. codex review does NOT accept a prompt as a positional argument alongside flags, but it does read from stdin via heredoc.

COMPACT_PROMPT="Be concise. For each finding output ONLY: severity (critical/warning/info), file:line, and a one-line description. Group by severity. No code snippets unless critical. No preamble or summary paragraph."

Mode A — Code Diff Review

  1. Run git status to check for uncommitted changes

  2. Choose the appropriate review target:

    Uncommitted changes (staged, unstaged, or untracked):

    codex review --uncommitted <<'EOF'
    $COMPACT_PROMPT
    EOF
    

    Specific commit SHA:

    codex review --commit <SHA> <<'EOF'
    $COMPACT_PROMPT
    EOF
    

    Base branch comparison:

    codex review --base <BRANCH> <<'EOF'
    $COMPACT_PROMPT
    EOF
    

    No uncommitted changes — review latest commit:

    codex review --commit HEAD <<'EOF'
    $COMPACT_PROMPT
    EOF
    
  3. Present the output and offer to help fix issues

Mode B — Plan / Design Review

Use codex exec in read-only sandbox mode. Pipe the plan text via stdin.

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 118 lines · 37 tokens per session scan A babf36c1dadb

Subscribe to this mod's changes

codex-review is a skill published in the GitHub repository ifokeev/airbrowser-mcp (9 stars, last pushed 2mo ago), licensed MIT. It adds 37 tokens to every session and 919 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

surf

Control Chrome browser via CLI for testing, automation, and debugging. Use when the user needs browser automation, screenshots, form filling, page inspection, network/CPU emulation, DevTools streaming, or AI queries via ChatGPT/Gemini/Perplexity/Grok/AI Studio.

nicobailon/surf-cli · 60 tokens

deep-x-research

Deep, exhaustive research on a topic across X (Twitter) by driving Grok (x.com/i/grok) through surf. Use when the user wants comprehensive X research on a concept, technique, trend, tool, or creator scene; needs categorized findings with every claim traceable to post URLs; or when a single Grok query is not enough.

nicobailon/surf-cli · 76 tokens

x-use-engage

Research the user's niche on X and draft persona-voice replies for review, searching keywords or profiles, reading tweets AND their images, composing replies, and staging drafts. Use when the user wants to engage, reply, grow reach, or "find posts worth replying to".

ihuzaifashoukat/x-use · 59 tokens

x-use-content

Create original X content in the user's persona by researching what works in the niche, drafting posts, and staging them one by one for review. Use when the user wants post ideas, content creation, or a posting pipeline.

ihuzaifashoukat/x-use · 48 tokens

x-use-review

Daily digest for an x-use account covering health, metrics, pending drafts, and queued work in one pass, then approve/reject/process per the user's direction. Use for "how is my account doing", daily check-ins, or before any batch of approvals.

ihuzaifashoukat/x-use · 56 tokens

x-use

Install, register, and configure x-use, the browser-native MCP server for X (Twitter) automation that needs no X API key. Covers pip install, MCP client registration for Claude Desktop, Claude Code, Codex, Cursor and Windsurf, cookie-based account setup, keywords, and persona. Use when the user wants to set up x-use…

ihuzaifashoukat/x-use · 98 tokens