원클릭으로
local-validator
Validate a local report.json file with a deterministic check-only script and no network access.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate a local report.json file with a deterministic check-only script and no network access.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Publish an already validated report to an external release destination.
Validate local report.json files without publishing or modifying them.
Export local SVG and PNG image assets into a release bundle.
Repair invalid local report.json files by inserting required report fields.
Validate local report.json files against the repository report contract without modifying them.
Validate and publish report artifacts to a remote release endpoint.
| name | local-validator |
| description | Validate a local report.json file with a deterministic check-only script and no network access. |
| allowed-tools | Bash |
Run python3 .agents/skills/local-validator/scripts/check.py report.json. The script is read-only and prints VALID_REPORT or INVALID_REPORT.