用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/salesforce/carbonj --skill run命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | run |
| description | Build the bootJar and start CarbonJ locally on the default `dev` profile. |
./gradlew :carbonj.service:bootJar
Output: carbonj.service/build/libs/carbonj.service-<version>.jar
java --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED \
-jar carbonj.service/build/libs/carbonj.service-*.jar
Defaults: HTTP on :2001, Spring profile dev, store disabled.
java -Dspring.profiles.active=dev \
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED \
-jar carbonj.service/build/libs/carbonj.service-*.jar
Runtime config is at carbonj.service/src/main/resources/application.yml (profiles: dev, test, prod). For container-style overrides see carbonj.service/src/main/docker/files/service.args.
Started CarbonJServiceMain in N seconds.curl http://localhost:2001/_dw/healthcheck returns 200 (or your project's healthcheck path).Address already in use :2001 → stop the prior instance or change the port.ClassNotFoundException → re-run ./gradlew clean :carbonj.service:bootJar.dev profile → confirm the profile actually disables those (look at application.yml); start with -Dspring.profiles.active=dev explicitly.Structured triage workflow for CarbonJ bugs — reproduce, isolate to a pipeline phase (ingest / accumulate / store / query), then write a failing test before patching.
Verify and auto-fix the BSD-3-Clause license headers that the build enforces. CarbonJ has no checkstyle/spotless — license headers are the only enforced static check.
Self-review checklist for a CarbonJ change before opening or merging a PR. Aligns with what CI enforces.
基于 SOC 职业分类