springboot-verification
Automated verification pipeline for Spring Boot including builds, tests, static analysis, and security scanning.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-verificationStats
| Total installs | 1,315 |
| Weekly installs | 1.3K |
| GitHub stars | 112.5K |
| First seen | Feb 12, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Runs six sequential phases: Maven/Gradle build, static analysis (SpotBugs, PMD, Checkstyle), unit and integration tests with JaCoCo coverage reporting, dependency CVE scanning, optional code formatting, and git diff review
- Supports both Maven and Gradle with parallel build acceleration (-T 4 flag) and includes example test patterns for unit tests, Testcontainers integration tests, and MockMvc API tests
- Detects common security issues: hardcoded secrets, System.out logging, raw exception messages in responses, and wildcard CORS configurations
- Generates structured verification report with pass/fail status per phase and actionable issue list for pre-PR and pre-deployment gates
Tags
Related skills
| Skill | Installs | vs springboot-verification |
|---|---|---|
| audit-prep-assistant | 1,254 | -61 |
| unit-test-bean-validation | 1,506 | +191 |
| django-verification | 1,240 | -75 |
| code-maturity-assessor | 1,232 | -83 |
| adk-dev-guide | 1,396 | +81 |
FAQ
- How many installs does springboot-verification have?
- springboot-verification has 1,315 total installs and 1.3K installs this week.
- Where is springboot-verification hosted?
- springboot-verification is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does springboot-verification have?
- springboot-verification has 112.5K GitHub stars.
- When was springboot-verification first indexed?
- OrangeBot.AI first indexed springboot-verification on Feb 12, 2026.
- How do I install springboot-verification?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-verification