원클릭으로
simready-foundation-add-validator
Use for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.
Use for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.
Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.
Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.
Use for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.
Use for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.
| name | simready-foundation-add-validator |
| description | Use for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage. |
| license | Apache-2.0 |
| metadata | {"author":"Shaad Boochoon <sboochoon@nvidia.com>","tags":["simready","validator","validation"]} |
Use this skill to implement objective validation for one or more requirement IDs. Validators should report failures against the exact requirement code documented in the capability.
If the rule already exists but is wrong or incomplete, use simready-foundation-update-validator.
Before editing, read:
AGENTS.mdnv_core/sr_specs/docs/guides/features/features.mdnv_core/sr_specs/docs/guides/features_expansion_workflow.mdnv_core/sr_specs/docs/guides/naming_conventions.mdvalidation.pyCollect or infer:
| Input | Requirement |
|---|---|
requirement_codes | Requirement IDs this validator enforces. |
validation_module | Target capability validation.py. |
rule_name | Clear checker class/function name. |
asset_scope | Stage, prim, property, relationship, material, physics, or runtime evidence. |
failure_message | Actionable message that names the failed condition. |
test_assets | Existing or minimal pass/fail assets, if available. |
Use this checklist when changing the repository:
validation.py with the correct registration decorators/imports used by the capability.Example request:
Add a validator for a SimReady factory connection point requirement.
Expected result summary:
changed_files: new docs, manifests, indexes, or validation scaffolding
validation: focused static checks and any relevant docs/build checks
remaining_gaps: requirement, validator, adapter, profile, or runtime-test follow-up
assets/openai.yaml preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.Report:
| Field | Meaning |
|---|---|
requirement_codes | Requirements validated. |
validation_module | File changed. |
checker | Class/function added. |
docs_aligned | Requirement docs checked or updated. |
tests | Tests/assets run or planned. |
feature_impact | Features that now have executable coverage. |
validation | Import/test result and remaining gaps. |