Packs
2 packsResults for “refactoring”
17 skillsrefactor
Improve code structure and readability without changing external behavior through surgical refactoring techniques.
36.2k
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
java-refactoring-extract-method
Refactors Java methods by extracting code blocks into separate, well-named methods to improve readability and maintainability.
36.2k
exp-test-maintainability
Analyzes .NET test suites for duplicated boilerplate, copy-paste tests, and structural maintainability issues, producing a report with concrete before/after refactoring suggestions.
4k
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
More results
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
refactor-method-complexity-reduce
Reduces cognitive complexity of a specified method by extracting logic into focused helper methods, improving readability and maintainability.
36.2k
update-implementation-plan
Update an existing implementation plan file with new or updated requirements for features, refactoring, package upgrades, design, architecture, or infrastructure.
36.2k
refactor-plan
Creates a concrete, multi-phase plan before starting a multi-file refactor, including affected files, dependencies, verification steps, and rollback procedures.
36.2k
react19-source-patterns
Reference for every source-file migration required for React 19, including API changes, ref handling, and context updates.
36.2k · bundle
comment-code-generate-a-tutorial
Refactors a Python script into a beginner-friendly project with clear comments and a complete markdown tutorial.
36.2k
pester-should-migration
Migrate Pester v5 classic Should -Be assertion syntax to the new Pester v6 Should-* operators with a step-by-step mapping and behavioral gotchas.
36.2k · bundle
pr-to-video
Turns a GitHub pull request into a code-change explainer video with changelog, feature reveal, or refactoring walkthrough built from the diff, commits, and files.
· bundle
vercel-react-best-practices
Optimize React and Next.js applications with 70 performance rules across 8 categories, prioritized by impact for automated refactoring and code generation.
28.7k · bundle
migrate-static-to-wrapper
Mechanically replace static dependency call sites with wrapper or built-in abstraction calls across a bounded scope, such as migrating DateTime.UtcNow to TimeProvider.GetUtcNow() or File.ReadAllText to IFileSystem.
4k