fluent-repo-4j
يحتوي fluent-repo-4j على 8 من skills المجمعة من auspis، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Automates Maven single-module version bumping following SemVer (major, minor, patch, or custom). Updates the root pom.xml, validates with Maven, and guides through git commit/tag/push workflow. Use when releasing a new version, bumping version numbers, preparing Maven releases, or publishing to Maven Central.
Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.
Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
Get best practices for JUnit 5 unit testing, including data-driven tests
Get best practices for developing applications with Spring Boot.
Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, create test files, or test a codebase. Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more. Orchestrates research, planning, and implementation phases to produce tests that compile, pass, and follow project conventions.
Plan a multi-file refactor with proper sequencing and rollback steps
Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.