Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

clean-code-skills

clean-code-skills には hatlesswizard から収集した 18 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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