[codex] Add runtime deploy local skill#17
Conversation
Signed-off-by: 117503445 <t117503445@gmail.com>
There was a problem hiding this comment.
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.mdandREADME_zh.mdvia 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.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: HaoTian Qi <t117503445@gmail.com>
43b2053 to
0ea4a9b
Compare
Sodawyx
left a comment
There was a problem hiding this comment.
建议暂不合并。这个 PR 方向是对的,但还需要补齐:Skill 对外名称统一为 run-your-agents;Release workflow 中打包并发布 skill zip,README 给出版本化公网下载和安装步骤;同时修复 SKILL.md 的 Markdown 代码块渲染问题。
| 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) |
There was a problem hiding this comment.
这里现在链接的是 main 分支 raw 文件,无法控制版本,也不是可直接安装的发布包。建议在 .github/workflows/release.yml 中将 skills/run-your-agents/ 打成 run-your-agents-${VERSION}.zip 并上传到 GitHub Release(含 sha256),README/README_zh 改为版本化公网下载链接和安装步骤。
There was a problem hiding this comment.
这里先改成相对路径,保持 skill 随仓库版本走,不再链接到 main 分支 raw 文件。当前这个 skill 暂定位为仓库内文档,不作为独立安装包分发,所以先不在 release workflow 里额外打包 zip。
- 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>
Summary
Validation