depot-ci

Migrate GitHub Actions workflows to Depot CI with .depot/workflows setup.

357|255|Updated Nov 1, 2019
One-click install
npx skills add https://github.com/Agoric/agoric-sdk --skill depot-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: depot-ci
Source: https://github.com/Agoric/agoric-sdk/tree/main/.agents/skills/depot-ci
Command: npx skills add https://github.com/Agoric/agoric-sdk --skill depot-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Depot CI provides a drop-in replacement for GitHub Actions, enabling you to run workflows entirely on Depot compute, simplifying migration and improving reliability.

Core Features & Use Cases

  • Migration: discover, translate, and move workflows from .github/workflows to Depot CI.
  • Run and debug: execute Depot CI workflows locally to validate parity across jobs and steps.
  • Secrets and variables management: import and manage environment variables and secrets for Depot CI runs.

Quick Start

Run depot ci migrate to begin translating workflows and setting up Depot CI pipelines for your repository.

Frequently Asked Questions about depot-ci

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

FAQPage Schema
How do I migrate GitHub Actions workflows to Depot CI?

To migrate GitHub Actions to Depot CI, run the depot ci migrate command to discover, translate, and move your .github/workflows into a .depot/workflows setup on Depot infrastructure.

What is Depot CI used for?

Depot CI is a drop-in replacement for GitHub Actions that centralizes repository pipeline execution, visibility, and control by running workflows entirely on Depot compute.

Can I run and debug Depot CI workflows locally to validate parity?

Yes, you can execute and debug Depot CI workflows locally to validate job and step parity before applying them to repository-wide pipelines.

How do I manage environment variables and secrets for Depot CI runs?

You manage environment variables and secrets for Depot CI runs by importing and configuring them during your .depot/workflows setup to ensure proper execution on Depot compute.

Does Depot CI work as a drop-in replacement for GitHub Actions?

Yes, Depot CI works as a drop-in replacement for GitHub Actions, allowing you to translate and run existing .github/workflows files directly on Depot compute.