ERDA skill collection for GitHub-based distribution.
This repository is organized as a multi-skill repo compatible with path-based installation. Each skill lives under skills/<skill-name>/ and uses SKILL.md as its entry point.
The repository currently centers on two operational domains in ERDA:
erda-cicd: CI/CD workflows driven byerda-cli, especially pipeline run, history, status, logs, and delivery-oriented troubleshootingerda-runtime: runtime status, instances, logs, and runtime health operations driven byerda-cli
Skills are intentionally backed by more than a single markdown file:
references/captures command and workflow knowledgeassets/templates/provides reusable workflow starters where usefulscripts/doctor.shperforms deterministicerda-cliprerequisite checks
erda-cicd: operate and troubleshoot ERDA CI/CD workflows througherda-clierda-runtime: inspect and operate ERDA runtimes viaerda-cli
This repository is intended to be distributed from GitHub, for example:
npx skills add tailabs/erda-skillsAfter installation, validate the two skills with realistic prompts instead of generic questions.
For erda-cicd:
- ask how to run a pipeline from the current repository
- ask how to inspect pipeline status, history, and failed task logs
- ask for the correct troubleshooting order when a delivery flow fails
For erda-runtime:
- ask how to list runtimes for a workspace
- ask how to inspect runtime status for a specific runtime ID
- ask how to view service logs or instance logs with
--watch
The concrete validation prompts are bundled in:
skills/erda-cicd/references/cli-capabilities.mdskills/erda-runtime/references/operations.md
Both skills depend on erda-cli.
Quick checks:
bash skills/erda-cicd/scripts/doctor.sh
bash skills/erda-runtime/scripts/doctor.shskills/
erda-cicd/
assets/
references/
scripts/
SKILL.md
erda-runtime/
references/
scripts/
SKILL.md