什么是 clean-comments?
在编写、修复、编辑或审阅 Python 注释和文档字符串时使用。执行干净代码原则——无元数据、无冗余、无注释代码。 来源:ertugrul-dmr/clean-code-skills。
在编写、修复、编辑或审阅 Python 注释和文档字符串时使用。执行干净代码原则——无元数据、无冗余、无注释代码。
通过命令行快速安装 clean-comments AI 技能到你的开发环境
来源:ertugrul-dmr/clean-code-skills。
Comments shouldn't hold metadata. Use Git for author names, change history, ticket numbers, and dates. Comments are for technical notes about code only.
If a comment describes code that no longer exists or works differently, delete it immediately. Stale comments become "floating islands of irrelevance and misdirection."
Who knows how old it is? Who knows if it's meaningful? Delete it. Git remembers everything.
在编写、修复、编辑或审阅 Python 注释和文档字符串时使用。执行干净代码原则——无元数据、无冗余、无注释代码。 来源:ertugrul-dmr/clean-code-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-comments在编写、修复、编辑或审阅 Python 注释和文档字符串时使用。执行干净代码原则——无元数据、无冗余、无注释代码。 来源:ertugrul-dmr/clean-code-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-comments 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ertugrul-dmr/clean-code-skills