Plugins
2 pluginsResults for “refactoring”
88 skillsRefactor
Improve code structure and readability without changing external behavior through surgical refactoring techniques.
36.2k
Refactoring Patterns
Apply named refactoring transformations to improve code structure without changing behavior, guided by code smells and safe transformation sequences.
1.6k · bundle
Code Smell
Scans a codebase for Martin Fowler's catalog of code smells, reporting each with location, severity, and refactoring recommendations, and ranks files to build a prioritized refactoring queue.
13
Java Refactoring Remove Parameter
Refactors Java methods by removing unused or redundant parameters to improve readability and maintainability.
36.2k
Create Implementation Plan
Generate structured, machine-readable implementation plans for features, refactoring, upgrades, or infrastructure changes.
36.2k
Anti Patterns
Identifies common software anti-patterns in code and suggests refactoring solutions to improve code quality.
1
More results
Brooks Debt
Identifies, classifies, and prioritizes tech debt to build a refactoring roadmap, drawing on twelve classic engineering books.
42.4k · bundle
Java Refactoring Extract Method
Refactors Java methods by extracting code blocks into separate, well-named methods to improve readability and maintainability.
36.2k
Value Objects
Analyzes a class for primitive obsession and proposes value object extractions with validation, structure, and refactoring guidance.
7
Tdd
Guides test-first development with vertical slices, one test at a time, and refactoring after green.
3 · bundle
Smells
Analyzes a class or module for code smells and produces a prioritized refactoring plan with phases, success criteria, and risk mitigation.
7
Refactoring
Identifies and removes dead code safely, with test verification at each step and categorization of risk levels.
1
Refactoring
Splits, merges, moves, or deletes code while preserving behavior, tests, contracts, and boundaries, with characterization evidence and reversible steps.
4 · bundle
Cpp Coding Standards
Enforces modern, safe, and idiomatic C++ coding practices based on the C++ Core Guidelines for writing, reviewing, or refactoring C++ code.
226k
Pathfinder
Maps a codebase into feature-grouped flowcharts, identifies duplicated concerns across features, and proposes a unified architecture with handoff prompts for refactoring.
Kaizen
Guide for continuous improvement, error proofing, and standardization in code and processes. Use when improving code quality, refactoring, or discussing process improvements.
42.4k
Names
Refactors code by renaming variables, methods, classes, and types to improve clarity and intent, with automatic testing and commits after each rename.
7
Refactor Method Complexity Reduce
Reduces cognitive complexity of a specified method by extracting logic into focused helper methods, improving readability and maintainability.
36.2k
Functional
Refactors Swift code toward declarative functional programming with immutability, value types, pure functions, transformations, and closure-based APIs.
7
Refactor Tests
Refactors test files to improve behavioral coverage, clarity, structure, assertions, fixture setup, and mocking strategy, removing implementation-detail or low-value tests.
7
Srp
Refactors a class toward the Single Responsibility Principle by identifying responsibilities, grouping cohesive behavior, and extracting focused classes.
7
Legacy Code Safety
Guides adding characterization tests before modifying or refactoring untested legacy code, using the RGR workflow and strangler fig pattern to reduce risk.
7 · bundle
Orchestrate Batch Refactor
Plan and execute large refactor or rewrite efforts efficiently with parallel multi-agent analysis and implementation.
3.8k · bundle
Methods
Refactors long methods or large code blocks by extracting small, focused helper methods with clear names and narrow responsibilities.
7
Nest 1x 7x
Migrates C# code from the legacy Nest library (1.x) to version 7.17.5, covering API changes, query syntax refactoring, source filtering, aggregations, and MultiSearch logic.
559
Tidy
Refactors production code with test coverage using a TDD workflow that applies approved refactorings one at a time, gates each on passing tests, and commits or reverts accordingly.
7 · bundle
Declutter
Refactors code by removing unused imports, variables, methods, redundant comments, and fixing formatting, with automatic test runs and commits after each step.
7
Tw Complexity Mitigator
Analyzes code to separate essential complexity from incidental noise, then produces a ranked refactoring plan with a structural sketch and TRACE assessment, without making edits.
7
Improve Codebase Architecture
Finds architectural friction in a codebase and proposes deep-module refactors to improve testability and AI-navigability, informed by the domain glossary and ADRs.
0 · bundle
Generate Custom Instructions From Codebase
Analyzes differences between two project versions to generate precise migration instructions for GitHub Copilot, enabling consistent code transformations during technology migrations, refactoring, or framework upgrades.
36.2k
Coding Standards
Applies universal TypeScript, JavaScript, React, and Node.js quality conventions for this repo. Use when reviewing or writing TS/TSX, refactoring for clarity, or enforcing naming, immutability, and error-handling patterns.
1
Simplification Cascades
Find a unifying insight that eliminates multiple components, collapsing complexity by abstracting common patterns.
1
Code Simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality.
845
Review And Refactor
Review and refactor code according to project-specific coding guidelines and instructions.
36.2k
Code Simplification
Simplify code by reducing complexity while preserving exact behavior, making it easier to read, understand, modify, and debug.
69.5k
Moyu
Keeps AI coding agents tightly scoped by enforcing minimal changes, simplest solutions, and asking before expanding scope.
2