원클릭으로
snapshot
Run snapshot regression tests after changes to OPA rules, scanners, analyzers, or formatters to detect output regressions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run snapshot regression tests after changes to OPA rules, scanners, analyzers, or formatters to detect output regressions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Update project documentation when features are added or changed. Use after modifying CLI commands, OPA rules, MCP tools, or the development workflow.
Run code formatting and linting after writing or modifying Go code. Use this after making code changes to ensure quality standards are met.
Update the embedded build platform vulnerability database from the CVE Project's cvelistV5 repository.
| name | snapshot |
| description | Run snapshot regression tests after changes to OPA rules, scanners, analyzers, or formatters to detect output regressions. |
| allowed-tools | Bash(make snapshot:*), Bash(make update-snapshots:*) |
| paths | opa/**, scanner/**, analyze/**, formatters/** |
Run the snapshot regression tests to validate analysis output hasn't changed:
make snapshotmake update-snapshotsmake snapshot to confirm they passNote: Requires GH_TOKEN environment variable to be set.