一键导入
inspecto-onboarding
Help users install, configure, or diagnose Inspecto in the current workspace. Use this skill when asked to set up Inspecto.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Help users install, configure, or diagnose Inspecto in the current workspace. Use this skill when asked to set up Inspecto.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the AI should handle Inspecto annotation sessions through MCP, including claiming the next task, replying with progress, and resolving work when complete.
Use when Codex should install or set up Inspecto in the current frontend project through the shared onboarding workflow.
Use when creating or maintaining assistant-specific Inspecto onboarding skills that should follow the shared detect, plan, apply, and doctor workflow.
Use when the user wants CodeBuddy to install, configure, or diagnose Inspecto in the current project.
Use when Claude Code should install or set up Inspecto in the current frontend project through the shared onboarding workflow.
Help users install, configure, or diagnose Inspecto in the current repository. Use this skill when asked to set up Inspecto.
| name | inspecto-onboarding |
| description | Help users install, configure, or diagnose Inspecto in the current workspace. Use this skill when asked to set up Inspecto. |
When the user asks Gemini to set up Inspecto:
onboard --json.status: "needs_target_selection", explain that this step chooses which local development build target should receive the Inspecto plugin and settings. Choose one returned target candidate and rerun with --target <candidateId>, preferring the explicit candidateId field. The CLI also accepts a returned configPath as a compatibility fallback. Do not collapse the selection back to a package path when multiple build configs exist in the same package.status: "needs_confirmation", summarize the proposed changes and wait for approval before rerunning with --yes.status: "partial_success" and diagnostics.nextSteps includes IDE extension installation, treat that as a blocking onboarding follow-up. Do not move on to dev-server validation until the extension is installed automatically or the user confirms they completed the manual install.handoff.patches, treat them as the primary source of truth for the remaining work. Apply those patches directly before exploring framework docs or unrelated project files.node packages/cli/bin/inspecto.js when working inside the Inspecto repository.inspecto executable before falling back to npx @inspecto-dev/cli@latest.doctor --json only for explicit recovery diagnostics.Rules:
verification field as the source of truth for the dev-server step..inspecto/settings.local.json and .inspecto/prompts.local.json.handoff.patches, handoff.pendingSteps, and handoff.assistantPrompt over ad-hoc investigation. Do not start with Next.js or Nuxt documentation searches when the CLI already returned concrete patch targets.When debugging the skill against a local Inspecto checkout from a project outside the workspace, prefer environment-variable overrides instead of changing the target project:
INSPECTO_CLI_BIN=/absolute/path/to/inspecto/packages/cli/dist/bin.jsINSPECTO_DEV_REPO=/absolute/path/to/inspecto