一键导入
validate-oscal-package
Validate an OSCAL package or Compliance Trestle workspace and produce a validation report, failing loudly when required tools are missing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate an OSCAL package or Compliance Trestle workspace and produce a validation report, failing loudly when required tools are missing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Knowledge about Compliance Trestle workspace structure, initialization, and directory conventions. Use when users ask about trestle workspaces, directory layout, .trestle config, model directories, or how to set up and organize an OSCAL compliance workspace.
Knowledge about writing control implementation responses, rules, parameters, component-level responses, inheritance, and leveraged SSPs in Compliance Trestle. Use when users ask about writing control responses, implementation status, rules, parameters, component definitions, SSP implementation details, or compliance documentation content.
Knowledge about OSCAL model types, their relationships, and how they are managed in Compliance Trestle. Use when users ask about OSCAL documents, model types, catalogs, profiles, SSPs, component definitions, or how different compliance models relate to each other.
Knowledge about Compliance Trestle validation, common errors, and troubleshooting. Use when users ask about validation errors, trestle validate failures, OSCAL schema validation, fixing compliance document issues, or troubleshooting trestle problems.
Convert, validate, and maintain OSCAL documents from legacy SSP/PDF/DOCX/Markdown source material.
Import a legacy SSP, PDF, DOCX, or Markdown package into a traceable OSCAL Document Workbench workspace using extraction, source mapping, Trestle bootstrap, and validation.
| name | validate-oscal-package |
| description | Validate an OSCAL package or Compliance Trestle workspace and produce a validation report, failing loudly when required tools are missing. |
| disable-model-invocation | true |
Validate an OSCAL package or Trestle workspace from Cursor.
plugins/document-transform/oscal-document-workbench/commands/validate-oscal-package.mdagent-skills/oscal-document-engineering/references/oscal-validation.mdcommands/workspace/validate.mdbash plugins/document-transform/oscal-document-workbench/scripts/validate-oscal-package.sh <path> --output <workspace>/reports/validation-report.json
For a Trestle workspace without the workbench wrapper:
trestle validate -a
Or use the repo helper:
bash scripts/trestle-workflow.sh validate <workspace>
If the user recently ran trestle assemble, trestle import, trestle merge, trestle create, or trestle split, recommend targeted validation such as:
trestle validate -t <type> -n <name>