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-fixing

Browse skills that share this tag.

  • test-driven-development - Test-Driven Development Cycle and Best Practices
    tddtestingunit-testingrefactoring

    ★ 3 · Updated 2026-09-17

    Executes test-driven development by writing failing tests, writing minimal implementation code, and refactoring while adding features or fixing bugs.

    ⚙ Write failing tests first⚙ Implement minimum passing code⚙ Refactor code safely
  • gstack-openclaw-investigate - Systematic debugging and root cause investigation
    debuggingroot-cause-analysisbug-fixingtroubleshooting

    ★ 3 · Updated 2026-09-15

    Investigates errors, stack traces, and unexpected behaviors to find root causes, apply minimal fixes, and run regression tests.

    ⚙ Collect error symptoms and context⚙ Inspect recent git commit history⚙ Formulate and test root hypotheses
  • debugging - Systematic Code Debugging Strategies and Techniques
    debuggingtroubleshootingcode-analysisbug-fixing

    ★ 0 · Updated 2026-09-09

    Provides systematic methodologies and techniques for identifying, isolating, and fixing software bugs.

    ⚙ Identify root cause of bugs⚙ Trace code execution path⚙ Inspect runtime data state
  • debug-agent - Evidence-based Code Debugging Agent
    debuggingloggingruntimecode-analysis

    ★ 1 · Updated 2026-06-30

    Debug code using runtime logs and evidence-based hypothesis testing

    ⚙ Generate hypotheses⚙ Instrument code with logs⚙ Guide reproduction steps
  • systematic-debugging - Systematic debugging for technical issues
    debuggingtroubleshootingerror-analysisroot-cause

    ★ 1 · Updated 2026-06-15

    Find root cause before attempting fixes for bugs and failures

    ⚙ read error messages⚙ reproduce bug consistently⚙ check recent changes
  • systematic-debugging - Systematic Debugging for Technical Issues
    debuggingroot-cause-analysisproblem-solvingsoftware-testing

    ★ 0 · Updated 2026-06-15

    Apply systematic root cause investigation before fixing bugs

    ⚙ read error messages⚙ reproduce issues⚙ check recent changes
  • ue-game-bugs - Autonomous UE5 C++ Bug Fixing System
    game-developmentbug-fixingc++github

    ★ 0 · Updated 2026-03-25

    Autonomously analyzes and fixes UE5 C++ bugs from GitHub issues, screenshots, logs, or text descriptions

    ⚙ Parse GitHub issues and logs⚙ Classify bug type⚙ Search codebase
  • test-fix-loop - Automated Go test failure fixing loop
    gotestingtest-fixingcontinuous-integration

    ★ 1 · Updated 2026-03-24

    Continuously find and fix failing Go tests in a worktree with parent branch sync between iterations

    ⚙ Run Go tests⚙ Find test failures⚙ Reproduce test failures
  • bug-investigation - Test-first bug investigation workflow
    debuggingtestingbug-fixingTDD

    ★ 13 · Updated 2026-03-11

    Enforces writing reproducing tests before code changes for bug reports

    ⚙ ask bug reproduction questions⚙ write reproducing test⚙ run reproducing test
  • fixing-code - Fix All Code Issues with Parallel Analysis and Sequential Fixes
    code-qualitybug-fixinglintingtesting

    ★ 211 · Updated 2026-02-24

    Identify and fix all code issues through parallel analysis agents and sequential fixes with quality enforcement

    ⚙ run code validation⚙ spawn parallel analysis agents⚙ collect analysis results
  • opencode-fix - OpenCode bug fixing with mistake prevention
    bug-fixingcode-maintenanceautomationtesting

    ★ 0 · Updated 2026-02-13

    Fix bugs using OpenCode with mistake prevention checklist and minimal changes

    ⚙ read mistakes.md file⚙ run test summary⚙ execute opencode commands
  • Regression Testing Protocol - Regression Testing Protocol for Bug Fix Verification
    regression-testingquality-assurancetest-coveragebug-fixing

    ★ 0 · Updated 2026-02-13

    Enforces test coverage for every bug fix and distinguishes between immutable laws and standard regression tests.

    ⚙ enforce test coverage for bug fixes⚙ distinguish laws from standard tests⚙ run law test suite before fixes
  • opencode-fix - Automated Bug Fixing for Code Repositories
    bug-fixinggit-workflowcode-maintenanceautomation

    ★ 0 · Updated 2026-02-13

    Autonomously fixes bugs in code repositories following git workflow standards

    ⚙ check git status⚙ create git branch⚙ switch git branch
  • fix-bug - Automated bug fixes based on QA checklist ID
    bug-fixingautomationcode-correctionqa-testing

    ★ 1 · Updated 2026-02-13

    Automatically executes code corrections by specifying bug IDs from QA checklist

    ⚙ read QA checklist⚙ identify bug-related files⚙ apply code fixes
  • debug-tools - Iterative debugging workflow with log injection
    debuggingtroubleshootinglog-managementbug-fixing

    ★ 8 · Updated 2026-02-11

    Performs debugging through five phases: investigate, inject logs, propose fix, verify, and cleanup

    ⚙ investigate bug issues⚙ inject debug logs⚙ propose bug fixes
  • ai-factory.fix - AI Factory Fix - Direct Bug Fixing Tool
    bug-fixingcode-maintenancedebugginglogging

    ★ 1,092 · Updated 2026-02-11

    Fixes specific bugs in codebase without creating plans or reports

    ⚙ analyze code for bugs⚙ fix identified issues⚙ add logging statements