bookforge-refactoring-readiness-assessmentAssess whether a codebase situation warrants refactoring and determine the right approach before any structural changes begin. Use this skill when a develope...
Install via ClawdBot CLI:
clawdbot install quochungto/bookforge-refactoring-readiness-assessmentGrade 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 12, 2026
A developer needs to add a feature to an existing module with long methods and duplicated code. The assessment determines whether to refactor first to make the change clean or to add the feature with minimal restructuring to meet a deadline.
A bug report arrives and the developer suspects the tangled conditionals hide more issues. The skill helps decide if refactoring the conditionals is safe before fixing the bug, or if a direct fix is better given time constraints.
During code review, design concerns are raised about a component's structure. The skill provides a structured assessment to guide the team on whether to refactor now or defer, with clear rules for safe changes.
A team is approaching a release and the code has been patched multiple times. The skill assesses if refactoring would introduce too much risk versus the benefit of cleaner code for future maintenance.
A subsystem is so tangled that developers are considering a full rewrite. The skill applies the refactor-vs-rewrite heuristic and assesses constraints like published APIs or database coupling to recommend the best path.
Offer refactoring readiness assessments as a consulting service to development teams, providing structured go/no-go decisions and safe refactoring plans.
Package the assessment logic as a plugin for IDEs or CI/CD pipelines, selling subscriptions to teams that want automated refactoring guidance.
Create training courses on refactoring readiness assessment, certifying developers in safe refactoring practices. Sell course access and certification exams.
💬 Integration Tip
Integrate this skill as a preliminary step before any code modification workflow, gating further actions based on the go/no-go decision.
Scored May 12, 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.