AgentSkillsCN

repo-d-setup-diagnostics

诊断<PRIVATE_REPO_D>的设置向导与运行时状态问题。在调试LM Studio/Kokoro/Lovense的设置路径、渲染器初始化、配置文件持久化,或叠加层/后台行为时,请务必使用此方法。

SKILL.md
--- frontmatter
name: repo-d-setup-diagnostics
description: Diagnose <PRIVATE_REPO_D> setup wizard and runtime state issues. Use when debugging LM Studio/Kokoro/Lovense setup paths, renderer hydration, profile persistence, or overlay/background behavior.

Repo D Sandbox Setup Diagnostics

Use this skill for setup and runtime-state troubleshooting.

Workflow

  1. Reproduce the issue and capture exact user action sequence.
  2. Inspect renderer diagnostics markers:
    • hydrate.ok
    • repo_d.load_*
    • background.*
    • overlay.*
  3. Validate setup surfaces (LM Studio, Kokoro, Lovense, model selection) and persistence.
  4. Verify safety behaviors:
    • API key redaction in logs/export.
    • Profile export strips sensitive values.
  5. Run integration smoke when behavior spans app boundaries:
powershell
powershell -ExecutionPolicy Bypass -File scripts/integration_smoke.ps1

Output Requirements

  • Root cause statement tied to concrete files.
  • Minimal fix plan with affected modules.
  • Validation commands and outcomes.

References

  • Diagnostic markers: references/diagnostic-markers.md