Skip to main content

flow-next-pilot

Deprecated alias for flow-next-flow --auto --tick (one hop, PILOT_VERDICT line); removed next release. Invoke the flow skill with --auto instead.

Jump to install

Source facts

Repository
gmickel/flow-next
Last source activity
September 12, 2026 at 23:48
Detected SKILL.md language
English
Stars
698
Forks
55

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
flow-next-pilot
description
Deprecated alias for flow-next-flow --auto --tick (one hop, PILOT_VERDICT line); removed next release. Invoke the flow skill with --auto instead.
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 |
View on GitHub