Workspace validate
Skill ethanolivertroy/compliance-trestle-skills/.cursor/skills/workspace-validate
Agent-portable Compliance Trestle and OSCAL engineering toolkit: convert legacy SSPs to OSCAL, validate with Trestle and oscal-cli, FedRAMP Rev 5 and 20x KSI workflows. Claude Code plugin plus portable skills for Cursor, Codex, Gemini, and more.
npx -y skills add ethanolivertroy/compliance-trestle-skills --skill workspace-validateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Validate the current Compliance Trestle workspace with trestle validate, report failures clearly, and recommend fixes using the validation assistant workflow.
SKILL.md
1.1 KB, as published. Nobody here has run it
Workspace Validate
Run Compliance Trestle validation from Cursor.
Read first
commands/workspace/validate.mdagents/validation-assistant.mdskills/trestle-validation/SKILL.md
Run
From the workspace root that contains .trestle/:
trestle validate -a
Or use the repo wrapper for consistent reports:
bash scripts/trestle-workflow.sh validate <workspace>
For a single model:
trestle validate -t <type> -n <name>
Output
- Capture validation output in
reports/when working inside an import workspace. - If Trestle is missing, write a skipped/missing-tool status instead of implying success.
- Explain schema, reference, and markdown-authoring failures separately when possible.
Follow-up
After successful assembly, import, merge, create, or split operations, run validation before reporting the workspace as ready.