Skip to content

[Feature] Custom Agents - #1

Merged
antgrutta merged 10 commits into
mainfrom
feature/custom-agents
Nov 13, 2025
Merged

[Feature] Custom Agents#1
antgrutta merged 10 commits into
mainfrom
feature/custom-agents

Conversation

@antgrutta

Copy link
Copy Markdown
Collaborator

Universe 2025 Updates

Now that custom agents have been released, we are moving the Actions-based orchestration to the new native custom agent functionality.

@antgrutta
antgrutta requested a review from ssulei7 as a code owner November 13, 2025 14:40
Copilot AI review requested due to automatic review settings November 13, 2025 14:40

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

This pull request transforms the repository from an Actions-based orchestration system to leverage GitHub's native custom agents functionality for CI/CD pipeline migrations. The change represents a fundamental architectural shift from automated workflows that create issues and trigger coding agents, to a collection of specialized custom agent definitions that users invoke directly through the GitHub Copilot interface.

Key changes:

  • Introduces 9 specialized custom agent definitions for different CI/CD systems (Jenkins, GitLab, CircleCI, Travis CI, Azure DevOps, Bamboo, Bitbucket, Drone CI, and a reusable workflow builder)
  • Removes GitHub Actions workflows, JavaScript automation scripts, and configuration files previously used for orchestration
  • Completely rewrites the README to reflect the new custom agent approach with deployment instructions for .github-private repositories

Reviewed Changes

Copilot reviewed 33 out of 33 changed files in this pull request and generated no comments.

Show a summary per file
File Description
agents/travisci-migrator.md New custom agent for Travis CI to GitHub Actions migrations with matrix conversion and validation
agents/reusable-workflow-builder.md New custom agent for analyzing CI/CD patterns across organizations and generating reusable workflows
agents/jenkins-migrator.md New custom agent for Jenkins pipeline migrations supporting both declarative and scripted syntax
agents/gitlab-migrator.md New custom agent for GitLab CI/CD pipeline migrations with template expansion
agents/droneci-migrator.md New custom agent for Drone CI pipeline migrations
agents/circleci-migrator.md New custom agent for CircleCI workflow migrations with orb expansion
agents/bitbucket-migrator.md New custom agent for Bitbucket Pipelines migrations
agents/bamboo-migrator.md New custom agent for Bamboo build plan migrations
agents/azure-devops-migrator.md New custom agent for Azure DevOps pipeline migrations
README.md Completely rewritten to document custom agent setup and usage instead of Actions-based workflows
.github/workflows/submit-repos.yaml Removed orchestration workflow (no longer needed with custom agents)
.github/workflows/settings.yaml Removed configuration workflow (no longer needed with custom agents)
.github/settings/config.yaml Removed centralized configuration (replaced by custom agent invocations)
.github/scripts/submit-repositories.js Removed automation script (functionality moved to custom agents)
.github/scripts/settings.js Removed configuration script (functionality moved to custom agents)
.github/prompts/*.prompt.md Removed workflow prompts (functionality integrated into custom agent definitions)
.github/prompts/*-analysis.prompt.md Removed analysis prompts (not needed in custom agent approach)

@antgrutta

Copy link
Copy Markdown
Collaborator Author

Merge bypass, deploying so @robandpdx can move forward with offering requirements.

@antgrutta
antgrutta merged commit 2e5f624 into main Nov 13, 2025
7 of 8 checks passed
@antgrutta
antgrutta deleted the feature/custom-agents branch November 13, 2025 14:44
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