Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 20, 2025

Implements a specialized custom agent for delegating cloud infrastructure, containerization, and deployment tasks within GitHub Copilot.

Changes

New Custom Agent Infrastructure

  • .github/agents/cloud.agent.md - Cloud Infrastructure Expert agent with:

    • 7 tools (search, fetch, githubRepo, bash, view, edit, create)
    • Expertise in Docker containerization, Kubernetes orchestration, cloud platforms (AWS/Azure/GCP), and CI/CD
    • Handoff workflows to default agent for code review and implementation
    • References to 1,595 lines of existing instruction files for Docker, Kubernetes, and GitHub Actions best practices
  • .github/agents/README.md - Documentation covering:

    • Usage guide for selecting and delegating to custom agents
    • Agent creation guidelines
    • Example queries and workflows

Usage

Users can now delegate infrastructure tasks by selecting "Cloud Infrastructure Expert" from the agents dropdown in VS Code Copilot Chat:

@cloud-infrastructure-expert Create a production-ready Kubernetes deployment 
for a Node.js API with health checks, resource limits, and autoscaling

The agent provides expertise in:

  • Multi-stage Docker builds with security hardening
  • Kubernetes manifests (Deployments, Services, Ingress, ConfigMaps, Secrets)
  • Cloud infrastructure design (AWS ECS/EKS, Azure AKS, GCP GKE)
  • GitHub Actions CI/CD pipelines for container deployment

Integration

Agent references existing best practices:

  • _instructions/containerization-docker-best-practices.instructions.md (681 lines)
  • _instructions/kubernetes-deployment-best-practices.instructions.md (307 lines)
  • .github/instructions/github-actions-ci-cd-best-practices.instructions.md (607 lines)
Original prompt

Delegate: "Delegate to cloud agent"

Created from VS Code via the GitHub Pull Request extension.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add delegation functionality to cloud agent Add Cloud Infrastructure Expert custom agent Nov 20, 2025
Copilot AI requested a review from MauGx3 November 20, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants