refactoring-assistant | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / development / refactoring-assistant

refactoring-assistant

maintained by a5c-ai

star 417 account_tree 21 verified_user MIT License
bolt View GitHub

name: refactoring-assistant description: Suggest and guide application of refactoring patterns to improve code quality allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob", "Edit"]

Refactoring Assistant Skill

Suggests appropriate refactoring patterns and guides their application to improve code quality, maintainability, and migration readiness.

Purpose

Enable guided refactoring for:

  • Code quality improvement
  • Design pattern application
  • Migration preparation
  • Technical debt reduction
  • Maintainability enhancement

Capabilities

1. Extract Method/Class Suggestions

  • Identify extraction candidates
  • Suggest method boundaries
  • Recommend class decomposition
  • Guide interface extraction

2. Move Method Recommendations

  • Detect misplaced methods
  • Suggest target classes
  • Analyze dependencies
  • Guide safe relocation

3. Rename Refactoring

  • Suggest meaningful names
  • Propagate renames safely
  • Handle cross-references
  • Update documentation

4. Inline Refactoring

  • Identify inline candidates
  • Remove unnecessary indirection
  • Simplify call chains
  • Reduce complexity

5. Pull Up/Push Down Member

  • Analyze inheritance hierarchies
  • Suggest member movement
  • Optimize class hierarchies
  • Improve polymorphism

6. Design Pattern Application

  • Recognize pattern opportunities
  • Guide pattern implementation
  • Suggest appropriate patterns
  • Validate pattern application

Tool Integrations

Tool Purpose Integration Method
IDE Refactoring Automated refactoring CLI / API
Sourcery AI-powered suggestions CLI
Sourcegraph Cody Code intelligence API
IntelliJ IDEA Java refactoring CLI
VS Code Multi-language Extension API

Output Schema

{
  "analysisId": "string",
  "timestamp": "ISO8601",
  "suggestions": [
    {
      "type": "extract-method|move-method|rename|inline|design-pattern",
      "priority": "high|medium|low",
      "target": {
        "file": "string",
        "element": "string",
        "line": "number"
      },
      "description": "string",
      "rationale": "string",
      "steps": ["string"],
      "estimatedImpact": {
        "complexity": "string",
        "maintainability": "string",
        "testability": "string"
      },
      "risks": ["string"]
    }
  ],
  "patterns": {
    "applicable": ["string"],
    "opportunities": []
  }
}

Integration with Migration Processes

  • code-refactoring: Primary refactoring guidance
  • technical-debt-remediation: Debt reduction strategies

Related Skills

  • code-smell-detector: Identifies refactoring needs
  • codemod-executor: Automates refactorings

Related Agents

  • code-transformation-executor: Executes suggested refactorings

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 417
GitHub Forks 21
Created Mar 2026
Last Updated 4 months ago
development development architecture patterns

Related Skills

dagger-design-proposals
chevron_right
nestjs-expert
chevron_right
docker-expert
chevron_right
kafka-streams-topology
chevron_right
kafka-architecture
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.