fix
SolidMeta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
AI & Automation 501 stars
42 forks Updated yesterday MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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 - Claude Code hook issue"
description: "Chain: debug-hooks → hook-developer → implement → test"
- label: "Dependencies - import/package errors"
description: "Chain: preflight → research → plan → implement → qlty-check"
- label: "PR Comments - address reviewer feedback"
description: "Chain: github-search → research → plan → implement → commit"
```
**Mapping:**
- "Help me choose" → Continue to Phase 1-4 questions
- "Bug" → Set scope=bug, skip to Phase 2 (issue details)
- "Hook" → Set scope=hook, skip to Phase 2 (issue details)
- "Dependencies" → Set scope=deps, skip to Phase 2 (issue details)
- "PR Comments" → Set scope=pr-comments, skip to Phase 2 (issue details)
**If Answer is Unclear (via "Other"):**
```yaml
question: "I want to underst...
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
fix
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
3,809 Updated 4 months ago
parcadei AI & Automation Listed
fix-bug
This skill should be used when the user asks to "fix bug", "resolve issue", "fix error", "troubleshoot", "debug", or reports a specific bug or error that needs investigation and fixing.
20 Updated yesterday
Mr-DooSun AI & Automation Listed
fix
Apply a fix based on /investigate output. Refuses to run without recent investigation.
8 Updated today
firatcand