什么是 concurrency-review?
查看 Java 并发代码的线程安全、竞争条件、死锁和现代模式(虚拟线程、CompletableFuture、@Async)。当用户询问“检查线程安全”、“并发审查”、“异步代码审查”或审查多线程代码时使用。 来源:decebals/claude-code-java。
查看 Java 并发代码的线程安全、竞争条件、死锁和现代模式(虚拟线程、CompletableFuture、@Async)。当用户询问“检查线程安全”、“并发审查”、“异步代码审查”或审查多线程代码时使用。
通过命令行快速安装 concurrency-review AI 技能到你的开发环境
来源:decebals/claude-code-java。
Review Java concurrent code for correctness, safety, and modern best practices.
Nearly 60% of multithreaded applications encounter issues due to improper management of shared resources. - ACM Study
Rule of thumb: If your app never has 10,000+ concurrent tasks, virtual threads may not provide significant benefit.
查看 Java 并发代码的线程安全、竞争条件、死锁和现代模式(虚拟线程、CompletableFuture、@Async)。当用户询问“检查线程安全”、“并发审查”、“异步代码审查”或审查多线程代码时使用。 来源:decebals/claude-code-java。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/decebals/claude-code-java --skill concurrency-review查看 Java 并发代码的线程安全、竞争条件、死锁和现代模式(虚拟线程、CompletableFuture、@Async)。当用户询问“检查线程安全”、“并发审查”、“异步代码审查”或审查多线程代码时使用。 来源:decebals/claude-code-java。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/decebals/claude-code-java --skill concurrency-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/decebals/claude-code-java