redsub-fix-all

Search and fix all instances of specified code patterns across a codebase.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-fix-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redsub-fix-all
Source: https://github.com/redsub-captain/redsub-claude-code/tree/main/skills/redsub-fix-all
Command: npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-fix-all

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the inefficiency and risk of fixing code issues one by one, ensuring that all instances of a pattern are identified and corrected across the entire codebase.

Core Features & Use Cases

  • Exhaustive Pattern Search: Identifies all occurrences of a specified pattern throughout the codebase before any fixes are applied.
  • Automated Bulk Fixing: Applies corrections to all found instances, preventing the introduction of bugs by fixing only a subset.
  • Mode Flexibility: Supports sequential fixing, parallel fixing with agent teams, or iterative fixing with a loop mode for different workflow needs.
  • Use Case: Quickly resolve a common linting error or a deprecated function usage across hundreds of files by specifying the pattern and letting the skill handle the rest.

Quick Start

Use the redsub-fix-all skill to search for and fix all instances of 'deprecated_api_call' across the project.

Frequently Asked Questions about redsub-fix-all

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk fix a deprecated code pattern across an entire codebase?

Automating bulk code fixing performs an exhaustive pattern search across your entire codebase to identify and correct all instances of a specified issue. This prevents bugs caused by fixing only a subset of occurrences during code maintenance.

What is the best way to automate code refactoring for hundreds of files?

Using a bulk edit automation tool is the best way to handle code refactoring across hundreds of files. It systematically applies corrections to all found pattern instances, preventing bugs that occur when only a subset of files is updated.

Can I use parallel agent teams for bulk code maintenance tasks?

Yes, you can use parallel agent teams for bulk code maintenance tasks. This mode applies corrections across multiple files simultaneously, alongside sequential and iterative loop options, to resolve extensive code patterns efficiently.

Does automated pattern search work for resolving linting errors in bulk?

Automated pattern search works for resolving linting errors in bulk by exhaustively identifying all specified error instances across the codebase before applying fixes. This ensures consistent code maintenance and prevents missed occurrences during refactoring.

What are the limitations of iterative loop fixing for code patterns?

Iterative loop fixing applies corrections repeatedly but requires precise pattern definition to prevent incorrect bulk edits across the codebase. Limitations include potential validation failures if the specified code pattern is not accurately identified before execution.