packages/skills/skills/ct-validator/SKILL.md
Compliance validation for verifying systems, documents, or code against requirements, schemas, or standards. Performs schema validation, code compliance checks, document validation, and protocol compliance verification with detailed pass/fail reporting. Use when validating compliance, checking schemas, verifying code standards, or auditing protocol implementations. Triggers on validation tasks, compliance checks, or quality verification needs.
npx skillsauth add kryptobaseddev/cleo ct-validatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Protocol: @src/protocols/implementation.md Type: Context Injection (cleo-subagent) Version: 2.0.0
Context injection for compliance validation tasks spawned via cleo-subagent. Provides domain expertise for verifying that systems, documents, or code comply with specified requirements, schemas, or standards.
# Validation Report: {{VALIDATION_TARGET}}
## Summary
- **Status**: PASS | PARTIAL | FAIL
- **Compliance**: {X}%
- **Critical Issues**: {N}
## Checklist Results
| Check | Status | Details |
|-------|--------|---------|
| {CHECK_1} | PASS/FAIL | {Details} |
| {CHECK_2} | PASS/FAIL | {Details} |
## Issues Found
### Critical
{List or "None"}
### Warnings
{List or "None"}
### Suggestions
{List or "None"}
## Remediation
{Required fixes if FAIL/PARTIAL, or "No remediation required" if PASS}
| Status | Meaning | Criteria | |--------|---------|----------| | PASS | Fully compliant | All checks pass, 0 critical issues | | PARTIAL | Mostly compliant | >70% pass, no critical issues | | FAIL | Non-compliant | <70% pass OR any critical issues |
@skills/_shared/task-system-integration.md
{{TASK_SHOW_CMD}} {{TASK_ID}}{{TASK_START_CMD}} {{TASK_ID}} (if not already started by orchestrator){{OUTPUT_DIR}}/{{DATE}}_{{TOPIC_SLUG}}.md{{MANIFEST_PATH}}{{TASK_COMPLETE_CMD}} {{TASK_ID}}@skills/_shared/subagent-protocol-base.md
{{OUTPUT_DIR}}/{{DATE}}_{{TOPIC_SLUG}}.md{{MANIFEST_PATH}}{"id":"{{TOPIC_SLUG}}-{{DATE}}","file":"{{DATE}}_{{TOPIC_SLUG}}.md","title":"{{VALIDATION_TARGET}} Validation","date":"{{DATE}}","status":"complete","agent_type":"validation","topics":["validation","compliance","{{TOPIC}}"],"key_findings":["Overall: {PASS|PARTIAL|FAIL} at {X}%","{N} critical issues found","{SUMMARY_OF_MAIN_FINDINGS}"],"actionable":{TRUE_IF_ISSUES},"needs_followup":["{REMEDIATION_TASK_IDS}"],"linked_tasks":["{{EPIC_ID}}","{{TASK_ID}}"]}
# JSON Schema validation example
{{VALIDATION_COMMANDS}}
Checks:
Checks:
Checks:
Checks:
{{TASK_START_CMD}} (if not already started){{TASK_COMPLETE_CMD}}When invoked by orchestrator, expect these context tokens:
| Token | Description | Example |
|-------|-------------|---------|
| {{VALIDATION_TARGET}} | What is being validated | CLEO Schema v2.6.0 |
| {{TARGET_FILES_OR_SYSTEMS}} | Files/paths to check | schemas/*.json |
| {{VALIDATION_CRITERIA}} | Checklist of requirements | RFC 2119 compliance items |
| {{VALIDATION_COMMANDS}} | Specific commands to run | ajv validate --spec=draft7 |
| {{TOPIC_SLUG}} | URL-safe topic name | schema-validation |
| Pattern | Problem | Solution | |---------|---------|----------| | Skipping failing checks | Incomplete report | Run all checks, report all failures | | Vague findings | Unclear remediation | Specific issue + file/line + fix | | Missing severity | Can't prioritize | Always classify: critical/warning/suggestion | | No remediation | Findings not actionable | Always provide fix for FAIL/PARTIAL |
tools
Connect any AI agent to SignalDock for agent-to-agent messaging. Use when an agent needs to: (1) register on api.signaldock.io, (2) install the signaldock runtime CLI, (3) send/receive messages to other agents, (4) set up SSE real-time streaming, (5) poll for messages, (6) check inbox, or (7) connect to the SignalDock platform. Triggers on: "connect to signaldock", "register agent", "send message to agent", "agent messaging", "signaldock setup", "install signaldock", "agent-to-agent".
testing
General implementation task execution for completing assigned CLEO tasks by following instructions and producing concrete deliverables. Handles coding, configuration, documentation work with quality verification against acceptance criteria and progress reporting. Use when executing implementation tasks, completing assigned work, or producing task deliverables. Triggers on implementation tasks, general execution needs, or task completion work.
tools
Quick ephemeral sticky notes for project-wide capture before formal classification
development
Technical specification writing using RFC 2119 language for clear, unambiguous requirements. Creates protocol specifications, technical requirements, API specifications, and architecture documents with testable requirements and compliance criteria. Use when writing specifications, defining protocols, documenting requirements, or creating API contracts. Triggers on specification tasks, protocol definition needs, or requirement documentation.