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.

설치로 이동

소스 정보

저장소
gmickel/flow-next
최근 소스 활동
2026년 9월 12일 23:48
감지된 SKILL.md 언어
영어
스타
698
포크
55

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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 |
GitHub에서 보기