hatlesswizard
Community@hatlesswizard
Agent Skills by hatlesswizard
Showing 18 vetted skills indexed across 1 GitHub repositories.
clean-code-ch12-emergence
Enforce Kent Beck's four rules of simple design in code reviews.
clean-code-appA-concurrency-ii
Detect and quantify concurrency vulnerabilities and deadlock risks using Appendix A Concurrency II guidelines.
clean-code-ch05-formatting
Enforce vertical and horizontal code formatting standards across a codebase.
clean-code-ch10-classes
Detect class design defects like SRP violations and low cohesion.
clean-code-ch01-clean-code
Detect clean-code violations and generate prioritized remediation plans.
clean-code-ch03-functions
Enforce clean-code function practices including size limits and single responsibility.
clean-code-ch07-error-handling
Audit exception usage and error-handling structure across Java, Python, and C# codebases.
clean-code-ch09-unit-tests
Analyze test code for TDD laws, readability, and single-concept structure.
clean-code-ch17-smells-and-heuristics
Catalog all 66 code smells across a project using a canonical checklist.
clean-code-ch15-junit-internals
Enforce clean-code practices when refactoring JUnit internals like ComparisonCompactor.
clean-code-ch11-systems
Enforce clean system architecture patterns in Java code development.
clean-code-ch14-successive-refinement
Detect code smells and enforce incremental refactoring with TDD.
clean-code-ch02-meaningful-names
Audit code identifiers for naming quality issues per Clean Code Ch2.
clean-code-ch08-boundaries
Audit third-party interfaces, adapters, and learning tests to enforce boundary hygiene.
clean-code-ch13-concurrency
Detect concurrency defects and synchronization issues in multi-threaded code.
clean-code-ch06-objects-and-data-structures
Detect data abstraction, Law of Demeter, and hybrid violations in codebases.
clean-code-ch16-refactoring-serialdate
Enforce clean-code practices while refactoring SerialDate-like Java date utilities.
clean-code-ch04-comments
Detect and classify problematic source-code comments during code reviews.