hatlesswizard avatar

hatlesswizard

Community

@hatlesswizard

7Followers
|
17Public Repos
|
18Published Skills

Agent Skills by hatlesswizard

Showing 18 vetted skills indexed across 1 GitHub repositories.

hatlesswizardhatlesswizard
4

clean-code-ch12-emergence

Enforce Kent Beck's four rules of simple design in code reviews.

Community
Intermediate
hatlesswizardhatlesswizard
4

clean-code-appA-concurrency-ii

Detect and quantify concurrency vulnerabilities and deadlock risks using Appendix A Concurrency II guidelines.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch05-formatting

Enforce vertical and horizontal code formatting standards across a codebase.

Community
Intermediate
hatlesswizardhatlesswizard
4

clean-code-ch10-classes

Detect class design defects like SRP violations and low cohesion.

Community
Intermediate
hatlesswizardhatlesswizard
4

clean-code-ch01-clean-code

Detect clean-code violations and generate prioritized remediation plans.

Community
Intermediate
hatlesswizardhatlesswizard
4

clean-code-ch03-functions

Enforce clean-code function practices including size limits and single responsibility.

Community
Intermediate
hatlesswizardhatlesswizard
4

clean-code-ch07-error-handling

Audit exception usage and error-handling structure across Java, Python, and C# codebases.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch09-unit-tests

Analyze test code for TDD laws, readability, and single-concept structure.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch17-smells-and-heuristics

Catalog all 66 code smells across a project using a canonical checklist.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch15-junit-internals

Enforce clean-code practices when refactoring JUnit internals like ComparisonCompactor.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch11-systems

Enforce clean system architecture patterns in Java code development.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch14-successive-refinement

Detect code smells and enforce incremental refactoring with TDD.

Community
Intermediate
hatlesswizardhatlesswizard
4

clean-code-ch02-meaningful-names

Audit code identifiers for naming quality issues per Clean Code Ch2.

Community
Intermediate
hatlesswizardhatlesswizard
4

clean-code-ch08-boundaries

Audit third-party interfaces, adapters, and learning tests to enforce boundary hygiene.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch13-concurrency

Detect concurrency defects and synchronization issues in multi-threaded code.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch06-objects-and-data-structures

Detect data abstraction, Law of Demeter, and hybrid violations in codebases.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch16-refactoring-serialdate

Enforce clean-code practices while refactoring SerialDate-like Java date utilities.

Community
Advanced
hatlesswizardhatlesswizard
4

clean-code-ch04-comments

Detect and classify problematic source-code comments during code reviews.

Community
Advanced