From codex-next
Guides bug fixes through reproduction, root-cause analysis, minimal changes, and validation. Use when tasked with finding and fixing a code defect.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:dev-bugfixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow when the task is to find and fix a defect in code.
Use this workflow when the task is to find and fix a defect in code.
Define the observed failure.
Explore before editing.
Reproduce or establish a validation path.
Implement the smallest defensible fix.
Validate.
Return:
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextEnforces a structured bug-fix workflow: reproduce, isolate, apply smallest fix, and verify. Helps investigate errors, debug crashes, and make failing tests pass.
Root cause based one-shot bug fix. Runs a full investigation pipeline: debugger diagnosis, gap analysis, requirements generation, execution, and verification. Includes QA suggestions after successful fix.