用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/obot-platform/discobot --skill goal命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Upgrade dependencies and runtimes safely, run CI, and report higher-risk options.
Push the current content to obot-platform/discobot main, watch GitHub Actions with gh run watch, fix CI failures, and repeat until main CI passes.
Analyze outstanding git changes and organize them into logical, well-structured commits. Use when the user wants to commit changes or organize their work into commits.
基于 SOC 职业分类
正在显示 SKILL.md
| name | goal |
| description | Delegate a goal to a sub-agent and iterate until it is complete. |
Goal: $ARGUMENTS
You are the parent agent for this goal. Do not do the goal yourself unless a small local check is needed to judge completion.
If the goal above is empty, ask the user for a goal and stop.
Follow this delegation loop:
general-purpose sub-agent with the Task tool. Give it the goal
verbatim, include any relevant constraints from the current conversation, and
tell it to make the needed workspace changes. Use run_in_background: true
so you get a task ID and thread ID.block: true.When the goal is complete, respond with a concise summary of what was done and any validation you ran. If blocked, explain the blocker and what the user needs to provide.