بنقرة واحدة
redsub-fix-all
Search and bulk-fix a pattern across the entire codebase.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search and bulk-fix a pattern across the entire codebase.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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