with one click
redsub-fix-all
Search and bulk-fix a pattern across the entire codebase.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search and bulk-fix a pattern across the entire codebase.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | redsub-fix-all |
| description | Search and bulk-fix a pattern across the entire codebase. |
On any bug/error, exhaustively search for identical/similar patterns. Never fix just one.
$ARGUMENTS: pattern description + optional flags (--team, --loop).
--team in $ARGUMENTS → directly use Team mode.--loop in $ARGUMENTS → directly use Loop mode.If neither --team nor --loop was passed, check the environment:
echo "${CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS:+enabled}"
If enabled → use AskUserQuestion tool:
If not enabled → use Sequential mode without asking.
Fix all cases one by one in a single session.
--team or user choice)Uses parallel agent dispatch (redsub-claude-code-practices rule).
Requires
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.
/redsub-validate after completion.--loop or user choice)/ralph-loop "Fix all [pattern]" --completion-promise "LINT CLEAN" --max-iterations 30
Grep entire codebase for pattern.
TodoWrite for all cases: file:line, current code, required fix.
Edit each case, mark complete in TodoWrite.
Run /redsub-validate (uses Command Resolution to detect project commands).
Batch fix complete: [pattern]
- Found: M cases in N files
- Fixed: M cases
- Validation: pass/fail
Enforced release pipeline. Save → Validate → Review → Version → Merge → Tag → Push.
Initial plugin setup. Register plugins, permissions, create CLAUDE.md.
Diagnose and auto-repair plugin integrity.
Collaborative design through Socratic dialogue. Turn rough ideas into validated designs.
Deployment workflow for dev/prod environments.
Execute implementation plan task-by-task with subagent dispatch and 2-stage review.