Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
openai avatar

Gpt 5 4 Prompting

  • 572 installs
  • 31.2k repo stars
  • Updated July 8, 2026
  • openai/codex-plugin-cc

Internal guidance for composing Codex and GPT-5.

About

Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin. Use this skill when `codex:codex-rescue` needs to ask Codex or another GPT-5.4-based workflow for help.

  • Use this skill when `codex:codex-rescue` needs to ask Codex or another GPT-5.4-based workflow for help.
  • Prefer one clear task per Codex run. Split unrelated asks into separate runs.
  • Tell Codex what done looks like. Do not assume it will infer the desired end state.
  • Add explicit grounding and verification rules for any task where unsupported guesses would hurt quality.
  • Prefer better prompt contracts over raising reasoning or adding long natural-language explanations.

Gpt 5 4 Prompting by the numbers

  • 572 all-time installs (skills.sh)
  • +25 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #1,618 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

gpt-5-4-prompting capabilities & compatibility

Capabilities
use this skill when `codex:codex rescue` needs t · prefer one clear task per codex run. split unrel · tell codex what done looks like. do not assume i · add explicit grounding and verification rules fo
Use cases
documentation
From the docs

What gpt-5-4-prompting says it does

Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin
SKILL.md
npx skills add https://github.com/openai/codex-plugin-cc --skill gpt-5-4-prompting

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs572
repo stars31.2k
Last updatedJuly 8, 2026
Repositoryopenai/codex-plugin-cc

How do I apply gpt-5-4-prompting using the workflow in its SKILL.md?

Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin

Who is it for?

Developers following the gpt-5-4-prompting skill for the tasks it documents.

Skip if: Tasks outside the gpt-5-4-prompting scope described in SKILL.md.

When should I use this skill?

User mentions gpt-5-4-prompting or related triggers from the skill description.

What you get

Working gpt-5-4-prompting setup aligned with the documented patterns and constraints.

  • XML-tagged Codex prompts
  • Prompt assembly checklists

By the numbers

  • Bundles 3 reference files for prompt blocks, recipes, and antipatterns

Files

SKILL.mdMarkdownGitHub ↗

GPT-5.4 Prompting

Use this skill when codex:codex-rescue needs to ask Codex or another GPT-5.4-based workflow for help.

Prompt Codex like an operator, not a collaborator. Keep prompts compact and block-structured with XML tags. State the task, the output contract, the follow-through defaults, and the small set of extra constraints that matter.

Core rules:

  • Prefer one clear task per Codex run. Split unrelated asks into separate runs.
  • Tell Codex what done looks like. Do not assume it will infer the desired end state.
  • Add explicit grounding and verification rules for any task where unsupported guesses would hurt quality.
  • Prefer better prompt contracts over raising reasoning or adding long natural-language explanations.
  • Use XML tags consistently so the prompt has stable internal structure.

Default prompt recipe:

  • <task>: the concrete job and the relevant repository or failure context.
  • <structured_output_contract> or <compact_output_contract>: exact shape, ordering, and brevity requirements.
  • <default_follow_through_policy>: what Codex should do by default instead of asking routine questions.
  • <verification_loop> or <completeness_contract>: required for debugging, implementation, or risky fixes.
  • <grounding_rules> or <citation_rules>: required for review, research, or anything that could drift into unsupported claims.

When to add blocks:

  • Coding or debugging: add completeness_contract, verification_loop, and missing_context_gating.
  • Review or adversarial review: add grounding_rules, structured_output_contract, and dig_deeper_nudge.
  • Research or recommendation tasks: add research_mode and citation_rules.
  • Write-capable tasks: add action_safety so Codex stays narrow and avoids unrelated refactors.

How to choose prompt shape:

  • Use built-in review or adversarial-review commands when the job is reviewing local git changes. Those prompts already carry the review contract.
  • Use task when the task is diagnosis, planning, research, or implementation and you need to control the prompt more directly.
  • Use task --resume-last for follow-up instructions on the same Codex thread. Send only the delta instruction instead of restating the whole prompt unless the direction changed materially.

Working rules:

  • Prefer explicit prompt contracts over vague nudges.
  • Use stable XML tag names that match the block names from the reference file.
  • Do not raise reasoning or complexity first. Tighten the prompt and verification rules before escalating.
  • Ask Codex for brief, outcome-based progress updates only when the task is long-running or tool-heavy.
  • Keep claims anchored to observed evidence. If something is a hypothesis, say so.

Prompt assembly checklist: 1. Define the exact task and scope in <task>. 2. Choose the smallest output contract that still makes the answer easy to use. 3. Decide whether Codex should keep going by default or stop for missing high-risk details. 4. Add verification, grounding, and safety tags only where the task needs them. 5. Remove redundant instructions before sending the prompt.

Reusable blocks live in references/prompt-blocks.md. Concrete end-to-end templates live in references/codex-prompt-recipes.md. Common failure modes to avoid live in references/codex-prompt-antipatterns.md.

Related skills

How it compares

Pick gpt-5-4-prompting when delegating to Codex inside Claude Code and you need XML prompt contracts rather than general Claude conversation style.

FAQ

What does gpt-5-4-prompting do?

Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin

When should I use gpt-5-4-prompting?

Invoke when Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plu.

Is gpt-5-4-prompting safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.