DevOps Agent Kit is a portable, AI-agnostic toolkit for building DevOps agents that behave consistently across platforms.
It contains:
- instructions/: guardrails and operating modes (the “behavior pack”)
- templates/: incident/change/postmortem/PR-review templates (the “output pack”)
- eval/: scenario tests + acceptance criteria (the “evaluation harness”)
- api/: OpenAPI contracts for tool integrations (the “portability layer”)
- Choose an instruction pack (e.g.,
instructions/cicd/jenkins_pipeline_review_guardrails.md) - Paste the stub from
instructions/*/README.mdinto your agent platform’s system instructions - Attach the longer guardrail doc(s) as knowledge/grounding
- Run eval cases from
eval/to confirm the agent’s behavior matches the acceptance criteria