omc-ado-setup

Configures Azure DevOps integration by detecting Git remote and writing .omcp/config.json.

5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill omc-ado-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-ado-setup
Source: https://github.com/RobinNorberg/oh-my-copilot/tree/main/skills/omc-ado-setup
Command: npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill omc-ado-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure DevOps integration for a project often requires a consistent, automated setup that connects a repository to an organization and project, generates a centralized .omcp/config.json, and validates authentication.

Core Features & Use Cases

  • Detects the ADO remote, extracts org, project, and repo from the git configuration.
  • Validates prerequisites (Azure CLI, azure-devops extension, authentication status, and default settings) and guides remediation.
  • Writes or updates .omcp/config.json with the detected settings and optional fields to tailor the integration.
  • Performs a smoke test to verify the connection and readiness of the integration in a production workflow.

Quick Start

Invoke the skill with a trigger such as 'setup ado' to begin configuring Azure DevOps integration.

Frequently Asked Questions about omc-ado-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Azure DevOps integration for my project?

Configure Azure DevOps integration by detecting the ADO remote, project, and repo from your git configuration, then writing settings to .omcp/config.json. The setup validates prerequisites and performs a smoke test to verify the connection.

What prerequisites do I need to configure ADO integration?

Configuring ADO integration requires Azure CLI, the azure-devops extension, and active authentication. The setup validates these prerequisites, checks default settings, and guides remediation if any required components are missing.

How does Azure DevOps setup detect my organization and repository?

Azure DevOps setup detects your organization, project, and repository by parsing the git remote configuration. It extracts these details automatically and writes them into the centralized .omcp/config.json file for your project.

Can I update an existing .omcp config file with new ADO settings?

You can write or update the .omcp/config.json file with detected ADO settings and optional fields to tailor the integration. The setup ensures existing configurations are updated while maintaining your customized optional parameters.

Why does my Azure DevOps integration smoke test fail?

The Azure DevOps integration smoke test fails when prerequisites like Azure CLI, the azure-devops extension, or authentication are invalid. The setup validates these components and guides remediation to verify connection readiness in production workflows.

What's the best way to automate Azure DevOps repository configuration?

Automate Azure DevOps repository configuration by detecting the ADO remote from git settings and writing a centralized .omcp/config.json file. This approach validates prerequisites and runs a smoke test to ensure production readiness.