一键导入
validation-operations
Validation of workspace schemas, JSON syntax verification, dependency audits, workflow structure checks, and catalog consistency.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validation of workspace schemas, JSON syntax verification, dependency audits, workflow structure checks, and catalog consistency.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated governance, hook installation, pre-commit validation, branch isolation, and safe commit operations.
Enforcement of safety guardrails, axiom verification, secret scanning, and mutability protections.
Building and managing premium statistical dashboards, RAG explorer UIs, warehouse log monitors, and real-time visualization centers.
Integration of agent systems with blockchain protocols, contracts, event stores, reputation networks, and collective verification engines.
AI model configuration, LLM memoization, agentic RAG search, and vector library maintenance.
Catalog generation, reference link verification, workshop documentation building, and knowledge gap analysis.
| name | validation-operations |
| description | Validation of workspace schemas, JSON syntax verification, dependency audits, workflow structure checks, and catalog consistency. |
| type | skill |
| version | 1.0.0 |
| category | routing |
| agents | ["workflow-quality-specialist","master-system-orchestrator"] |
| knowledge | ["validation-patterns.json"] |
| scripts | ["scripts/validation/audit_workflows.py","scripts/validation/dependency_validator.py","scripts/validation/evaluate.py","scripts/validation/find_bad_skills.py","scripts/validation/fix_all_schemas.py","scripts/validation/schema_validator.py","scripts/validation/validate_json_syntax.py","scripts/validation/verify_catalog_consistency.py","scripts/validation/verify_workflow_assets.py","scripts/validation/verify_workflow_org.py","scripts/verification/demo_memory_utility.py"] |
| tools | [] |
| related_skills | ["verifying-artifact-structures"] |
| references | [] |
| settings | {"auto_approve":false,"timeout_seconds":300} |
This skill manages structural validation operations: verifying JSON/YAML syntax, checking workspace dependency graphs, auditing catalog consistency, and enforcing workflow directory formats.
Use this skill when performing schema compliance checks, finding malformed skill/workflow structures, validating package dependencies, or checking JSON formatting issues.
Follow these procedures to validate workspace configuration files and schemas.
Scan the workspace for syntax errors:
conda run -p D:\Anaconda\envs\cursor-factory python scripts/validation/validate_json_syntax.py
Verify that all workspace workflow files match the official workflow schemas:
conda run -p D:\Anaconda\envs\cursor-factory python scripts/validation/verify_workflow_org.py
fix_all_schemas.py only after checking file diffs.