fix

仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 23 天前
▸ 精选理由

把复杂的修复步骤结构化,适合协助排查与闭环修复。

这个 Skill 做什么

按范围编排定位、实现、测试和提交的修复工作流与技能链路。

遇到需要从定位到上线一条龙修复 bug 时用,它会把工作按范围拆成定位、实现、测试、提交等阶段并调用对应能力去处理。适合你不想手动调度各个环节、希望把修复流程标准化的时候。特别之处是把多个小工具和技能按场景串成可复现的工作流,减少来回沟通和遗漏。

▸ 展开 SKILL.md 英文原文

Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.

开发编程修复工作流调试任务编排通用
3.9k
Stars
298
Forks
40
仓库内 Skill
+19
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/fix/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/fix/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Fix

Workflow orchestrator for bug investigation and resolution. Chains specialized skills based on issue scope.

## Usage

```
/fix <scope> [options] [description]
```

## Question Flow (No Arguments)

If the user types just `/fix` with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase.

### Phase 0: Workflow Selection

```yaml
question: "What would you like to fix?"
header: "Fix type"
options:
  - label: "Help me choose (Recommended)"
    description: "I'll ask questions to pick the right fix workflow"
  - label: "Bug - something is broken"
    description: "Chain: investigate → diagnose → implement → test → commit"
  - label: "Hook - Clau
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有