Decebal Suiu
Community@decebals · Bucharest
Agent Skills by Decebal Suiu
Showing 29 vetted skills indexed across 1 GitHub repositories.
git-commit
Generates conventional commit messages for Java projects from staged git changes.
clean-code
Refactors Java code using Clean Code principles like DRY, KISS, and YAGNI.
solid-principles
Reviews Java code for SOLID principle violations and provides refactoring examples.
test-quality
Generates JUnit 5 tests with AssertJ assertions for Java code.
issue-triage
Categorize, prioritize, and respond to GitHub issues for Java projects.
design-patterns
Implements common design patterns in Java with modern syntax and Spring integration examples.
changelog-generator
Generate changelogs from git commits following detected versioning and format conventions.
jpa-patterns
Diagnose and fix JPA/Hibernate performance issues including N+1 queries, lazy loading, and transaction pitfalls.
security-audit
Reviews Java code against OWASP Top 10 security risks and secure coding practices.
logging-patterns
Implements structured JSON logging with SLF4J and MDC request tracing for Java applications.
architecture-review
Analyzes Java project package structure, dependency direction, and layer boundaries for architectural violations.
git-commit
Generate conventional Git commit messages for Java projects.
clean-code
Apply Clean Code principles to Java codebases and code reviews.
api-contract-review
Audit REST API contracts for correctness, versioning, and backward compatibility.
performance-smell-detection
Identify Java performance smells in streams, boxing, regex, and collections.
solid-principles
Identify SOLID design violations in Java code with refactoring guidance.
spring-boot-patterns
Structure Spring Boot applications using established patterns and templates.
test-quality
Generate JUnit 5 tests for Java projects using AssertJ and AAA structure.
issue-triage
Categorize GitHub issues by type and priority for Java projects.
design-patterns
Implement common Java design patterns with runnable code examples.
concurrency-review
Review Java concurrency code for thread safety and race conditions.
changelog-generator
Generate changelogs from git commits for Java CI workflows.
jpa-patterns
Identify and fix JPA performance issues and lazy loading problems in Spring applications.
security-audit
Audit Java code for OWASP Top 10 security vulnerabilities.