Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

clean-code-skills

clean-code-skills 收录了来自 ertugrul-dmr 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
137
更新
2026-04-21
Forks
26
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

boy-scout
软件开发工程师

Use when fixing, editing, changing, debugging, or working with any Python code. Applies the Boy Scout Rule—always leave code cleaner than you found it. Orchestrates other clean code skills as needed.

2026-04-21
clean-comments
软件开发工程师

Use when writing, fixing, editing, or reviewing Python comments and docstrings. Enforces Clean Code principles—no metadata, no redundancy, no commented-out code.

2026-04-21
clean-functions
软件开发工程师

Use when writing, fixing, editing, or refactoring Python functions. Enforces Clean Code principles—maximum 3 arguments, single responsibility, no flag parameters.

2026-04-21
clean-general
软件开发工程师

Use when writing, fixing, editing, or reviewing Python code quality. Enforces Clean Code's core principles—DRY, single responsibility, clear intent, no magic numbers, proper abstractions.

2026-04-21
clean-names
软件开发工程师

Use when naming, renaming, or fixing names of variables, functions, classes, or modules in Python. Enforces Clean Code principles—descriptive names, appropriate length, no encodings.

2026-04-21
clean-tests
软件质量保证分析师与测试员

Use when writing, fixing, editing, or refactoring Python tests. Enforces Clean Code principles—fast tests, boundary coverage, one assert per test.

2026-04-21
boy-scout
软件开发工程师

Use when fixing, editing, changing, debugging, or working with any TypeScript code. Applies the Boy Scout Rule—always leave code cleaner than you found it. Orchestrates other clean code skills as needed.

2026-04-21
clean-comments
软件开发工程师

Use when writing, fixing, editing, or reviewing TypeScript comments and TSDoc. Enforces Clean Code principles—no metadata, no redundancy, no commented-out code.

2026-04-21
clean-functions
软件开发工程师

Use when writing, fixing, editing, or refactoring TypeScript functions. Enforces Clean Code principles—maximum 3 arguments, single responsibility, no flag parameters.

2026-04-21
clean-general
软件开发工程师

Use when writing, fixing, editing, or reviewing TypeScript code quality. Enforces Clean Code's core principles—DRY, single responsibility, clear intent, no magic numbers, proper abstractions.

2026-04-21
clean-names
软件开发工程师

Use when naming, renaming, or fixing names of variables, functions, classes, interfaces, or modules in TypeScript. Enforces Clean Code principles—descriptive names, appropriate length, no encodings.

2026-04-21
clean-tests
软件质量保证分析师与测试员

Use when writing, fixing, editing, or refactoring TypeScript tests. Enforces Clean Code principles—fast tests, boundary coverage, one assert per test.

2026-04-21
python-clean-code
软件开发工程师

Use when writing, fixing, editing, reviewing, or refactoring any Python code. Enforces Robert Martin's complete Clean Code catalog—naming, functions, comments, DRY, and boundary conditions.

2026-04-21
typescript-clean-code
软件开发工程师

Use when writing, fixing, editing, reviewing, or refactoring any TypeScript code. Enforces Robert Martin's complete Clean Code catalog—naming, functions, comments, DRY, and boundary conditions.

2026-04-21