improve-code-quality
系统化提升代码质量并生成文档,利于团队交接与运维。
会修改或写入项目文件,使用前请备份并审查变更。
将原型代码改造成可发布、可测试且可维护的高质量产品。
把能跑通但没测试、结构混乱的原型,变成可发布、可测试、好维护的产品:补测试、梳理边界、重构并生成项目文档(如 TESTING.md、TECH-DEBT.md 等)。当你想把 AI 生成或草稿级项目“硬化”上线、逐步提升代码质量时用。过程是交互式、分阶段的,会把决策记录到 docs/ 里,方便随时中断和继续。
▸ 展开 SKILL.md 英文原文
Guided journey from a working-but-untested vibe-coded prototype to a production-ready product with tests, clean structure, a business-rules boundary, and resilience at scale. Orchestrates nine skills phase by phase - working-with-legacy-code, clean-code, refactoring-patterns, software-design-philosophy, clean-architecture, pragmatic-programmer, release-it, system-design, ddia-systems - asking the user questions at every decision point and recording results in the project docs/ folder (TESTING.md, TECH-DEBT.md, RELIABILITY.md, IMPROVE-CODE-QUALITY-PLAN.md) so the journey resumes across sessions. Use when the user wants to harden an AI-generated prototype, add tests before refactoring, make code safe to change, or says 'this works on my machine but I am scared to touch it'. For a large aged codebase, use remove-technical-debt; to decide structure before building, use design-code-architecture; for a product and UX pass, use improve-app. For one framework in isolation, invoke that skill di
帮我安装这个 skill:https://raw.githubusercontent.com/wondelai/skills/main/improve-code-quality/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/wondelai/skills/main/improve-code-quality/SKILL.md"# Improve Code Quality Turn a working-but-untested vibe-coded prototype into a product you can ship and operate. This is an interactive, resumable journey of nine phases: the agent asks before every decision and records the outcome in your project's `docs/` folder, so you can stop after any phase and pick up later. A week-old prototype is already legacy code — so the first move is a safety net, and every phase after it is verifiable because of that net. ## Core Principle **A week-old untested prototype is already legacy code: flip tactical to strategic — safety net first, then readability, structure, and production hardening in order.** This skill sequences the phases, asks the decision q