ワンクリックで
update-local-coding-agent
Safely update an existing Local Coding Agent clone while preserving customer config, tunnel-client, and secrets.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safely update an existing Local Coding Agent clone while preserving customer config, tunnel-client, and secrets.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Diagnose a broken customer install and produce a redacted support report the customer can send back.
Prepare a safe Local Coding Agent release build, including version checks, tests, and changelog.
Help an AI agent understand and work in this repo quickly using the low-round-trip MCP tools and the anti-lag workflow.
Guide a customer through installing, configuring, and verifying Local Coding Agent with safe defaults.
Review the current git diff for bugs, security issues, and clarity, then summarize findings by severity.
Collect safe Local Coding Agent support context from a customer and produce a concise troubleshooting response.
| name | update-local-coding-agent |
| description | Safely update an existing Local Coding Agent clone while preserving customer config, tunnel-client, and secrets. |
Use this when a customer wants their local clone updated to the latest GitHub version.
tools/tunnel-client*.git reset --hard, git clean, or destructive commands unless the
customer explicitly approves.local-coding-agent folder.git status --short --branch.git fetch origin main --tagsgit log --oneline --decorate --max-count=10 HEAD..origin/maingit pull --ff-only origin mainscripts\lca.cmd installbash scripts/lca installnode --check scripts/local-coding-agent.mjsnode --check scripts/network-doctor.mjsnode scripts/validate-skills.mjsscripts\lca.cmd doctor and scripts\lca.cmd statusbash scripts/lca doctor and bash scripts/lca statusReturn:
/healthz if running