| name | claude-command-fix-issue |
| description | Use when the user wants the Claude `/fix-issue` command workflow in Codex, or asks to run `fix-issue` using the claudet command template. |
Claude Command: /fix-issue
Generated by claudet agent-config-sync.
Follow this workflow in Codex. The original Claude slash command body is below.
/fix-issue — Bug Fix Workflow
Fix a reported issue with minimal, targeted changes.
Arguments
- Issue description or number
Steps
- Understand the issue — read related code, reproduce if possible
- Identify root cause — trace the bug to its source
- Apply minimal fix — change only what's necessary
- Verify the fix — rebuild and test
- Check for regressions — ensure no other behavior changed
- Summarize what was wrong and what was changed