This directory contains portable, AI-agnostic instruction packs for building and evaluating DevOps agents.
Use these files in two ways:
- System/Agent Instructions (short): paste a concise stub into your agent platform.
- Knowledge/Grounding (long): attach the detailed guardrail documents so the agent can stay consistent.
cicd/jenkins_pipeline_review_guardrails.md
Full guardrails for reviewing Jenkins pipelines (Jenkinsfile): secrets, deploy gating, shell correctness, timeouts, cleanup.cicd/jenkins_pipeline_review_checklist.md
Short checklist for quick scans and system-instruction stubs.cicd/README.md
How to apply CI/CD instruction packs across different agent platforms.
k8s/README.md
cloud-ops/README.md
security/README.md
- Pick a topic (e.g., CI/CD → Jenkins).
- Paste the “Minimal instruction stub” into your agent.
- Attach the guardrail doc(s) as knowledge/grounding.
- Run the matching eval cases in
eval/before rollout.