codeclone-setup
Human repository setup readiness — status, plan, apply, and wizard over the CLI (not MCP).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Human repository setup readiness — status, plan, apply, and wizard over the CLI (not MCP).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Rank demonstrated architectural problems from one canonical run plus targeted source verification. Read-only; priorities are response-local heuristics, never CodeClone findings.
Inspect structural blast radius before editing — dependents, clone cohort, risk signals, do-not-touch boundaries. Read-only; does not declare intent.
MANDATORY HARD GATE when CodeClone MCP is connected. Before ANY repository file write, obtain edit_allowed=true from start_controlled_change. Before claiming done/verified/ready, finish_controlled_change must accept and clear the intent.
Use CodeClone Engineering Memory through MCP to retrieve scoped evidence before edits and preserve durable incidents, decisions, risks, contradictions, and verification anchors as draft candidates. Memory never grants edit permission; agents propose, humans govern.
Before broad rg/grep, non-trivial planning, unclear scope, contract/schema work, or resuming another agent — call get_implementation_context once to bound the implementation frontier. Then use targeted source reads. Read-only; never grants edit permission.
Maintainer-only — diagnose CodeClone's OWN runtime via Platform Observability after explicit observer enable. Not a user-repo quality signal.
| name | codeclone-setup |
| description | Human repository setup readiness — status, plan, apply, and wizard over the CLI (not MCP). |
Inspect and configure repository readiness before MCP change control or
full review workflows. This skill is CLI-only — no MCP tools, no
start_controlled_change, no edit_allowed.
[tool.codeclone], audit disabled, or .gitignore lacks .codeclone/.codeclone setup wizard (TTY + Rich).Do not use for governed code edits — use codeclone-change-control.
codeclone setup status # capability snapshot (default)
codeclone setup doctor # verbose probes
codeclone setup plan [--json] # read-only diff preview
codeclone setup apply [--dry-run] [--json]
codeclone setup wizard # interactive hub (no --json)
All commands accept --root <abs-or-rel-path>.
pyproject.toml [tool.codeclone] only:
baseline when missing;audit_enabled = true when section exists but audit is off..codeclone/ to .gitignore when not already covered.Never writes codeclone.baseline.json, .codeclone/cache, or report artifacts.
JSON status | Exit |
|---|---|
applied, preview, noop | 0 |
blocked | 2 |
failed, partial | 5 |
(preview when --dry-run; plan uses status=empty.)
plan → empty — expected.codeclone . and MCP skills as needed.docs/guide/setup/readiness-and-apply.md).