Skip to main content
Back to the directory
supercent-io/skills-templateSoftware EngineeringFrontend and Design

code-refactoring

Refactor code while preserving behavior, improving clarity, and reducing complexity.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/supercent-io/skills-template --skill code-refactoring
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, code-refactoring has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: supercent-io/skills-template. Canonical URL: https://skills.sh/supercent-io/skills-template/code-refactoring.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Refactor code while preserving behavior, improving clarity, and reducing complexity. Before (long function) : After (method extraction) : Before (duplication) : After (extract common logic) : Before (long if-else) : After (polymorphism) : Before (many parameters) : After (grouped into object) : Single Responsibility : Fully understand current behavior before refactoring: Cause : Behavior change occurred Solution : Revert and isolate the change, then retry Cause : Multiple responsibilities mixed in one function Solution : Extract into smaller units with clear boundaries Cause : Inefficient abstraction introduced Solution : Profile and optimize the hot path #refactoring #code-quality #DRY #SOLID #design-patterns #clean-code - Covers five core refactoring patterns: Extract Method, DRY principle removal, conditional-to-polymorphism conversion, parameter object introduction, and SOLID principle application - Includes behavior validation workflow with pre-refactoring analysis, post-refactoring testing (unit, type, lint, snapshot), and change documentation - Provides refactoring checklist covering function length, parameter count, nesting depth, magic numbers, and self-documentation - Enforces mandatory constraints: write tests first, change one thing at a time, preserve all functional behavior - Supports multi-agent workflows with role-based verification across orchestration,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does code-refactoring do?

Refactor code while preserving behavior, improving clarity, and reducing complexity.

Is code-refactoring good?

code-refactoring does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support code-refactoring?

code-refactoring currently lists compatibility with Gemini CLI, ChatGPT, Skills CLI.

Is code-refactoring safe to install?

code-refactoring has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to code-refactoring?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install code-refactoring?

Run the following command to install code-refactoring: npx skills add https://github.com/supercent-io/skills-template --skill code-refactoring

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering