Skip to main content
Back to registry

springboot-verification

affaan-m/everything-claude-code

Run before PRs, after major changes, and pre-deploy.

Installs705
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-verification
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Run before PRs, after major changes, and pre-deploy. If build fails, stop and fix. Maven (common plugins): Gradle (if configured): Report: Test service logic in isolation with mocked dependencies: Test against a real database instead of H2: Test controller layer with full Spring context: Checklist: Remember : Fast feedback beats late surprises. Keep the gate strict—treat warnings as defects in production systems. - Before opening a pull request for a Spring Boot service - After major refactoring or dependency upgrades - Pre-deployment verification for staging or production - Running full build → lint → test → security scan pipeline - Validating test coverage meets thresholds - Total tests, passed/failed - Coverage % (lines/branches) - No debugging logs left ( System.out , log.debug without guards) - Meaningful errors and HTTP statuses - Transactions and validation present where needed - Config changes documented - Re-run phases on significant changes or every 30–60 minutes in long sessions - Keep a short loop: mvn -T 4 test + spotbugs for quick feedback

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does springboot-verification do?

Run before PRs, after major changes, and pre-deploy.

Is springboot-verification good?

springboot-verification does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does springboot-verification work with?

springboot-verification currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to springboot-verification?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install springboot-verification?

npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-verification

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering