一键导入
json-config-regression
Validate iccDEV JSON/profile config parser changes with fail-closed regression gates and CLI exercises.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate iccDEV JSON/profile config parser changes with fail-closed regression gates and CLI exercises.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | json-config-regression |
| description | Validate iccDEV JSON/profile config parser changes with fail-closed regression gates and CLI exercises. |
| allowed-tools | ["bash","read","grep","glob","shell(git:*)"] |
Use this skill when editing IccJSON/, JSON serialization, or -cfg handling
for iccApplyNamedCmm, iccApplyProfiles, or iccApplySearch.
ParseJson() or fromJson() calls.Run the focused gates from the repository root after building tools:
ICCDEV_TOOLS_DIR=$PWD/Build/Tools ICCDEV_TESTING_DIR=$PWD/Testing .github/scripts/iccdev-json-parser-regression-tests.sh
ICCDEV_TOOLS_DIR=$PWD/Build/Tools ICCDEV_TESTING_DIR=$PWD/Testing .github/scripts/iccdev-json-cfg-tests.sh
If observer/profile behavior is involved, also run:
ICCDEV_TOOLS_DIR=$PWD/Build/Tools ICCDEV_TESTING_DIR=$PWD/Testing .github/scripts/iccdev-stdobserver-regression-tests.sh
../../copilot-instructions.md../../prompts/bisect-regression.prompt.md../../../docs/iccjson.md../../../docs/iccjson-tag-types.mdMaintainer workflow for scoping and updating iccDEV CI, CTest, CPack, sanitizer, workflow, and release-gate infrastructure.
Maintainer workflow for the pre-PR secure loop: code, build/test, SAST/CodeQL, dynamic sanitizer checks, fixes, and concise handoff.
Maintain iccDEV repository labels, path labeler rules, issue triage labels, PR CI status labels, and label workflow governance.
Reproduce and triage ASAN/UBSAN findings against iccDEV tools with authoritative exit-code and stack-frame handling.
Add or update iccDEV regression gates and tool-test workflow coverage while preserving GitHub Actions governance, sanitizer reporting, and issue traceability.
Debug iccDEV vcpkg, install/export, uninstall, and packaged consumer failures, especially Windows static CRT and path quoting regressions.