Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

clean-code-skills

clean-code-skills에는 hatlesswizard에서 수집한 skills 18개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
18
Stars
4
업데이트
2026-03-28
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

clean-code-appa-concurrency-ii
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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