quarkus-verification

Automate Quarkus project verification loops covering builds, tests, and security scans.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill quarkus-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quarkus-verification
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/quarkus-verification
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill quarkus-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a comprehensive verification workflow for Quarkus projects to catch build, test, and security issues before PRs and deployments.

Core Features & Use Cases

  • Build verification across Maven and Gradle with early failure handling.
  • Static analysis, unit/integration tests with coverage, and security scans.
  • Native image readiness verification and diff review prior to release.

Quick Start

Run the verification loop locally before opening a pull request to validate build, static analysis, tests with coverage, and security checks.

Frequently Asked Questions about quarkus-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Quarkus build, test, and security verification before opening a pull request?

Automating Quarkus verification before pull requests involves running a comprehensive loop that coordinates Maven or Gradle builds, static analysis, unit and integration tests with coverage, dependency security scans, and optional native image compilation. This catches build, test, and security issues early before PRs and deployments.

What is the best way to run static analysis and security scans on a Quarkus project before release?

Running static analysis and security scans on a Quarkus project before release requires coordinating lint checks, dependency scanning, and test coverage within a verification loop that applies to major refactors and pre-deploy validation, ensuring production-grade readiness across Maven and Gradle builds.

Can I use this verification loop for both Maven and Gradle Quarkus projects?

Yes, the verification loop supports both Maven and Gradle Quarkus projects by coordinating builds across both tools with early failure handling, ensuring build verification, static analysis, tests, and security scans run regardless of your chosen build system.

Does Quarkus pre-deploy validation include native image readiness verification?

Quarkus pre-deploy validation includes optional native image readiness verification and diff review prior to release. This native compilation check is part of a comprehensive verification loop covering builds, tests with coverage, and security scans for production-grade requirements.

When do I need to run a comprehensive Quarkus verification loop?

You need to run a comprehensive Quarkus verification loop when preparing PRs, performing major refactors, or conducting pre-deploy validation. It validates builds, static analysis, tests with coverage, security scans, and optional native compilation to satisfy production-grade requirements.

What should a Quarkus CI CD pipeline check before merging a PR?

A Quarkus CI CD pipeline should check build verification across Maven and Gradle, static analysis lint checks, unit and integration tests with coverage, dependency security scans, and native image readiness before merging a PR to satisfy production-grade requirements.