skills/flow/SKILL.md
End-to-end pipeline orchestration. Chain multiple skill workflows (dev explore, spec new, spec go, dev explore review) into a named flow that runs sequentially. Triggers on: 'flow new', 'flow go', 'create a flow', 'run flow'.
npx skillsauth add cloudvoyant/codevoyant flowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the flow dispatcher. Parse the user's command and route to the correct workflow file.
Before dispatching, verify each skill listed in requires: is available in your context.
For each required skill, check whether you can invoke /{name} (i.e. its instructions are loaded in your context). If a required skill is missing, stop and report:
Required skill not installed: {name}
Install: npx skills add codevoyant/codevoyant
Note: the skill dependency is only needed for flow save. If the verb is not save, you may proceed without it.
VERB = first non-flag argument (default: "help")
Aliases:
"run" → go
"exec" → go
"start" → go
"show" → status
"list" → status
"review" → status
"export" → save
"publish" → save
Dispatch to: references/workflows/{VERB}.md
| Verb | File | Purpose |
| --- | --- | --- |
| new | references/workflows/new.md | Define a new flow (create flow.md + step files) |
| go | references/workflows/go.md | Execute pending steps sequentially as blocking subagents |
| status | references/workflows/status.md | Print flow.md checklist state |
| save | references/workflows/save.md | Turn a flow into a reusable composite skill via /skill new |
| help | references/workflows/help.md | Usage reference |
help.references/workflows/{VERB}.md.development
React patterns: Zustand state management, shadcn/ui + Tailwind CSS, React Three Fiber + Drei for 3D, folder structure, data fetching, and TypeScript conventions. Load when working on React projects (*.tsx) without SvelteKit.
development
QA workflows: investigate and document bugs, post issues to GitHub/GitLab/Linear, and run browser-agent smoke tests. Triggers on: 'qa debug', 'qa report', 'qa smoke', 'run smoke test', 'report bug', 'investigate issue'.
tools
Python project patterns: uv package/workspace management, MLflow experiment tracking, Ray distributed computing, Nvidia Warp GPU kernels, Pydantic validation, Click CLIs, and service architecture. Load when writing Python with pyproject.toml or uv.lock.
development
Code review workflows: create a draft PR/MR, generate AI-powered inline review comments, address change requests, or complete a draft review. Triggers on: "pr open", "pr new", "pr review", "pr address", "pr complete", "open a PR", "create a draft PR", "code review", "pr mr", "pr this PR", "address pr comments", "fix review comments", "complete draft review", "publish review".