Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

jvm-skills

jvm-skills enthält 19 gesammelte Skills von jvm-skills, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
19
Stars
128
aktualisiert
2026-07-17
Forks
20
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

rebase-commit
Softwareentwickler

Rebase all non-pushed commits and uncommitted changes into clean logical feature commits.

2026-07-17
stop-slop
Technische Redakteure

Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.

2026-07-07
voice
Technische Redakteure

Make prose sound like Thomas, not like a generic technical writer. Use whenever drafting, editing, or reviewing any blog post, page, or bio for tschuehly.de — even a small edit. Loads an empirical voice profile extracted from real pre-AI-era posts.

2026-07-07
skill-scout
Softwareentwickler

Run the skill-scout loop — scan the next batch of unscanned JVM-conference rosters for speaker-created AI skills and apply results to the CSV store via the overnight Workflow. Use when the user says "run skill-scout", "continue the skill-scout loop", "scan more conferences", or wants to grow the skill candidate list.

2026-07-07
kotest
Softwarequalitätssicherungsanalysten und -tester

Write a new Kotlin test, or modernize an existing one, using Kotest matchers and idiomatic Kotlin test style — backticked names, apply/assertSoftly blocks, and existing object mothers and helpers. Use when adding a test for behavior that does not yet have one, or when improving a Kotlin test that still uses JUnit assertions or AssertJ chains. Assumes project test infrastructure exists; flag missing factories or helpers rather than building them here.

2026-04-21
tdd-task
Softwareentwickler

Implement a feature or fix a bug using TDD — write failing test first, then implement, refactor, verify, beautify. Use for any single code change that should be test-driven.

2026-04-21
mutation-testing
Softwarequalitätssicherungsanalysten und -tester

Bootstrap pitest via the info.solidsoft.pitest Gradle plugin with Kotlin-sane defaults, run mutation tests scoped to changed classes, interpret surviving mutants from mutations.xml, triage likely-equivalent mutants out of the kill queue, and drive a kill-survivor workflow. Use when the user asks to add mutation testing, check mutation score, investigate surviving mutants, or strengthen test quality beyond line coverage.

2026-04-18
kotest
Softwarequalitätssicherungsanalysten und -tester

Write a new Kotlin test, or modernize an existing one, using Kotest matchers and idiomatic Kotlin test style — backticked names, apply/assertSoftly blocks, and existing object mothers and helpers. Use when adding a test for behavior that does not yet have one, or when improving a Kotlin test that still uses JUnit assertions or AssertJ chains. Assumes project test infrastructure exists; flag missing factories or helpers rather than building them here.

2026-04-18
test-gradle
Softwarequalitätssicherungsanalysten und -tester

Run tests headless and return only failing test output. Accepts optional test filter patterns like gradle (e.g. /test *RankingGameTest)

2026-04-15
restart-spring-boot
Softwareentwickler

Restart the app via IntelliJ run configuration and wait until ready. Use after Kotlin code changes before browser verification. NOT needed for HTML template changes (LiveReload handles those automatically).

2026-04-15
ralph-coverage
Softwarequalitätssicherungsanalysten und -tester

Run Ralph in coverage mode — iteratively write tests for untested classes until coverage targets are met. Use when user wants to improve test coverage autonomously.

2026-04-15
ui-review
Softwarequalitätssicherungsanalysten und -tester

Verify UI/UX by running Playwright tests and reviewing screenshots. Use when you want to check that a page looks correct and the user flow works — after implementing UI changes, fixing visual bugs, or verifying an existing page. Triggers: 'check the UI', 'does this page look right', 'verify the layout', 'review screenshots', 'run UI tests'.

2026-04-15
spec
Softwareentwickler

Generate a feature spec with user stories directly from conversation context and codebase exploration — no interview needed. Use this when the user has already described what they want (in the current conversation, a doc, or a plan) and just needs it formalized into a spec. Also use when the user says "write a spec", "create a spec", "spec this out", or similar.

2026-04-15
interview
Projektmanagementspezialisten

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Outputs a spec with user stories.

2026-04-15
commit
Softwareentwickler

Group uncommitted changes into logical feature commits with action-oriented messages.

2026-04-15
fix
Softwarequalitätssicherungsanalysten und -tester

Fix a bug or missing feature using TDD — write failing test first, then fix, refactor, verify, beautify. Use when a bug is discovered or a feature doesn't work as expected.

2026-03-27
coverage-kover-gradle
Softwarequalitätssicherungsanalysten und -tester

Run test coverage report using Kover/Gradle and create test improvement plan document

2026-03-27
performance
Softwareentwickler

Optimize web performance for faster loading and better user experience. Use when asked to "speed up my site", "optimize performance", "reduce load time", "fix slow loading", "improve page speed", or "performance audit".

2026-03-27
jooq-best-practices
Softwareentwickler

Comprehensive jOOQ DSL best practices for Kotlin/Java. Use when writing jOOQ queries, mapping results, handling transactions, or designing repository layers.

2026-03-20