基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lthoangg/OpenAgentd --skill oad-debug命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Update or upgrade the agent's own configuration on request — swap the model, add tools or MCP servers, change the image-generation provider/model, or install a new skill. Use when the user says things like "upgrade yourself", "switch your model to X", "use Gemini for images", "make yourself faster/smarter".
OpenAgentd testing reference — environment setup, run commands, and fix patterns for backend (pytest) and frontend (Bun/RTL). Load this for running, fixing, or adding coverage to existing tests. For writing a failing test before new code, use oad/test-driven-development instead.
Workflow and patterns for inspecting, analyzing, and diagnosing production logs and OTEL telemetry in OpenAgentd.
| name | oad/debug |
| description | OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues. |
Debug the reported issue across any surface of the OpenAgentd stack.
Extract: symptom, expected behavior, reproduction steps, affected surface (backend / frontend / desktop / mobile / agent / provider), session id, workspace, model, logs, and timing clues.
If the report is ambiguous, inspect available evidence first; ask only when a missing decision blocks safe progress.
Read the surface-specific reference for deeper commands, file maps, and gotchas. The skill directory is in the first line of this response — use it to build the path:
read("<skill_dir>/reference/backend.md")read("<skill_dir>/reference/frontend.md")read("<skill_dir>/reference/tauri.md")When the issue spans multiple surfaces, read all relevant references.
Load oad/test-driven-development and follow the Prove-It pattern:
Do not edit the implementation before the reproduction test exists.
oad/testing for commands).oad/commit to ship the fix.