·clean-code-developer
</>

clean-code-developer

帮助开发人员遵循软件工程最佳实践编写干净、可维护的代码。在进行代码审查、重构代码、执行编码标准、寻求有关干净代码原则的指导或将自动质量检查集成到开发工作流程中时使用。

18安装·3热度·@d-o-hub

安装

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer

如何安装 clean-code-developer

通过命令行快速安装 clean-code-developer AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:d-o-hub/rust-self-learning-memory。

SKILL.md

查看原文

Systematic approach to writing clean, maintainable code through software engineering best practices.

Apply SOLID principles, eliminate code duplication, maintain simplicity, and write code that reads like well-written prose.

DO: ✓ Apply SOLID principles consistently ✓ Extract common code into reusable functions ✓ Keep functions small and focused (< 50 LOC) ✓ Use descriptive names that reveal intent ✓ Write tests before refactoring (TDD) ✓ Document complex business logic, not obvious code ✓ Use static analysis tools (clippy, SonarQube) ✓ Leave code better than you found it

帮助开发人员遵循软件工程最佳实践编写干净、可维护的代码。在进行代码审查、重构代码、执行编码标准、寻求有关干净代码原则的指导或将自动质量检查集成到开发工作流程中时使用。 来源:d-o-hub/rust-self-learning-memory。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer
分类
</>开发工具
认证
收录时间
2026-02-23
更新时间
2026-03-10

Browse more skills from d-o-hub/rust-self-learning-memory

快速解答

什么是 clean-code-developer?

帮助开发人员遵循软件工程最佳实践编写干净、可维护的代码。在进行代码审查、重构代码、执行编码标准、寻求有关干净代码原则的指导或将自动质量检查集成到开发工作流程中时使用。 来源:d-o-hub/rust-self-learning-memory。

如何安装 clean-code-developer?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/d-o-hub/rust-self-learning-memory