doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bamontejano/skill-doctorbot-ci-validatorWhat This Skill Does
DoctorBot CI Validator is a specialized diagnostic engine designed for OpenClaw agents to perform offline, deterministic validation of CI/CD configuration files. Instead of waiting for a remote server to reject your pipeline, this skill uses advanced mocking techniques to check your GitHub Actions, GitLab CI, and Keep (AIOps) workflows for schema errors, syntax mismatches, and structural flaws. By operating entirely offline, it eliminates the need for live database connections or network overhead, providing instantaneous feedback on whether your automation scripts will succeed or fail.
Installation
To integrate this tool into your OpenClaw environment, execute the following command in your terminal:
openclaw install openclaw/skills/skills/bamontejano/skill-doctorbot-ci-validator
Once installed, the tool adds validate_keep.py and validate_yaml.py to your local environment, allowing your agent to interface with them directly through CLI commands.
Use Cases
This skill is indispensable for DevOps engineers and automation developers. Key use cases include:
- Pre-commit Automation: Integrate the validator into your local git hooks to ensure no broken YAML is ever committed to a repo.
- Agentic Code Review: Allow your AI agent to self-correct its generated workflow code by validating it against the schema before presenting the file to you.
- AIOps Configuration: Use the specialized Keep workflow mocker to test complex monitoring logic without needing to simulate a live production environment.
Example Prompts
- "Validate the entire .github/workflows directory and list any syntax errors found."
- "Check my new Keep workflow located at './alerts/disk-space.yaml' to ensure all providers are properly defined."
- "The pipeline failed in production; can you use the CI validator to dry-run the config and tell me exactly which line is causing the schema violation?"
Tips & Limitations
- Tip: Always run the validator against directories rather than single files to ensure that cross-file dependencies in your CI logic are also checked.
- Tip: Combine this with a linter for even higher confidence in your code quality.
- Limitation: As an offline validator, it cannot verify the availability of external network services or the actual state of production databases. It checks structural and logical correctness rather than integration success. It is not a replacement for full-environment integration testing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bamontejano-skill-doctorbot-ci-validator": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
AURA Security Scanner
Scan AI agent skills for malware, credential theft, prompt injection, and dangerous permissions before installing them
sbom-explainer
把依赖清单或 SBOM 翻译成非技术可读的风险说明,按影响面排序。;use for sbom, dependencies, risk workflows;do not use for 伪造 CVE 状态, 替代专业漏洞扫描.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
ai-workflow-red-team-lite
对 AI 自动化流程做轻量红队演练,聚焦误用路径、边界失败和数据泄露风险。;use for red-team, ai, workflow workflows;do not use for 输出可直接滥用的攻击脚本, 帮助破坏系统.