什么是 loose-ends?
在宣布工作完成之前,检查是否有未解决的问题:未使用的导入、TODO 创建的注释、缺少测试、过时的引用、不完整的错误处理。 在实施功能或修复后激活。总是得到的清理 跳过了。 来源:elliotjlt/claude-skill-potions。
在宣布工作完成之前,检查是否有未解决的问题:未使用的导入、TODO 创建的注释、缺少测试、过时的引用、不完整的错误处理。 在实施功能或修复后激活。总是得到的清理 跳过了。
通过命令行快速安装 loose-ends AI 技能到你的开发环境
来源:elliotjlt/claude-skill-potions。
Implementation feels done, but loose ends remain. The import you added but didn't use. The TODO you wrote and forgot. The test you meant to add. The console.log you left in. This skill forces a sweep before declaring victory.
| Fix now | Broken imports, missing exports | Blocks functionality | | Fix now | console.log in production code | Leaks info | | Should fix | Unused imports/variables | Code smell | | Should fix | Missing tests for new logic | Technical debt | | Note for later | Old TODOs in touched files | Existing debt | | Ignore | Style inconsistencies | Not your scope |
在宣布工作完成之前,检查是否有未解决的问题:未使用的导入、TODO 创建的注释、缺少测试、过时的引用、不完整的错误处理。 在实施功能或修复后激活。总是得到的清理 跳过了。 来源:elliotjlt/claude-skill-potions。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/elliotjlt/claude-skill-potions --skill loose-ends 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/elliotjlt/claude-skill-potions --skill loose-ends在宣布工作完成之前,检查是否有未解决的问题:未使用的导入、TODO 创建的注释、缺少测试、过时的引用、不完整的错误处理。 在实施功能或修复后激活。总是得到的清理 跳过了。 来源:elliotjlt/claude-skill-potions。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/elliotjlt/claude-skill-potions --skill loose-ends 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/elliotjlt/claude-skill-potions