Skip to main content

flow-next-pilot

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

Zur Installation springen

Quellinformationen

Repository
gmickel/flow-next
Letzte Quellaktivität
12. September 2026 um 23:48
Erkannte Sprache von SKILL.md
Englisch
Sterne
698
Forks
55

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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 |
Auf GitHub ansehen