ertugrul-dmr

ertugrul-dmr

@ertugrul-dmr

GitHub
7 Skills
447 Total Stars
February 2026 Joined

Public Skills

boy-scout

by ertugrul-dmr

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.

Automation 68 4mo ago

clean-functions

by ertugrul-dmr

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

Analytics 66 4mo ago

clean-tests

by ertugrul-dmr

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

Debugging 66 4mo ago

clean-comments

by ertugrul-dmr

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

Comments 66 4mo ago

clean-names

by ertugrul-dmr

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.

Code Gen 63 4mo ago

clean-general

by ertugrul-dmr

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.

Legal 60 4mo ago

python-clean-code

by ertugrul-dmr

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.

Git & VCS 58 4mo ago