templates/skills/frameworks/spring/SKILL.md
Every Spring service must satisfy these quality gates before merge.
npx skillsauth add hivellm/rulebook SpringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CRITICAL: Every Spring service must satisfy these quality gates before merge.
./gradlew checkstyleMain or mvn verify./gradlew test or mvn test./gradlew integrationTest (if module exists)./gradlew jacocoTestReport to ensure 80%+ coveragesrc/main/java/.../servicecontroller packagesconfigdto package and map with MapStruct where applicableapplication.yml profiles (dev/test/prod)@Autowired field injection@TransactionalResponseEntity for explicit HTTP semanticsjavax.validation annotations and @Valid# Gradle
./gradlew clean check
# Maven
mvn -B clean verify
application.yml contains defaults for new propertiesREADME and /docs/architecture.md synced with new servicesresearch
Author a rulebook task spec interactively — research, draft, ask the user clarifying questions, confirm, then create the tasks in rulebook ready for /rulebook-driver. Use when the user wants to plan/spec a feature before implementing.
development
Behavioral guidelines to reduce common LLM coding mistakes — overcomplication, sloppy refactors, hidden assumptions, weak goals. Use when writing, reviewing, or refactoring code. Auto-applies; invoke explicitly via /karpathy-guidelines or 'follow karpathy discipline'.
data-ai
Autonomous AI agent loop for iterative task implementation (@hivehub/rulebook ralph)
data-ai
Use SQL Server for enterprise relational data storage with advanced features, high availability, and Windows integration.