This is a comprehensive pre-flight checklist that runs your Quarkus project through the full gauntlet: Maven/Gradle builds, static analysis with Checkstyle and SpotBugs, JaCoCo coverage enforcement at 80%, OWASP dependency scanning, native image compilation, and container security checks with Trivy. It's what you run before opening a PR or deploying to prod when you want to catch everything from null pointer risks to CVEs to GraalVM reflection issues. The guide includes real test examples with Testcontainers and REST Assured, plus K6 load testing scripts. Honestly, this is more of a verification playbook than an automated skill, but having all these commands and thresholds in one place beats hunting through ten different tool docs when your build is red.
npx skills add https://github.com/affaan-m/everything-claude-code --skill quarkus-verification