Nguyen Gia Huy
Community@hzeroxium · Ho Chi Minh City, Vietnam
<My bio>
Agent Skills by Nguyen Gia Huy
Showing 30 vetted skills indexed across 1 GitHub repositories.
java-build-maven
Standardize multi-module Java Maven builds with parent POMs and pinned versions.
java-security-audit
Audit Java backend services for security risks and generate a findings report.
java-messaging-rabbitmq
Configure RabbitMQ queues with acknowledgements, retries, and dead-lettering for Java applications.
java-api-design-rest
Design REST APIs with resource modeling, pagination, and RFC 9457 errors.
java-outbox-idempotency
Implement transactional outbox patterns with idempotent consumers for Java microservices.
java-concurrency-threads-virtual
Guide Java virtual thread migration for blocking I/O workloads with timeouts and observability.
java-observability-tracing
Implement distributed tracing across microservices with OpenTelemetry and W3C Trace Context.
java-repo-bootstrap
Standardize Java backend repository layouts, module boundaries, and baseline docs.
java-observability-metrics
Design scalable Prometheus/OpenTelemetry-compatible observability metrics for Java services.
java-gc-tuning
Triage Java GC symptoms and tune G1/ZGC collectors using GC logs, JFR, and heap dumps.
java-error-model
Generate RFC 9457 Problem Details error responses with deterministic exception mappings.
java-cache-redis
Implement Redis-backed caching with TTLs, invalidation, and stampede protection for Java services.
java-config-management
Organize and validate layered application configuration across defaults, files, env vars, secrets, and runtime overrides.
java-logging-structured
Consolidate Java logs into structured JSON/logfmt with fixed field schemas.
java-debugging-prod-incidents
Triage Java production incidents using logs, metrics, traces, and safe JVM diagnostics.
java-code-review-playbook
Apply a production-grade Java backend code-review checklist to PR changes.
java-dependency-audit
Audit Maven or Gradle Java dependencies for vulnerabilities and version conflicts, then generate an upgrade plan.
java-testing-unit
Implement Java unit tests with JUnit 5 and Mockito.
java-sql-schema-migrations
Plan and execute expand/contract SQL schema migrations across Java databases.
java-authn-authz-jwt
Implement JWT authentication and authorization in Java backends with JWKS verification.
java-grpc
Enforce proto conventions and gRPC guidelines for Java microservices.
java-testing-integration
Automate deterministic integration testing for IO/DB/queue scenarios with container-backed environments.
java-build-gradle
Configure and harden Java Gradle builds for multi-module backend projects.
java-performance-profiling
Profile Java CPU, allocation, and lock bottlenecks with JFR and async-profiler.