LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: bug-fix

Browse skills that share this tag.

  • diagnosing-bugs - Diagnose, isolate, and fix complex bugs and regressions
    debuggingtroubleshootingperformance-profilingtesting

    ★ 3 · Updated 2026-09-24

    Diagnoses hard software bugs and performance regressions through reproduction, hypothesis testing, targeted instrumentation, and regression verification.

    ⚙ Build diagnostic feedback loops⚙ Reproduce reported failure scenarios⚙ Reduce bug reproduction scenarios
  • systematic-debugging - Systematic Debugging Process
    debuggingtroubleshootingroot-causebug-fix

    ★ 1 · Updated 2026-09-21

    A structured process to investigate root causes and fix technical issues systematically.

    ⚙ Investigate issue root causes⚙ Read error messages and traces⚙ Reproduce technical issues consistently
  • auto-bug-fix - Auto Bug Fix Workflow
    bug-fixjiraiosandroid

    ★ 0 · Updated 2026-09-20

    Executes an 8-phase workflow to parse JIRA tickets, reproduce bugs on real devices, analyze root causes, write tests, fix code, and verify.

    ⚙ Parse JIRA bug tickets⚙ Reproduce bugs on real devices⚙ Record reproduction video evidence
  • implement-issue - Triage, plan, and implement fixes for GitHub issues
    githubissue-trackinggit-worktreebug-fix

    ★ 602 · Updated 2026-09-18

    Triages GitHub issues, researches codebase context, creates worktrees, drafts implementation plans, writes fixes, and runs verification checks.

    ⚙ Fetch GitHub issue details⚙ Research relevant codebase paths⚙ Create git worktrees and branches
  • diagnose - Disciplined diagnosis loop for hard bugs.
    debuggingtroubleshootingtestingbug-fix

    ★ 0 · Updated 2026-09-18

    A structured process to reproduce, hypothesise, instrument, fix, and regression-test hard bugs and performance regressions.

    ⚙ Build a fast feedback loop⚙ Reproduce the bug failure mode⚙ Generate ranked falsifiable hypotheses
  • fix - Turn a reported problem into a green PR in one command
    bug-fixpull-requestgitautomation

    ★ 0 · Updated 2026-09-18

    Diagnoses reported issues, creates a fix branch, implements root-cause fixes, and delegates PR creation and verification to ship.

    ⚙ Diagnose issues using triage skill⚙ Create dedicated fix branch⚙ Implement root cause fixes
  • diagnose - Systematic software debugging and bug investigation workflow
    debuggingdiagnosetroubleshootingbug-fix

    ★ 79 · Updated 2026-09-17

    Investigates software bugs by establishing a red-capable reproduction command before testing ranked falsifiable hypotheses.

    ⚙ Build red-capable reproduction commands⚙ Minimize reproduction inputs and fixtures⚙ Formulate ranked falsifiable hypotheses
  • review-and-fix - Deep analysis and iterative fixing of a Rust source file
    rustcode-reviewconcurrencyrefactoring

    ★ 1,799 · Updated 2026-09-14

    Deeply analyzes a specified Rust source file for logic errors, concurrency issues, and simplifications, then iteratively fixes them.

    ⚙ Read target file and context⚙ Analyze logic and lock issues⚙ Simplify redundant code and comments
  • test-and-fix - Identify, analyze, and fix failing pytest unit tests.
    pytesttestingunit-testsbug-fix

    ★ 0 · Updated 2026-09-10

    Runs pytest unit tests and automatically fixes code failures, regression bugs, or test mismatches.

    ⚙ Run tests using make test⚙ Analyze pytest failure output⚙ Apply minimal code or test fixes
  • debug - Diagnose and fix the root cause of unexpected behavior.
    debugtroubleshootingtestingbug-fix

    ★ 1 · Updated 2026-09-10

    Systematically diagnoses and fixes unexpected behavior or failing tests.

    ⚙ Reproduce the problem⚙ Isolate failure code path⚙ Formulate root cause hypothesis
  • team-collaboration-issue - GitHub Issue Resolution Expert
    githubissue-resolutionbug-fixpull-request

    ★ 1 · Updated 2026-09-10

    Guides systematic GitHub issue triage, bug investigation, feature implementation, and pull request creation.

    ⚙ Triage GitHub issues⚙ Analyze root causes⚙ Investigate bugs systematically
  • debug - Systematic bug investigation and resolution.
    debugtroubleshootingtestingbug-fix

    ★ 79 · Updated 2026-09-09

    Systematically investigates and resolves bugs through four phases using hypothesis-driven analysis.

    ⚙ reproduce reported bugs⚙ trace code execution⚙ formulate debug hypotheses
  • factory-quick - Quick flow orchestrator for minor fixes and tweaks
    factory-quickbmadquick-flowbug-fix

    ★ 10 · Updated 2026-09-09

    Orchestrates minor code modifications without full pipeline execution, checking spec compliance and updating task records.

    ⚙ Analyze specification compliance⚙ Generate evolution requirements file⚙ Validate requirements with Gate 0
  • debug - Debug Workflow Skill
    debuggingbug-fixworkflow

    ★ 24 · Updated 2026-06-15

    Investigation-first workflow for debugging with hotfix and thorough tracks

    ⚙ diagnose bugs⚙ investigate issues⚙ track bugs
  • ai-factory.fix - Quick Bug Fix Workflow
    bug-fixcodebasedebugginglogging

    ★ 57 · Updated 2026-05-09

    Fix specific bugs or problems in codebase directly

    ⚙ Read project description⚙ Read past patches⚙ Analyze error messages
  • bugfix - Automated GitHub Bug Fixing
    bug-fixGitHubautomationPR

    ★ 19 · Updated 2026-03-10

    Automates fixing GitHub issues labeled as bug, analyzing problems and creating PRs with fixes.

    ⚙ fetch bug issues⚙ analyze issue⚙ create fix branch