code-quality
Installation
SKILL.md
代码质量(Code Quality)
参考来源:Robert Martin《Clean Code》、《The Pragmatic Programmer》、Google Engineering Practices Documentation、Microsoft Engineering Fundamentals、Facebook / Stripe Code Review 文化。
适用场景
- 项目代码规范制定
- Lint / Formatter 配置
- Code Review 标准
- 重构项目
- 技术债识别与偿还
- 静态扫描集成(SonarQube)
核心原则
1. 代码是写给人看的
编译器只是顺便能跑