ワンクリックで
repo-support
Help an AI agent understand and work in this repo quickly using the low-round-trip MCP tools and the anti-lag workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Help an AI agent understand and work in this repo quickly using the low-round-trip MCP tools and the anti-lag workflow.
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.
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.
Diagnose Local Coding Agent tunnel, DNS, TCP, TLS, proxy, organization, and office-network blocking issues.
| name | repo-support |
| description | Help an AI agent understand and work in this repo quickly using the low-round-trip MCP tools and the anti-lag workflow. |
Use this to orient a coding agent inside a customer or developer workspace with the fewest possible tool round-trips, keeping the ChatGPT thread fast.
workspace_snapshot (or repo_map).search_text (ripgrep fast path) and repo_symbols.read_file line ranges or read_many.preview_patch -> validate_patch -> apply_patch, then
run_changed_tests.session_report. If the thread is long, call
checkpoint, open a NEW ChatGPT chat, and call resume first.Return what the repo is, the key files touched, test status, and the local path for any long output.