improve-codebase-architecture

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

自动化识别长期技术债和优先重构项,利于提升代码健康度。

这个 Skill 做什么

扫描代码库发现架构摩擦并提出深度重构机会与可视化报告。

扫描代码库找出架构上的摩擦点,提出深度重构的机会并生成可视化的 HTML 报告,选中项还能继续逐步质询并细化改动方案。适合想提升可测试性和让 AI 更好理解代码结构时使用。特点是基于项目的领域模型和共同的设计词汇,给出既有证据又可执行的重构建议。

▸ 展开 SKILL.md 英文原文

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

开发编程架构评估重构机会可视化报告通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/improve-codebase-architecture/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/improve-codebase-architecture/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Improve Codebase Architecture

Surface architectural friction and propose **deepening opportunities** — refactors that turn shallow modules into deep ones. The aim is testability and AI-navigability.

This command is _informed_ by the project's domain model and built on a shared design vocabulary:

- Run the `/codebase-design` skill for the architecture vocabulary (**module**, **interface**, **depth**, **seam**, **adapter**, **leverage**, **locality**) and its principles (the deletion test, "the interface is the test surface", "one adapter = hypothetical seam, two = real"). Use these terms exactly in every suggestion — don't drift into "component," "service," "API," or "boundary."
- The do
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有