一键导入
这个仓库中的 skills
Check and fix Checkstyle violations in jhelm modules
jhelm project coding standards and conventions for Java 21 with Lombok and Maven
Implement a GitHub issue with branch and pull request workflow
Auto-format, fix violations, and run Maven validate (PMD + Checkstyle) in one step
jhelm project architecture and module structure for a Java Helm implementation
Code review automation for Java, TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.
Check JaCoCo code coverage for jhelm modules
Build the jhelm project with Maven
Explore the codebase and produce an implementation plan for a GitHub issue
Test-driven development guide for writing JUnit 5 tests, analyzing coverage gaps, and guiding red-green-refactor workflows. Use when the user asks to write tests, improve test coverage, practice TDD, generate test stubs, or mentions JUnit/testing.
Check latest Helm releases for issues and fixes applicable to jhelm
Scan jhelm code for security vulnerabilities (OWASP patterns, path traversal, injection risks)
Run tests for the jhelm project
Post a status comment on a GitHub issue (starting work, plan update, completed)
Check for dependency and plugin updates, review and apply selected upgrades
Save a learning to project memory. Invoke automatically (without user asking) whenever a task required more than one fix cycle to resolve — e.g. a test failed and needed a second attempt, a compile error required a correction, an API behaved unexpectedly, or an assumption proved wrong mid-task. ALWAYS invoke when a command fails due to a platform-specific argument (macOS vs Linux shell differences). Also invoke when the user explicitly asks to remember something. Do NOT invoke for routine single-pass work.
Create/update GitHub issue, branch, commit, PR, then continue implementing
Format, validate checkstyle, and run tests before committing — in the correct order
Generate a new jhelm action class and matching test file from a name
Add a new template function to jhelm (Helm or Sprig)