用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oh-my-engine/oh-my-engine --skill ome-bug命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | ome-bug |
| version | 1.0.0 |
| description | Analyze, reproduce, fix, and verify bugs using project rules and engine memory. |
| author | oh-my-engine |
| tags | ["ome","bug","debug","workflow"] |
Before reading source files, planning, editing, or running verification for this workflow, you MUST start the OME workflow session by running:
ome bug $ARGUMENTS
This creates .ome/.session so the final ome finish command can record the execution into .ome/memory/executions/.
If a Windows PowerShell policy blocks the ome shim, run the same step through the cross-shell fallback: cmd.exe /c ome.cmd bug $ARGUMENTS. Do not hardcode this fallback on non-Windows platforms.
Claude Code fast path (other agents: ignore the leading ! and run the bare command via your shell tool):
!ome bug $ARGUMENTS
Diagnose a reported bug, identify the root cause, apply a focused fix, and prove the behavior with regression evidence.
OME.md, .ome/rules/, and ome guidance bug-analysis --input "<issue-description>".testing.md and code-review.md.Final response must include:
Run ome finish only after a substantive workflow loop is complete, and only after you have reported results to the user.
Substantive work means at least one of these is true:
Do NOT run ome finish for ordinary conversation, quick explanations, brainstorming with no conclusion, or read-only exploration that produced no reusable outcome.
When the work is substantive, run this as the final shell command:
ome finish
This records the execution into .ome/memory/executions/; the engine policy decides whether it is valuable enough to persist or later evolve.
Claude Code fast path (other agents: ignore the leading ! and run the bare command via your shell tool):
!ome finish
基于 SOC 职业分类