Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

clean-code-skills

clean-code-skills enthält 18 gesammelte Skills von hatlesswizard, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
18
Stars
4
aktualisiert
2026-03-28
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

clean-code-appa-concurrency-ii
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Appendix A: Concurrency II -- checks server threading patterns, execution path analysis, library thread-safety, method dependency in concurrent code, deadlock prevention (4 conditions), and multithreaded testing strategies

2026-03-28
clean-code-ch01-clean-code
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch1: Clean Code -- checks overall code cleanliness philosophy, readability, minimal dependencies, expressiveness, and the Boy Scout Rule

2026-03-28
clean-code-ch02-meaningful-names
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch2: Meaningful Names -- checks naming conventions, intention-revealing names, disinformation avoidance, searchability, encoding avoidance, and context

2026-03-28
clean-code-ch03-functions
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch3: Functions — checks function size, single responsibility, abstraction levels, argument counts, side effects, command-query separation, error handling, and DRY

2026-03-28
clean-code-ch04-comments
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch4: Comments — detects redundant, misleading, mandated, journal, noise, and commented-out code; validates good comment patterns

2026-03-28
clean-code-ch05-formatting
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch5: Formatting -- checks vertical formatting (file size, openness, density, distance, ordering), horizontal formatting (line length, spacing, alignment, indentation), and team rules

2026-03-28
clean-code-ch06-objects-and-data-structures
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch6: Objects and Data Structures -- checks data abstraction, object/data anti-symmetry, Law of Demeter (train wrecks), hybrid avoidance, DTO/Active Record usage

2026-03-28
clean-code-ch07-error-handling
Softwareentwickler

Code quality checker based on Clean Code Ch7: Error Handling — checks exception vs error codes, try-catch structure, exception context, caller-oriented exceptions, Special Case pattern, null return/pass prevention

2026-03-28
clean-code-ch08-boundaries
Softwareentwickler

Code quality checker based on Clean Code Ch8: Boundaries — checks third-party wrapping, learning tests, boundary interfaces, adapter patterns, external dependency isolation

2026-03-28
clean-code-ch09-unit-tests
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch9: Unit Tests -- checks TDD laws, test cleanliness, domain-specific test language, single concept per test, FIRST principles

2026-03-28
clean-code-ch10-classes
Softwareentwickler

Code quality checker based on Clean Code Ch10: Classes -- checks class size, Single Responsibility Principle, cohesion, organization, encapsulation, Open/Closed Principle, and Dependency Inversion

2026-03-28
clean-code-ch11-systems
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch11: Systems -- checks construction/use separation, dependency injection, cross-cutting concerns, AOP patterns, architecture testability, decision timing, and DSL usage

2026-03-28
clean-code-ch12-emergence
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch12: Emergence (by Jeff Langr) — checks Kent Beck's 4 rules of Simple Design: all tests pass, no duplication, expressiveness, minimal classes/methods

2026-03-28
clean-code-ch13-concurrency
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch13: Concurrency — checks SRP for threading, data scope limiting, execution models, synchronized section size, shut-down correctness, and threaded code testing

2026-03-28
clean-code-ch14-successive-refinement
Softwareentwickler

Code quality checker based on Clean Code Ch14: Successive Refinement — checks incremental refactoring discipline, TDD during refactoring, recognizing code smells early, refactoring moves, and the principle of never letting messes build up

2026-03-28
clean-code-ch15-junit-internals
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch15: JUnit Internals — checks conditional encapsulation, negative-to-positive conditionals, naming precision, dead code removal, proper scoping, hidden temporal coupling, consistent conventions, and systematic refactoring technique

2026-03-28
clean-code-ch16-refactoring-serialdate
Softwareentwickler

Code quality checker based on Clean Code Ch16: Refactoring SerialDate — checks test-first refactoring, naming accuracy, encapsulation, dead code removal, proper method placement, and respectful code critique

2026-03-28
clean-code-ch17-smells-and-heuristics
Softwarequalitätssicherungsanalysten und -tester

Code quality checker based on Clean Code Ch17: Smells and Heuristics — comprehensive reference of ALL 66 code smells organized as C1-C5, E1-E2, F1-F4, G1-G36, J1-J3, N1-N7, T1-T9

2026-03-28