code-health
仓库创建 2025年7月25日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
适合发布前或常态化巡检,能系统化识别质量风险与改进点
▸ 风险提示
需要访问代码仓库与执行分析权限
这个 Skill 做什么
扫描代码库以发现死代码、技术债与过期依赖的代码健康检查工具
扫描代码库找出死代码、技术债、过期依赖和质量问题,给出可操作的清理建议。常在例行健康检查、发布前或大规模重构后运行,帮助团队了解当前风险与改进优先级。特点是会调用 Centinela (QA) 代理跑完整检查清单并输出发现和修复路径。
▸ 展开 SKILL.md 英文原文
Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.
3.2k
Stars
441
Forks
40
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/code-health/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/code-health/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Code Health Runs a comprehensive code health scan using the Centinela (QA) agent. ## When to Use This Skill - Periodic codebase hygiene check - Before a release to ensure no dead code or unresolved debt - After a large refactoring to verify cleanliness - When onboarding to understand current code quality ## What This Skill Does 1. Runs the SIGN IN checklist 2. Scans for dead code (unused imports, variables, functions, commented-out blocks, unreachable code) 3. Checks for outdated and vulnerable dependencies 4. Detects code smells (long functions, deep nesting, duplication) 5. Audits TODO/FIXME comments for issue references 6. Runs the Scan Complete checklist (TIME OUT) 7. Writes findi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有