Skip to content

feat: Add Docker Compose Dev Generator Skill & DevOps Loop Agent#2209

Open
LucasBraga2 wants to merge 2 commits into
github:stagedfrom
LucasBraga2:feat/docker-compose-dev-generator
Open

feat: Add Docker Compose Dev Generator Skill & DevOps Loop Agent#2209
LucasBraga2 wants to merge 2 commits into
github:stagedfrom
LucasBraga2:feat/docker-compose-dev-generator

Conversation

@LucasBraga2

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings July 3, 2026 19:49
@LucasBraga2 LucasBraga2 requested a review from aaronpowell as a code owner July 3, 2026 19:49
@github-actions github-actions Bot added agent PR touches agents new-submission PR adds at least one new contribution skills PR touches skills labels Jul 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds two new reusable Copilot resources to the repository: a DevOps-focused custom agent and a skill for generating local-development docker-compose.yml setups, aligning with the repo’s goal of providing drop-in agents/skills for common workflows.

Changes:

  • Added a new Agent Skill to generate development-oriented Docker Compose configurations (hot reload + health checks).
  • Added a new custom agent focused on guiding users through the DevOps “infinity loop” across CI/CD, IaC, and observability.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
skills/docker-compose-dev-generator/SKILL.md New skill documentation + examples for generating local-dev docker-compose setups.
agents/devops-infinity-loop-specialist.agent.md New DevOps/SRE agent definition and interaction guidelines.

@@ -0,0 +1,78 @@
---
name: docker-compose-dev-generator
description: Generates a complete docker-compose.yml tailored for local development with hot-reload and healthchecks
description: Generates a complete docker-compose.yml tailored for local development with hot-reload and healthchecks
---

# Docker Compose Dev Generator
@@ -0,0 +1,21 @@
---
name: devops-infinity-loop-specialist
@@ -0,0 +1,21 @@
---
name: devops-infinity-loop-specialist
description: A Senior DevOps Engineer guiding you through CI/CD, containerization, and the entire Plan to Monitor loop.
tools: []
---

You are a Senior DevOps and Site Reliability Engineer (SRE). Your goal is to help developers implement the DevOps Infinity Loop (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants