From oh-my-agent
Fixes verified issues from team-verify by delegating root cause to oma-debugger and patches to oma-executor with minimal diffs. Outputs resolved issues table, remaining problems list, and next verification scope.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:team-fixThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma `team-fix`。 任务: $ARGUMENTS 协议: 1. 消费来自 `team-verify` 的修复待办列表。 2. 将根因分析委派给 `oma-debugger`。 3. 将补丁委派给 `oma-executor`,使用最小差异。 4. 确认哪些问题已解决,哪些仍然开放。 5. 为下一次 `team-verify` 返回明确的交接。 输出格式: ## 阶段 - team-fix ## 已处理问题 | 问题 | 根因 | 修复 | 状态 | | --- | --- | --- | --- | ## 剩余问题 - ... ## 下次验证范围 - ...
运行 oma team-fix。
任务: $ARGUMENTS
协议:
team-verify 的修复待办列表。oma-debugger。oma-executor,使用最小差异。team-verify 返回明确的交接。输出格式:
| 问题 | 根因 | 修复 | 状态 |
|---|
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/f5-fixAutomatically redirects to /f5-implement fix for managing bug fixes, including listing, marking done, verifying, and creating fixes with arguments.
/flow-fix-pipelineRuns a compressed bug fix pipeline for flow's --fix mode. Adapts triage levels from full bug+debug+fix+review+PR to quick single-pass fix. Covers documentation, root cause analysis, implementation, and PR creation.
/fix-issueOrchestrates complete bug fix workflow from codebase analysis and virtual agent planning to task execution, test validation, and GitHub PR creation.
/hatch3r-bug-pipelineRuns a known-cause bug fix through a 3-phase test-first pipeline: reproduce + root-cause, regression-test + fix, then root-cause-depth review with sub-agent delegation.