erda-runtime

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

ERDA 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

工作流

  1. Verify CLI availability with the skill-local doctor script or direct probing from
    references/prerequisites.md
    .
  2. If the request comes right after a pipeline run, first recover
    runtimeID
    from pipeline output or from
    runtime list
    before giving runtime commands.
  3. Identify the org, project, application, environment, and runtime scope.
  4. Distinguish between deployment problems, application problems, and infrastructure symptoms.
  5. Prefer reversible and low-risk operational guidance first.
  6. Use precise runtime language and concrete
    erda-cli
    commands where appropriate.
  7. Call out missing context before suggesting destructive operations.
  8. When validating the skill itself, use the command playbooks and validation prompts from the reference file.
  1. 使用Skill本地的doctor脚本或直接通过
    references/prerequisites.md
    中的方法验证CLI是否可用。
  2. 如果请求是在流水线运行后立即发起的,先从流水线输出或
    runtime list
    中获取
    runtimeID
    ,再提供运行时命令。
  3. 确定组织、项目、应用、环境和运行时范围。
  4. 区分部署问题、应用问题和基础设施症状。
  5. 优先提供可逆且低风险的操作指导。
  6. 适当时使用精准的运行时术语和具体的
    erda-cli
    命令。
  7. 在建议破坏性操作前,先指出缺失的上下文信息。
  8. 验证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