← Back to list
autopilot Checked
接收一句模糊指令,自动调查、分类、拆解为 XML 阶段计划、选 skill、定完成判定,
然后以无人值守模式通过 loop/goal + agent-mode 完整执行到底——
包括自动部署、自…
8.7Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "autopilot" skill by following the instructions at https://skill123.me/install/autopilot.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/autopilot.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 49 KBAbout this skill
Overview
接收一句模糊指令,自动调查、分类、拆解为 XML 阶段计划、选 skill、定完成判定,
然后以无人值守模式通过 loop/goal + agent-mode 完整执行到底——
包括自动部署、自动 E2E 测试、自动代码 review,不跳过任何阶段。
当用户扔过来一句宽泛任务时主动使用——"把 bug 修了"、"补测试"、
"优化性能"、"把这个功能做完"、"代码扫一遍"、"调查一下为什么 XX"。
也在用户说"autopilot"、"auto"、"帮我规划"、"自己搞定"、"直接跑"、
"你来拆"、"别问我怎么做"时触发。即使用户没有说这些关键词,
只要输入明显是未拆解的宽泛意图,也应该主动激活。
调用 autopilot = 授权全自动无人值守执行,不需要中途确认。
Source
- Repo: https://github.com/yan-labs/yan-skills
- Path: autopilot
Score breakdown
Trigger
7.0
Rich Chinese trigger keywords and implicit-intent activation, but no When-Not boundary and zero English variants beyond the name.
Structure
8.0
Six references well-classified with a load-time navigation table, but 950-line SKILL.md far exceeds the 500-line core budget.
Workflow
9.6
Outstanding task execution: XML phase schema, mandatory gates, maker-checker split, failure classification, adaptive retry, final audit sequence.
Content
9.0
Dense imperative instructions with concrete commands; minor self-admitted repetition of the same rule in three forms.
Engineering
9.0
Valid frontmatter, all referenced paths exist; no scripts dir; assumes custom agents like opus-medium that may not exist.
Security
9.5
No scripts, no network egress, no injection, no secrets; only external URL is skills.sh registry; auto-deploy-without-confirm is declared not hidden.
Sophisticated unattended orchestration skill with excellent maker-checker design, objective gates and failure protocol; main flaws are a 950-line SKILL.md and an all-Chinese description on an English-facing site.
