copado-hx

Integrate Salesforce DevOps tools into a single CLI for CI/CD workflows.

7|Updated May 29, 2026
One-click install
npx skills add https://github.com/devkdas/copado-hx --skill copado-hx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copado-hx
Source: https://github.com/devkdas/copado-hx/tree/main
Command: npx skills add https://github.com/devkdas/copado-hx --skill copado-hx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typer, httpx, pyyaml, pydantic, rich, mcp, keyring, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines Salesforce DevOps workflows, eliminating the need for multiple tools and reducing context switching, improving productivity and reducing human error.

Core Features & Use Cases

  • Unified Access: Access all Salesforce DevOps tools from a single terminal CLI.
  • Authentication: Handle authentication with Salesforce, Copado Actions API, and CRT PAK.
  • CI/CD Operations: Manage user stories, commit metadata changes, promote stories, and deploy to production.
  • Robotic Testing: Trigger and manage Copado Robotic Testing jobs.
  • AI Agents: Invoke specialized AI agents for planning, building, testing, releasing, and operating.
  • MCP Server: Expose all tools via the Model Context Protocol for AI agent discovery.
  • Use Case: A developer wants to promote a user story to production. They can use copado-hx promote --env PROD to trigger a promotion workflow, including a safety gate for human approval.

Quick Start

Use the copado-hx skill to authenticate and promote a user story to production. Run copado-hx auth login to authenticate, then copado-hx promote --env PROD to trigger the promotion workflow.

Frequently Asked Questions about copado-hx

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

FAQPage Schema
How do I manage Salesforce DevOps workflows from a single CLI?

You can manage Salesforce DevOps workflows from a single CLI by using a unified terminal tool to handle authentication, trigger CI/CD promotions, and execute robotic testing without switching contexts.

How do I promote a user story to production in Salesforce CI/CD?

To promote a user story to production in Salesforce CI/CD, you authenticate via the CLI login command, then execute a promotion command targeting the production environment, which triggers a workflow with a safety gate for human approval.

Can I trigger Copado Robotic Testing jobs from the terminal?

Yes, you can trigger Copado Robotic Testing jobs from the terminal. The CLI integrates directly with the CRT API to manage and execute robotic testing workflows alongside your standard CI/CD operations.

Does this Salesforce DevOps tool support AI agent interactions?

This Salesforce DevOps tool supports AI agent interactions by exposing all tools via the Model Context Protocol (MCP) and providing an AI Context Hub to invoke specialized agents for planning, building, and releasing.

Do I need Python 3.10 to run Salesforce CI/CD CLI operations?

Yes, you need Python 3.10 or higher to run Salesforce CI/CD CLI operations. The tool also requires dependencies including typer, httpx, pydantic, and keyring to manage authentication and API interactions.

What is the best way to handle authentication for Salesforce REST API and Copado Actions?

The best way to handle authentication for Salesforce REST API and Copado Actions is using the CLI's built-in login command, which securely manages credentials via keyring to access CI/CD workflows and robotic testing.