Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Instructions

This directory contains portable, AI-agnostic instruction packs for building and evaluating DevOps agents.

Use these files in two ways:

  1. System/Agent Instructions (short): paste a concise stub into your agent platform.
  2. Knowledge/Grounding (long): attach the detailed guardrail documents so the agent can stay consistent.

Areas

CI/CD

  • 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.

Kubernetes (placeholder)

  • k8s/README.md

Cloud Ops (placeholder)

  • cloud-ops/README.md

Security (placeholder)

  • security/README.md

How to use (portable pattern)

  1. Pick a topic (e.g., CI/CD → Jenkins).
  2. Paste the “Minimal instruction stub” into your agent.
  3. Attach the guardrail doc(s) as knowledge/grounding.
  4. Run the matching eval cases in eval/ before rollout.