Search: "refactoring"

Showing 24 of 24 results

Development ClawHub

Refactoring

Skill

Deep refactoring workflowโ€”characterization tests, incremental steps, behavior preservation, design direction, and verification. Use when improving structure...

Development ClawHub

Code Refactoring

Skill

Code refactoring patterns and techniques for improving code quality without changing behavior. Use for cleaning up legacy code, reducing complexity, or impro...

Development ClawHub

Method Decomposition Refactoring

Skill

Decompose long, tangled methods into clean, composable units using the 9 composing-method refactorings from Fowler's catalog. Use when: a method has grown to...

Development ClawHub

Data Organization Refactoring

Skill

Apply the correct data organization refactoring when code smells in data structure design are diagnosed โ€” Primitive Obsession, Data Clumps, Data Class, or ra...

Development ClawHub

Big Refactoring Planner

Skill

Plan and execute architectural-scale refactoring campaigns that take weeks to months โ€” the four named patterns for large-scale structural restructuring from...

Development ClawHub

Refactoring Readiness Assessment

Skill

Assess whether a codebase situation warrants refactoring and determine the right approach before any structural changes begin. Use this skill when a develope...

Development ClawHub

Type Code Refactoring Selector

Skill

Select and execute the correct refactoring path for type codes โ€” enumerations, integer constants, or string tags that flag object variants (e.g., ENGINEER/SA...

Development ClawHub

Build Refactoring Test Suite

Skill

Build a sufficient automated test suite before refactoring existing code by applying a 6-step sequential construction workflow (test class โ†’ fixture โ†’ normal...

Development ClawHub

OpenClaw Refactoring

Skill

Automated refactoring assistant. Performs safe code transformations including rename, extract method, inline variable, and move code. Provides refactoring su...

Development ClawHub

Scratch Refactoring For Code Understanding

Skill

Guide a developer through throwaway refactoring โ€” restructure code freely without tests to understand it, then DISCARD. Use whenever a developer says 'I don'...

Development ClawHub

refactoring-specialist

Skill

Expert refactoring specialist mastering safe code transformation techniques and design pattern application. Specializes in improving code structure, reducing...

Development ClawHub

OpenClaw Refactoring

Skill

Automated refactoring assistant. Performs safe code transformations including rename, extract method, inline variable, and move code. Provides refactoring su...

Development ClawHub

Refactor Safely

Skill

Plans and executes safe refactors with small steps, tests, and rollback strategy. Use when ้‡ๆž„, ๆŠ€ๆœฏๅ€บ, ๅฎ‰ๅ…จ้‡ๆž„, refactoring, or improving code structure without br...

Development ClawHub

Code Generator

Skill

Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides.

Development ClawHub

Clean Code

Skill

Pragmatic coding standards for writing clean, maintainable code โ€” naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.

Development ClawHub

Task 2 Refactor - Evomap Asset

Skill

Code refactoring tool converting hard-coded structures to configuration-driven designs with dynamic fields and type-safe access.

Development ClawHub

Claude Code Production Engineering

Agent

Complete Claude Code productivity system โ€” project setup, prompting patterns, sub-agent orchestration, context management, debugging, refactoring, TDD, and s...

Development ClawHub

[Nyx Archive] Coding Philosophy

Skill

Insights about refactoring intuitive code, when to impose structure vs let feeling lead, and code as creative expression. Born from building a game across 10...

Development ClawHub

Uncle Bob

Skill

Apply Robert C. Martin (Uncle Bob) principles for clean code, SOLID design, and clean architecture. Use when: (1) reviewing or refactoring code for quality,...

Development ClawHub

Code Refactor

Skill

Analyze code quality issues, detect code smells, and automatically apply refactoring suggestions with preview, apply, and rollback support.

Development ClawHub

Conditional Simplification Strategy

Skill

Select and apply the correct refactoring for complex or tangled conditional logic. Use when: a method has a complicated if-then-else that obscures why branch...

Development ClawHub

Code Smell Diagnosis

Skill

Scan a codebase or code fragment for the 22 named code smells from Fowler's refactoring catalog and produce a prioritized diagnosis report with the specific...

Development ClawHub

legacy-modernizer

Skill

Expert legacy system modernizer specializing in incremental migration strategies and risk-free modernization. Masters refactoring patterns, technology update...

Development ClawHub

Code Refactor for Reproducibility

Skill

Use when refactoring research code for publication, adding documentation to existing analysis scripts, creating reproducible computational workflows, or prep...