Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 20, 2025

Implements a specialized custom agent for cloud infrastructure and deployment tasks, enabling focused guidance on AWS/Azure/GCP, Kubernetes, Docker, IaC, and CI/CD pipelines.

Changes

New Agent (.github/agents/cloud.agent.md)

  • Cloud platform expertise (AWS, Azure, GCP)
  • Container orchestration (Kubernetes, Docker, Helm)
  • Infrastructure as Code (Terraform, Ansible, CloudFormation)
  • CI/CD pipeline design (GitHub Actions, GitLab CI, Jenkins)
  • Security-first principles with RBAC, secrets management, vulnerability scanning
  • Tool access: fetch, githubRepo, search, usages, view, edit, bash
  • Handoffs to planner/reviewer/implementation agents
  • References 6 existing instruction files for detailed guidance

Documentation

  • Agent directory README with usage instructions
  • Updated repository structure reference

Usage

---
description: Cloud infrastructure and deployment specialist
name: Cloud Infrastructure
tools: ['fetch', 'githubRepo', 'search', 'usages', 'view', 'edit', 'bash']
handoffs:
  - label: Plan Infrastructure
    agent: planner
  - label: Review Deployment
    agent: reviewer
---

Select "Cloud Infrastructure" from VS Code agent dropdown for specialized guidance on deployments, container optimization, IaC patterns, and security best practices.

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] Delegate processing tasks to cloud agent Add cloud infrastructure custom agent for deployment workflows Nov 20, 2025
Copilot AI requested a review from MauGx3 November 20, 2025 16:28
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