improve-codebase-architecture
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
把抽象架构问题转化为可执行深度重构建议。
▸ 风险提示
需访问代码库和读取/修改权限。
这个 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.
458
Stars
41
Forks
34
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/improve-codebase-architecture/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/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 公开信息 · 原文版权归作者所有