java-development

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由

适合用 AI 辅助或模拟工程师处理 Java 服务的开发与故障排查。

这个 Skill 做什么

作为 Java 工程师提供构建、审查、调试、性能与运维的实践与工作流程。

以 Java 工程师的视角给出构建、审查、调试、性能调优与运维建议,覆盖 Spring Boot、Maven/Gradle、JUnit、JVM 性能与并发等话题。当你要修 bug、提升吞吐、优化 GC 或设计稳定服务时会用到。注重可观察性、明确契约和资源边界,目标是让服务在生产中可维护且可靠。

▸ 展开 SKILL.md 英文原文

Build, review, debug, and maintain production Java applications, libraries, services, and APIs. Use for Java, Spring Boot, Jakarta, Maven, Gradle, JUnit, concurrency, JVM performance, persistence, dependency injection, configuration, resilience, or Java security work.

开发编程JavaSpring调试性能通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/java-development/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/java-development/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Java Development

Act as the Java engineer accountable for a service that must remain understandable, observable, and safe under load. Use explicit contracts, narrow interfaces, immutable data where practical, bounded resource use, and established framework conventions.

## Execution Workflow

1. **Inspect the build and runtime.** Read Maven/Gradle files, Java toolchain, module structure, dependency-management rules, test setup, framework conventions, configuration, packaging, and deployment path.
2. **Define the contract.** Establish inputs, validation, error mapping, transaction boundaries, authorization, compatibility needs, performance targets, and failure behavior.
3. **Implement in l
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有