refactor

Assess code quality and debt with a Python-based refactoring workflow.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/akiselev/qt-llm-template --skill refactor-akiselev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refactor
Source: https://github.com/akiselev/qt-llm-template/tree/main/.claude/skills/refactor
Command: npx skills add https://github.com/akiselev/qt-llm-template --skill refactor-akiselev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LLM-generated code often accumulates technical debt and inconsistent refactoring logic, leading to missed improvements and duplicated effort. This skill provides an immediate, orchestrated analysis that surfaces actionable refactoring opportunities without requiring manual upfront exploration.

Core Features & Use Cases

  • Immediate orchestration: Launches a Python-based workflow that analyzes code quality, debt, and potential improvements.
  • Parallel exploration: Coordinates category-specific analysis to surface diverse smells and patterns.
  • Prioritized work items: Produces a ranked list of actionable refactoring tasks with evidence to guide developers.

Quick Start

Run the refactor script to initiate the workflow and generate prioritized refactoring work items.

Frequently Asked Questions about refactor

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

FAQPage Schema
How do I analyze code quality and technical debt across my entire codebase?

Code quality and technical debt analysis uses an orchestrated workflow to assess the entire codebase or selected modules, validating evidence to generate safe, prioritized refactoring work items.

What is the best way to find actionable refactoring opportunities in LLM-generated code?

Finding actionable refactoring opportunities in LLM-generated code requires parallel exploration across categories to surface diverse code smells, producing a ranked list of validated work items.

How does an automated refactor workflow prioritize technical debt improvements?

An automated refactor workflow prioritizes technical debt improvements by applying structured triage to validate evidence, generating ranked work items that guide developers toward safe, non-destructive recommendations.

Can I run code quality analysis on specific modules instead of the full codebase?

Code quality analysis can be applied to selected modules instead of the full codebase, enabling parallel exploration across categories to surface diverse smells and structured triage items.

Does the refactoring orchestrator require any dependencies to run?

The Python-based refactoring orchestrator operates with no external dependencies, launching a self-contained workflow to assess code quality and generate prioritized work items.

Are the refactoring recommendations generated by the workflow safe to apply?

The refactoring recommendations are safe to apply because the workflow validates evidence and produces non-destructive work items, ensuring no direct modifications are made to the codebase.