Agent Skills
› gmickel/flow-next
› flow-next-pilot
flow-next-pilot
GitHubflow-next-pilot 是已弃用的别名,指向 flow-next-flow --auto --tick。本版本将其标记为废弃并移除,调用时将打印警告并转发至新命令,完成参数映射。
Trigger Scenarios
用户尝试使用 /flow-next:pilot 命令
维护需要清理或迁移旧版别名
Install
npx skills add gmickel/flow-next --skill flow-next-pilot -g -y
SKILL.md
Frontmatter
{
"name": "flow-next-pilot",
"description": "Deprecated alias for flow-next-flow --auto --tick, removed next release. Invoke \/flow-next:flow --auto.",
"user-invocable": false,
"disable-model-invocation": true
}
/flow-next:pilot is now /flow-next:flow --auto --tick
Print exactly one line to stderr, then invoke the flow-next-flow skill with the arguments rewritten as below:
echo "pilot is now flow --auto --tick; this alias is removed in the next release" >&2
Argument mapping (every pilot argument has a place; nothing is dropped):
| Pilot argument | Flow argument |
|---|---|
--spec <id> or --spec=<id> |
the positional <id> |
--backlog or --auto (pilot's backlog switch) |
--backlog |
--dry-run |
--explain (--dry-run is also accepted for this release) |
--review=<backend>, `--research=<grep |
rp>, --depth=, --until=merge` |
Version History
-
b91f43c
Current 2026-09-22 21:17
将 pilot 标记为弃用别名,最终移除并重定向至 flow --auto --tick,更新参数映射与文档。
-
c9f7a79
2026-09-09 15:24
新增 claude CLI 作为后端审查工具支持,集成模型注册表、标准输入运行器及钩子机制;优化审查结果解析逻辑,严格处理错误信封并移除输出通道干扰。
- 8baa538 2026-08-20 08:00


