tech-debt-audit
生成可引用的 TECH_DEBT_AUDIT.md,便于修复规划
跨九维度的技术债务审计,产出分级优先修复与工作量估算文档
给代码库做一次可引用的技术债务体检,按九个维度检测问题并产出 TECH_DEBT_AUDIT.md,包含严重度、工作量估算和优先修复清单。会用 AST/grep/tree-sitter、lsp diagnostics 等静态工具,必要时接入 CodeGraph 做更深依赖分析。适合做代码健康检查、架构回顾或排修复计划,把散落的问题变成可执行的修复列表。
▸ 展开 SKILL.md 英文原文
Thorough, file-cited technical debt audit across 9 dimensions using AST-grep (tree-sitter), grep, language-native tooling, and optionally CodeGraph knowledge graph. Produces TECH_DEBT_AUDIT.md with severity, effort estimates, and prioritized fixes. Use when asked for codebase health check, tech debt audit, architecture review, code quality assessment, or cleanup planning. Triggers: 'tech debt', 'technical debt', 'debt audit', 'code health', 'technical debt audit', 'codebase health check', 'find tech debt', 'debt analysis', 'audit code quality'.
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/tech-debt-audit/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/tech-debt-audit/SKILL.md"# Tech Debt Audit Protocol Model-agnostic technical debt audit for oh-my-openagent (OMO). Uses OMO's built-in tools (`grep`, `glob`, `bash` with `sg`, `read`, `lsp_diagnostics`, `task`) plus **optional CodeGraph MCP** for enhanced code graph analysis when available. Produces a grounded, citable `TECH_DEBT_AUDIT.md` artifact. ## CodeGraph Enhancement (Optional) If you have [CodeGraph](https://github.com/colbymchenry/codegraph) installed (check with `codegraph status`), its MCP tools (`codegraph_search`, `codegraph_callers`, `codegraph_callees`, `codegraph_impact`, `codegraph_explore`, etc.) can supersede or augment the standard tool searches in the dimensions marked below. CodeGraph gives