bookforge-big-refactoring-plannerPlan and execute architectural-scale refactoring campaigns that take weeks to months — the four named patterns for large-scale structural restructuring from...
Install via ClawdBot CLI:
clawdbot install quochungto/bookforge-big-refactoring-plannerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/bookforge-ai/bookforge-skills/tree/main/books/refactoring/skiAudited Apr 20, 2026 · audit v1.0
Generated May 13, 2026
E-commerce platform has a product class hierarchy where subclass names share the same adjective prefix at every level (e.g., DiscountedPhysicalProduct, DiscountedDigitalProduct). This indicates the hierarchy is doing two jobs: product type and discount mechanism. The refactoring separates them into two independent hierarchies, enabling independent variation.
Insurance claims system written in Java uses long procedural methods on classes with no data and dumb data objects with no behavior. Business logic is scattered across utility classes. Refactoring distributes behavior into domain objects, making the code more maintainable and feature additions faster.
A banking application has window classes that contain SQL queries for account balances, interest rate calculations, and transaction fees. Business rules are embedded in the UI layer. Refactoring extracts domain logic into separate service and model classes, enabling unit testing and reuse.
A CRM system's Customer class has accumulated dozens of conditional statements for different customer types (retail, wholesale, VIP, etc.). Every new customer type requires editing the same class in multiple places. Refactoring extracts an abstract Customer base class with concrete subclasses per type.
Platform offers monthly/annual subscriptions based on features and usage. Big refactoring enables faster feature delivery, improving retention and upsell to higher tiers.
Company provides custom software development and consulting. Big refactoring expertise is offered as a premium service for legacy code modernization projects.
Core refactoring tools are open-source (e.g., linting, automated refactoring), while enterprise version adds advanced planning, visualization, and integration with CI/CD.
💬 Integration Tip
Integrate with code-smell-diagnosis to automatically trigger the appropriate big refactoring pattern based on detected smells.
Scored May 13, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
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.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.