init
Initialize or bootstrap a repository with Devflow Native presets by calling devflow init and interpreting the result.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize or bootstrap a repository with Devflow Native presets by calling devflow init and interpreting the result.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Load Devflow Native execution rules and repeated-mistake memory before running shell, browser, MCP, or test commands.
Run configured Devflow Native verification gates and record pass or fail evidence for a work item.
Inspect, install, verify, or repair native Devflow harness files for Codex, Claude Code, MCP, hooks, skills, gates, and review requirements.
Request, perform, or record Devflow Native review evidence before a task can be claimed done.
Inspect Devflow Native project truth, including repo state, work items, sessions, gates, review requirements, and latest handoff context.
Create, start, update, ready, block, unblock, rename, or list Devflow Native work items from local repo state.
| name | init |
| description | Initialize or bootstrap a repository with Devflow Native presets by calling devflow init and interpreting the result. |
Use this skill when a maintainer wants to set up Devflow Native in a new or existing repository, especially when they mention init, bootstrap, preset, review policy, CI, or native Codex/Claude harness files.
This skill is a thin wrapper over the Devflow CLI. The CLI owns policy,
file generation, review config, gate inference, CI workflow output, and native
harness file installation. The skill chooses a preset, calls devflow init,
and explains the result.
solo-product for product repositories where feature changes should
normally use PR review, review.required should be enabled, CI should run,
and AGENTS.md should record direct-main exceptions.research for paper, experiment, benchmark, or evaluation repos where
evidence logs, fixtures, reproducibility, and bench gates matter most.content-site for docs, blog, or marketing-content repos where small
writing edits can go direct main but build, lint, link, design, SEO, route,
or feature changes still need gates and review.devflow doctor --json and apply the local execution contract.devflow status --json
plus targeted file reads when needed.devflow init --preset solo-product --targets codex,claude --ci github --review required --json
AGENTS.md will be created or augmented.devflow init --preset solo-product --targets codex,claude --ci github --review required --confirm --json
devflow health --json. If native agent files were installed,
also run devflow harness health --targets codex,claude --json.Report: