Skip to content

[codex] Add runtime deploy local skill#17

Open
117503445 wants to merge 2 commits into
mainfrom
add-agentrun-runtime-deploy-skill
Open

[codex] Add runtime deploy local skill#17
117503445 wants to merge 2 commits into
mainfrom
add-agentrun-runtime-deploy-skill

Conversation

@117503445

Copy link
Copy Markdown
Collaborator

Summary

  • Add a local Agent/Codex skill for preparing AgentRun Runtime deployments.
  • Link the skill from the English and Chinese READMEs.

Validation

  • Not run, documentation-only change per request.

Signed-off-by: 117503445 <t117503445@gmail.com>
Copilot AI review requested due to automatic review settings June 17, 2026 14:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new local skill document (agentrun-cli-runtime-deploy) intended to guide agents through preparing and deploying projects as AgentRun Runtimes (scripts + agentruntime.yaml + ar runtime apply flow), and links to that skill from both the English and Chinese READMEs.

Changes:

  • Added a new local skill markdown doc describing the end-to-end Runtime deploy preparation workflow.
  • Linked the skill from README.md and README_zh.md via a raw GitHub URL.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
skills/agentrun-cli-runtime-deploy/SKILL.md Adds the new runtime deploy skill content and examples.
README.md Adds an English README section linking to the new skill.
README_zh.md Adds a Chinese README section linking to the new skill.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread skills/agentrun-cli-runtime-deploy/SKILL.md Outdated
Comment thread skills/agentrun-cli-runtime-deploy/SKILL.md Outdated
@117503445 117503445 marked this pull request as ready for review June 17, 2026 14:10
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Signed-off-by: HaoTian Qi <t117503445@gmail.com>
@117503445 117503445 force-pushed the add-agentrun-runtime-deploy-skill branch from 43b2053 to 0ea4a9b Compare June 17, 2026 14:39

@Sodawyx Sodawyx left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议暂不合并。这个 PR 方向是对的,但还需要补齐:Skill 对外名称统一为 run-your-agents;Release workflow 中打包并发布 skill zip,README 给出版本化公网下载和安装步骤;同时修复 SKILL.md 的 Markdown 代码块渲染问题。

@@ -0,0 +1,69 @@
---
name: agentrun-cli-runtime-deploy

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 Skill 名称建议改成 run-your-agents,并同步目录名、frontmatter name、README 标题/链接和后续 Release asset 名称。现在的 agentrun-cli-runtime-deploy 更像实现细节,对外安装和传播时不够清晰。

Comment thread README.md
deployment, including setup/start scripts, `agentruntime.yaml`, cloud build
configuration and the `ar runtime apply` flow.

[View the full skill](https://raw.githubusercontent.com/Serverless-Devs/agentrun-cli/main/skills/agentrun-cli-runtime-deploy/SKILL.md)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里现在链接的是 main 分支 raw 文件,无法控制版本,也不是可直接安装的发布包。建议在 .github/workflows/release.yml 中将 skills/run-your-agents/ 打成 run-your-agents-${VERSION}.zip 并上传到 GitHub Release(含 sha256),README/README_zh 改为版本化公网下载链接和安装步骤。

timeoutMinutes: 20
cpu: 4
memory: 8192
port: 9000

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里需要在 YAML 示例后补上 closing fence()。当前 head 里 ` yaml ` 没有关掉,后面的“镜像仓库”和“验证命令”都会被 Markdown 渲染进代码块。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants