feat: Add Docker Compose Dev Generator Skill & DevOps Loop Agent#2209
Open
LucasBraga2 wants to merge 2 commits into
Open
feat: Add Docker Compose Dev Generator Skill & DevOps Loop Agent#2209LucasBraga2 wants to merge 2 commits into
LucasBraga2 wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
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). |
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.
No description provided.