fix

Solid

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

AI & Automation 3,809 stars 297 forks Updated 4 months ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
100
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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 understand what kind of fix you need. Did you me...

Details

Author
parcadei
Repository
parcadei/Continuous-Claude-v3
Created
5 months ago
Last Updated
4 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category