Skip to main content
ClaudeWave
Skill326 estrellas del repoactualizado today

autopilot

The autopilot skill enables autonomous task progression through pipeline stages while the user is away. It provides three subcommands: start to initiate unattended execution with optional duration limits, stop to manually halt all active autopilot tasks, and status to check current task progress. Use this when leaving for extended periods and trusting the OS to independently modify files and run tests through implement, test, and review phases of an active pipeline.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/CronusL-1141/AI-company /tmp/autopilot && cp -r /tmp/autopilot/plugin/skills/autopilot ~/.claude/skills/autopilot
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# /autopilot — 自动驾驶技能

本技能让 OS 在你离开期间以 **autopilot 模式**自主推进指定任务的 pipeline 阶段。

## 何时使用

- 你需要离开一段时间,但希望 OS 继续处理耗时任务(如 implement → test → review 阶段)
- 你信任当前任务范围,允许 OS 自主调用工具修改文件、运行测试
- 任务已有活跃 pipeline(已执行 `pipeline_create`)

## 子命令速览

| 命令 | 说明 |
|------|------|
| `/autopilot start <task_id> [--duration=4h]` | 启动 autopilot | 
| `/autopilot stop` | 手动停止(所有活跃任务) |
| `/autopilot status <task_id>` | 查询当前状态 |

详细步骤见:
- [start.md](start.md) — 启动流程和参数
- [stop.md](stop.md) — 停止流程和总结生成
- [status.md](status.md) — 状态读取格式

## 风险提示

**重要**:autopilot 期间 OS 会自主调用工具修改文件、运行命令。仅在你信任当前任务范围时启用。

OS 会根据当前 pipeline 阶段(Plan / Execute / Verify)限制可用工具集,高风险操作(如 `git_auto_commit`、`team_delete`)会自动生成 briefing 等待你回来批准。

## 退出方式

1. **自动退出**:你发送任意消息时,`autopilot_auto_stop` hook 自动检测并停止所有 autopilot 任务
2. **手动退出**:显式执行 `/autopilot stop`

## 快速示例

```
/autopilot start task-abc123 --duration=2h
# 离开去做别的事...
# 回来后 OS 自动停止 autopilot 并生成总结
/autopilot status task-abc123  # 查看这期间的进展
```
ai-engineerSubagent

AI/ML工程师,负责模型集成、提示工程、RAG管道、Agent工作流设计和AI功能开发,交付高质量的智能化功能模块

backend-architectSubagent

Python/FastAPI后端架构师,负责API设计、数据库建模、系统架构搭建、性能优化、可扩展性设计,交付稳健可维护的后端服务

code-reviewerSubagent

代码质量把关专家,负责PR Review、代码规范审查、安全漏洞检测、性能隐患识别,采用教育式而非看门式的Review哲学,帮助团队持续提升代码质量

database-optimizerSubagent

数据库优化专家,负责查询性能调优、索引策略设计、数据建模和迁移脚本编写,确保数据层高效稳定运行

engineering-devops-automatorSubagent

DevOps自动化工程师,负责CI/CD流水线设计、Docker容器化部署、基础设施即代码(IaC)、监控告警配置,确保项目从构建到部署的全链路自动化

frontend-developerSubagent

专注React/Vue/现代Web前端开发的工程师,负责组件开发、页面构建、响应式布局、Core Web Vitals性能优化、可访问性合规,交付高质量用户界面代码

git-workflow-masterSubagent

Git工作流专家,负责分支策略设计、合并冲突解决、代码历史维护、CI集成和团队Git规范制定

engineering-mcp-builderSubagent

MCP Server开发专家,负责设计和实现Model Context Protocol工具服务器,精通FastMCP/Python SDK、工具命名最佳实践、Zod验证和JSON/Markdown双输出格式