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 with output: code fixes

Browse skills that produce this output.

  • review-pr-comments - PR Review Comment Handler
    GitHubPR reviewcode reviewCI/CD

    ★ 4,342 · Updated 2026-06-30

    Triages PR reviews and inline feedback with GitHub CLI

    ⚙ load PR metadata⚙ read review comments⚙ fetch inline comments
  • systematic-debugging - Find root causes before fixing bugs
    debuggingsoftware-developmentroot-cause-analysistroubleshooting

    ★ 0 · Updated 2026-06-15

    Systematic process to investigate and fix bugs by finding root causes first

    ⚙ read error messages⚙ reproduce issues⚙ check recent changes
  • spectra-audit - Security code audit for API design traps
    securitycode reviewapi designaudit

    ★ 7 · Updated 2026-06-15

    Audit changed code for security vulnerabilities and design traps

    ⚙ run git diff⚙ analyze code changes⚙ detect dangerous defaults
  • dld-audit-auto - Autonomous Decision Record Audit
    auditautomationdecision-recordsCI

    ★ 4 · Updated 2026-05-28

    Detects and fixes drift between decision records and code, creates audit branch and PR

    ⚙ create audit branch⚙ detect drift issues⚙ fix orphaned annotations
  • gpui-troubleshooting - GPUI Development Error Solutions
    gpuidebuggingrusttroubleshooting

    ★ 59 · Updated 2026-05-11

    Common errors and solutions for GPUI development including build errors, runtime panics, borrow checker issues, and unexpected behavior debugging.

    ⚙ debug borrow checker errors⚙ resolve entity update panics⚙ fix async context errors
  • clickup-to-pr - ClickUp Task to Pull Request
    clickuppull requestbug fixcode investigation

    ★ 0 · Updated 2026-03-25

    Complete bug fix lifecycle from ClickUp task to merged PR

    ⚙ get ClickUp task details⚙ checkout master and create branch⚙ investigate root cause
  • debug-test-failures - Debug and Fix Failing Tests
    testingdebuggingtest-failurestroubleshooting

    ★ 16 · Updated 2026-03-24

    Workflow for investigating and fixing failing tests in this project

    ⚙ run tests⚙ identify failures⚙ run failing test
  • qa - QA Pipeline Code Quality Scanner
    code qualityQAcontinuous integrationcode review

    ★ 0 · Updated 2026-03-23

    Multi-phase QA orchestrator scanning code, triaging findings, filing issues, and optionally auto-fixing bugs

    ⚙ scan code files⚙ triage findings⚙ file GitHub issues
  • codex-review-loop - Automated adversarial code review with Codex
    code reviewCodex CLIPR automationadversarial testing

    ★ 0 · Updated 2026-03-21

    Run adversarial code review via Codex CLI with structured finding analysis and atomic fix-verify-commit loop

    ⚙ detect open PR⚙ determine base branch⚙ launch codex review
  • team-review - Unified Team Code Review Skill
    multi-agentcode reviewpipelineautomated scan

    ★ 558 · Updated 2026-03-19

    Orchestrate multi-agent code review pipeline with scanner, reviewer, and fixer roles

    ⚙ scan code⚙ review code⚙ fix code