erda-runtime
Original:🇺🇸 English
Translated
1 scripts
Inspect, operate, and troubleshoot ERDA runtimes through erda-cli-backed workflows. Use when users need help with runtime status, deployment behavior, logs, scaling, restarts, or environment-oriented ERDA troubleshooting.
15installs
Sourceerda-project/skills
Added on
NPX Install
npx skill4agent add erda-project/skills erda-runtimeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →ERDA Runtime
This skill handles runtime-oriented ERDA tasks.
Do not assume repository-level shared files are present when this skill is installed. Start from the skill-local references and scripts first.
This skill also includes:
- prerequisites and fallback rules:
references/prerequisites.md - operational reference:
references/operations.md - deterministic prerequisite check:
scripts/doctor.sh - validation prompts: see
references/operations.md
Use This Skill For
- checking runtime health and status
- guiding deploy, restart, scale, and log-inspection workflows
- diagnosing runtime failures after deployment
- mapping service symptoms to ERDA runtime actions
Workflow
- Verify CLI availability with the skill-local doctor script or direct probing from .
references/prerequisites.md - If the request comes right after a pipeline run, first recover from pipeline output or from
runtimeIDbefore giving runtime commands.runtime list - Identify the org, project, application, environment, and runtime scope.
- Distinguish between deployment problems, application problems, and infrastructure symptoms.
- Prefer reversible and low-risk operational guidance first.
- Use precise runtime language and concrete commands where appropriate.
erda-cli - Call out missing context before suggesting destructive operations.
- When validating the skill itself, use the command playbooks and validation prompts from the reference file.
Operational Priorities
- status and recent deployment state
- runtime logs and failing services
- resource pressure or bad scaling assumptions
- config drift between expected and actual environment
References
- Prerequisites and fallback:
references/prerequisites.md - Operations reference:
references/operations.md