Add DevOps agents, instructions, prompt#513
Merged
Merged
Conversation
* Initial plan * Add DevOps resources: agents, instructions, and prompt Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com> * Replace redundant GitHub Actions instructions with expert agent Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com> * Make DevOps resources more generic for easier maintenance Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com> * Remove optional model field to align with repository conventions Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com> * Reduce code examples to focus on principles and guidance Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com> * Add DevOps Expert agent following infinity loop principle Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces comprehensive DevOps-focused resources including four new expert agents (DevOps Expert, GitHub Actions Expert, Platform SRE for Kubernetes, Terraform IaC Reviewer), a Kubernetes manifests instruction file, and a DevOps rollout plan prompt. These additions provide structured guidance for automation, security, reliability, and operational excellence across the DevOps lifecycle following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor).
Key changes:
- Adds four specialized DevOps/SRE agents with security-first and reliability-focused guidelines
- Introduces Kubernetes manifest instructions with production-ready best practices
- Provides a rollout plan generator prompt for comprehensive deployment planning
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| agents/devops-expert.agent.md | Comprehensive DevOps agent covering the complete infinity loop lifecycle with automation and collaboration emphasis |
| agents/github-actions-expert.agent.md | Security-hardened GitHub Actions specialist focusing on OIDC, action pinning, and supply-chain security |
| agents/platform-sre-kubernetes.agent.md | SRE-focused Kubernetes agent prioritizing reliability, safe rollouts/rollbacks, and security defaults |
| agents/terraform-iac-reviewer.agent.md | Terraform specialist emphasizing state safety, least privilege IAM, and safe deployment patterns |
| instructions/kubernetes-manifests.instructions.md | Production-ready Kubernetes manifest guidelines with security contexts, resource management, and validation |
| prompts/devops-rollout-plan.prompt.md | Structured rollout plan generator with preflight checks, verification signals, and rollback procedures |
| docs/README.agents.md | Documentation update adding new DevOps agents to the agents listing |
| docs/README.instructions.md | Documentation update adding Kubernetes manifests instructions |
| docs/README.prompts.md | Documentation update adding DevOps rollout plan prompt |
codemillmatt
self-requested a review
January 9, 2026 16:36
codemillmatt
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces four new expert agent definitions, each focused on a specific area of DevOps, CI/CD, SRE, or Infrastructure as Code. These agent files provide detailed guidelines, checklists, and best practices to ensure high standards for automation, security, reliability, and operational excellence within their respective domains.
The most important changes are:
Agent Definitions and Best Practices
DevOps Expertagent with comprehensive coverage of the DevOps Infinity Loop, including phase-by-phase objectives, activities, automation focus, checklists, and cultural principles for continuous improvement.GitHub Actions Expertagent emphasizing secure CI/CD workflow design, action version pinning, OIDC authentication, least privilege permissions, supply-chain security, and workflow validation. Includes detailed security checklists and reminders.Platform SRE for Kubernetesagent focused on production-grade Kubernetes deployments, safe rollout/rollback procedures, security defaults (e.g.,runAsNonRoot,readOnlyRootFilesystem), resource management, health probes, high availability, and operational verification.Terraform IaC Revieweragent specializing in safe, auditable, and maintainable Terraform changes, with emphasis on state management, least privilege IAM, module design, drift detection, security scanning, and disciplined plan/apply workflows.* Initial planAdd DevOps resources: agents, instructions, and prompt
Replace redundant GitHub Actions instructions with expert agent
Make DevOps resources more generic for easier maintenance
Remove optional model field to align with repository conventions
Reduce code examples to focus on principles and guidance
Add DevOps Expert agent following infinity loop principle
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.