Verify Quarkus build and security
quarkus-verificationskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Run full Quarkus build-test-scan-native pipeline
Best for
Pre-deployment verification ensuring build, test, security, and native image compatibility all pass.
Inputs
- · source code
- · test suite
- · dependency list
Outputs
- · clean build artifact
- · static analysis report
- · coverage report (80%+ threshold)
- · security scan
- · native image binary
Requires
- · Maven/Gradle
- · Checkstyle
- · PMD
- · SpotBugs
- · JaCoCo
- · SonarQube
- · GraalVM
- · K6 load test
Preconditions
- · Quarkus 3.x build configured
- · 80%+ coverage requirement enforced
Failure modes
- · coverage below threshold blocks PR
- · native image reflection config incomplete prevents compilation
Trust signals
- · JaCoCo coverage threshold enforcement
- · SpotBugs/PMD warnings captured
- · native image compilation success