tech-debt
✓當被要求查找代碼異味、審核 TODO、刪除死代碼、清理未使用的導入、刪除調試語句或評估代碼質量時使用。觸發條件:“使用技術債務模式”、“技術債務”、“代碼異味”、“清理”、“刪除死代碼”、“刪除未使用的”、“簡化”、“消除浪費”。完全訪問模式 - 可以修改文件並運行測試。
SKILL.md
The 40% Rule: In AI-assisted coding, expect to spend 30-40% of your time on code health—reviews, smell detection, and refactoring. Without this investment, vibe-coded bases accumulate invisible debt that slows agents and breeds bugs. Schedule regular code health passes, not just reactive fixes.
| Comments | TODO, FIXME, HACK, XXX, "temporary" | | Code Smells | Duplicated blocks, long functions (>50 lines) | | Type Issues | Missing hints, Any types, type: ignore | | Dead Code | Unused functions, unreachable branches | | Dependencies | Outdated packages, unused imports | | Complexity | Deep nesting, long parameter lists |
當被要求查找代碼異味、審核 TODO、刪除死代碼、清理未使用的導入、刪除調試語句或評估代碼質量時使用。觸發條件:“使用技術債務模式”、“技術債務”、“代碼異味”、“清理”、“刪除死代碼”、“刪除未使用的”、“簡化”、“消除浪費”。完全訪問模式 - 可以修改文件並運行測試。 來源:mcouthon/agents。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mcouthon/agents --skill tech-debt 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/mcouthon/agents --skill tech-debt- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 tech-debt?
當被要求查找代碼異味、審核 TODO、刪除死代碼、清理未使用的導入、刪除調試語句或評估代碼質量時使用。觸發條件:“使用技術債務模式”、“技術債務”、“代碼異味”、“清理”、“刪除死代碼”、“刪除未使用的”、“簡化”、“消除浪費”。完全訪問模式 - 可以修改文件並運行測試。 來源:mcouthon/agents。
如何安裝 tech-debt?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mcouthon/agents --skill tech-debt 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/mcouthon/agents
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01