request-refactor-plan

Generate refactor plans with incremental commit instructions and file them as GitHub issues.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Lev-it/lev-skills --skill request-refactor-plan-lev-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: request-refactor-plan
Source: https://github.com/Lev-it/lev-skills/tree/main/.claude/skills/request-refactor-plan
Command: npx skills add https://github.com/Lev-it/lev-skills --skill request-refactor-plan-lev-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill assists developers in creating detailed refactor plans for codebases, transforming a complex process into manageable steps, and filing them as GitHub issues.

Core Features & Use Cases

  • Refactor Plan Creation: Guide users through creating a structured refactor plan, including problem statement, solution, and detailed commit instructions.
  • GitHub Issue Filing: Automate the process of filing a GitHub issue with the refactor plan.
  • Incremental Steps: Break down refactor tasks into small, testable commits to ensure maintainability and safety.

Quick Start

Use the 'request-refactor-plan' skill to initiate a refactor planning session for your codebase.

Frequently Asked Questions about request-refactor-plan

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

FAQPage Schema
How do I create a detailed code refactoring plan for GitHub issues?

To create a code refactoring plan, you can generate a structured proposal that includes the problem statement, solution, and detailed commit instructions, then automatically file it as a GitHub issue. This breaks down complex refactoring efforts into manageable steps for collaborative coding environments.

What is the best way to break down large code refactoring tasks into incremental commits?

Breaking down code refactoring tasks involves generating a structured plan that organizes the work into small, testable incremental commits. This approach ensures maintainability and safety by guiding developers through detailed commit instructions for each phase of the refactoring effort.

Can I use AI to guide software documentation for codebase refactoring?

Yes, you can use AI to guide software documentation for codebase refactoring by generating comprehensive refactor plans. The AI assists in thorough investigation, ensuring the documentation includes problem statements, solutions, and specific commit instructions for your codebase.

Does generating a refactor plan automatically file a GitHub issue?

Yes, generating a refactor plan automates the process of filing a GitHub issue. Once the plan is created, including the problem statement and detailed commit instructions, it is filed directly as a GitHub issue to facilitate collaboration.

When do I need a structured refactor plan instead of directly editing the codebase?

You need a structured refactor plan when working within collaborative coding environments where proposals require detailed documentation and planning. It ensures thorough investigation and transforms complex codebase changes into safe, incremental, and testable commits before implementation.