erda-runtime
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseERDA Runtime
ERDA 运行时
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
本Skill负责处理面向ERDA运行时的任务。
安装本Skill时,请勿假设存在仓库级别的共享文件。请优先从Skill本地的引用文件和脚本开始。
本Skill还包含以下内容:
- 前置条件与降级规则:
references/prerequisites.md - 操作参考:
references/operations.md - 确定性前置检查:
scripts/doctor.sh - 验证提示:请查看
references/operations.md
Use This Skill For
使用本Skill的场景
- 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
- 检查运行时健康状态
- 指导部署、重启、扩容和日志检查工作流
- 排查部署后的运行时故障
- 将服务症状映射到ERDA运行时操作
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.
- 使用Skill本地的doctor脚本或直接通过中的方法验证CLI是否可用。
references/prerequisites.md - 如果请求是在流水线运行后立即发起的,先从流水线输出或中获取
runtime list,再提供运行时命令。runtimeID - 确定组织、项目、应用、环境和运行时范围。
- 区分部署问题、应用问题和基础设施症状。
- 优先提供可逆且低风险的操作指导。
- 适当时使用精准的运行时术语和具体的命令。
erda-cli - 在建议破坏性操作前,先指出缺失的上下文信息。
- 验证Skill本身时,使用参考文件中的命令手册和验证提示。
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
- 前置条件与降级规则:
references/prerequisites.md - 操作参考:
references/operations.md