Skip to main content

flow-next-pilot

Deprecated alias for flow-next-flow --auto --tick, removed next release. Invoke /flow-next:flow --auto.

跳到安装

来源信息

仓库
gmickel/flow-next
最近来源活动
2026年9月12日 23:48
检测到的 SKILL.md 语言
英语
星标
699
分支
55

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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: ```bash 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=<level>`, `--until=merge` | passed through unchanged |
在 GitHub 查看