원클릭으로
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