Skip to main content

flow-next-pilot

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

Ir para a instalação

Informações da origem

Repositório
gmickel/flow-next
Última atividade na origem
12 de setembro de 2026 às 23:48
Idioma detectado do SKILL.md
inglês
Estrelas
699
Forks
55

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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 |
Ver no GitHub