Skip to content

[codex] Add runtime deploy local skill#17

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

[codex] Add runtime deploy local skill#17
117503445 wants to merge 4 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
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 代码块渲染问题。

Comment thread skills/agentrun-cli-runtime-deploy/SKILL.md Outdated
Comment thread README.md Outdated
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 改为版本化公网下载链接和安装步骤。

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

这里先改成相对路径,保持 skill 随仓库版本走,不再链接到 main 分支 raw 文件。当前这个 skill 暂定位为仓库内文档,不作为独立安装包分发,所以先不在 release workflow 里额外打包 zip。

Comment thread skills/run-your-agents/SKILL.md
- Rename skills/agentrun-cli-runtime-deploy/ to skills/run-your-agents/
- Update frontmatter name to run-your-agents
- Add missing closing fence for YAML code block in SKILL.md
- Update README.md and README_zh.md links accordingly

Addressed review comments from PR #17.

Signed-off-by: 117503445 <117503445@users.noreply.github.com>
Signed-off-by: 117503445 <t117503445@gmail.com>
Relative path follows the repo version automatically, avoiding the need
for versioned release assets for a pure-Markdown local skill.

Signed-off-by: 117503445 <117503445@users.noreply.github.com>
Signed-off-by: 117503445 <t117503445@gmail.com>
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