Before you send a Spring Boot project to a teammate or to production, you need to check many things. This skill runs a full verification loop for you. It builds the code, checks for common mistakes, runs tests, measures how much code is tested, and scans for security issues.
You can use it before opening a pull request or before deploying to staging or production. It also helps after big changes like refactoring or updating libraries. The goal is to catch problems early and make sure your code is safe and ready.
The skill shows how to do each step with commands for Maven and Gradle. It even includes code examples for unit, integration, and API tests. With this loop, your team can keep high quality and avoid surprises.
Global
mkdir -p ~/.claude/skills/springboot-verificationProject
mkdir -p .claude/skills/springboot-verificationSource Repository
Google Agents Cli Deploygoogle/agents-cli
Deploy Google ADK agents to Agent Runtime, Cloud Run, or GKE with CI/CD
Turborepovercel/turborepo
Speed up your monorepo builds with Turborepo's caching and parallel task runs
Expo Cicd Workflowsexpo/skills
Write and validate EAS workflow YAML files for Expo CI/CD automation
Golang Continuous Integrationsamber/cc-skills-golang
Automate testing linting security and releases for Go projects with GitHub Actions
Docker Expertsickn33/antigravity-awesome-skills
Optimize, secure, and deploy Docker containers like a pro with proven techniques
Multi Stage Dockerfilegithub/awesome-copilot
Create efficient, secure Docker images using multi-stage builds and best practices
Diagnose Ci Failureswarpdotdev/common-skills
Diagnose CI failures fast and get a clear fix plan without touching code
Github Actions Templateswshobson/agents
Create production-ready GitHub Actions workflows for automated testing and deployment