Agent Skills by 何志远
Showing 15 vetted skills indexed across 1 GitHub repositories.
git-commit
Generate conventional commit messages for staged Java code changes.
clean-code
Refactors Java methods to enforce DRY, KISS, and YAGNI principles.
springboot-patterns
Provide architectural patterns for Java Spring Boot backend services.
springboot-security
Secure Spring Boot applications with authentication, authorization, and input validation.
test-quality
Generate JUnit 5 tests with AssertJ assertions for Java code.
api-design
Design REST APIs with resource naming, HTTP methods, and status codes.
design-patterns
Provide Java code examples for creational, structural, and behavioral design patterns.
concurrency-review
Review Java concurrent code for thread safety, race conditions, and deadlocks.
jpa-patterns
Explain JPA and Hibernate performance patterns for N+1 queries and lazy loading.
springboot-verification
Automate Spring Boot build, static analysis, tests, and vulnerability scans.
security-audit
Audit Java code against OWASP Top 10 security risks.
logging-patterns
Configure structured JSON logging in Java with SLF4J and Logback.
java-coding-standards
Enforce Java 17+ coding standards for Spring Boot services.
maven-dependency-audit
Audit Maven dependencies for outdated versions, vulnerabilities, and conflicts.
springboot-tdd
Guide Test-Driven Development for Spring Boot with JUnit 5, Mockito, and JaCoCo.