Logo
ClawHub Skills Lib
HomeCategoriesUse CasesTrendingStatisticsBlog
HomeCategoriesUse CasesTrendingStatisticsBlog
ClawHub Skills Lib
ClawHub Skills Lib

Browse 50.000+ community-built AI agent skills for OpenClaw. Updated daily from clawhub.ai.

Explore

  • Home
  • Categories
  • Use Cases
  • Trending
  • Blog

Categories

  • Development
  • AI & Agents
  • Productivity
  • Communication
  • Data & Research
  • Business
  • Platforms
  • Lifestyle
  • Education
  • Design

Use Cases

  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • Knowledge Management
  • Email & Messaging
  • SEO & Content Marketing
  • Sales & CRM
  • Workflow Automation
  • Social Media
  • Chinese Platforms
  • E-Commerce
  • Education & Tutoring
  • HR & Recruiting
  • Legal & Compliance
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • See all use cases →
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • See all use cases →
© 2026 ClawHub Skills Lib. All rights reserved.Built with Next.js · Neon · Prisma
Home/Blog/Best OpenClaw Skills for Code Review & Testing: Debug, Test, Refactor with AI
scenario-roundupcode-reviewtestingdebuggingtddclawhubopenclaw

Best OpenClaw Skills for Code Review & Testing: Debug, Test, Refactor with AI

April 10, 2026·4 min read

Writing code is the easy part. The hard part is knowing it works — and keeping it working as requirements change. OpenClaw's code quality ecosystem has grown significantly, covering the full quality lifecycle from debugging a mysterious runtime error to enforcing TDD discipline across a project. This guide covers skills across five stages of the code quality workflow.

Note: Install and download figures in text descriptions reflect stats at the time of writing and may be outdated. All skill tables are live — they fetch current data from the ClawHub database on every page load. Treat table values as authoritative.

By the Numbers

MetricValue
Skills in this guide30+
Workflow stages covered5
Top skill by installsdebug-pro ( installs)
Top skill by downloadsdebug-pro ( downloads)
Skills with install records~20

1. Debugging Protocols

Debugging without a protocol is just guessing. These skills encode structured debugging workflows — systematic root cause investigation, runtime trace analysis, and anti-give-up protocols for when the obvious fixes aren't working. debug-pro is the clear leader (49 installs, 9,671 downloads), implementing a 7-step protocol with language-specific commands. runesleo-systematic-debugging offers a complementary four-phase framework that forces root cause investigation before jumping to fixes.


2. Test Writing & TDD

The split between "test-writing" and "TDD" matters here. Most skills in this stage handle both, but the philosophy differs: test-writing skills help you add tests to existing code; TDD skills enforce the red-green-refactor discipline from the start. test-runner leads with 35 installs and covers TypeScript, Python, Go, and Rust in one skill. tdd-guide (7 installs) is the most comprehensive TDD implementation, generating tests first across Jest, Vitest, and Pytest.


3. E2E & Integration Testing

End-to-end testing is where most teams struggle — flaky selectors, timing issues, and environments that work locally but fail in CI. e2e-testing-patterns (10 installs) covers Playwright and Cypress with a focus on reliability patterns: deterministic selectors, proper wait strategies, and test isolation. Coverage analysis for smart contracts is a separate niche handled by sui-coverage (Sui Move).


4. Code Review Automation

Automated code review has two useful modes: reviewing PRs/diffs before merge, and enforcing standards during development. quack-code-review (13 installs) connects to LogicArt to find bugs and security issues in code. afrexai-code-reviewer focuses on enterprise PRs with multi-language support. receiving-code-review is the underrated one — it helps developers process feedback they've received rather than generate it, which is a gap most tools ignore. sonarqube-analyzer bridges to a self-hosted SonarQube instance for teams that already have that infrastructure.


5. Refactoring

Refactoring without tests is risky; refactoring without a plan is dangerous. Skills here implement the safety net: refactor-safely takes small steps with test checkpoints at each stage. jarvis-refactor-planner-01 generates the refactor plan (seams, rollback points) before touching any code. clean-code enforces pragmatic standards — no docstrings on every function, no over-engineering — which is a more useful guide than abstract principles.


Recommended Combinations

Your situationRecommended stack
Starting a new feature with TDDtdd-guide + test-patterns
Debugging a hard-to-reproduce bugdebug-pro + runesleo-systematic-debugging
PR review before mergeafrexai-code-reviewer + clean-code-review
Adding E2E tests to an existing appe2e-testing-patterns + test-runner
Safe refactor of legacy coderefactor-safely + jarvis-refactor-planner-01
Processing code review feedbackreceiving-code-review

A Few Observations

Debugging dominates by install count. debug-pro has nearly 4× the installs of the next closest skill. Debugging is universal — every developer needs it regardless of language, framework, or project type — which makes it the category's clearest winner.

TDD has high downloads but modest installs. tdd-guide has 2,736 downloads but only 7 installs, suggesting many developers try TDD skills without committing to them long-term. This tracks with the broader industry pattern: TDD is widely admired, narrowly practiced.

The pua-debugging variants are surprisingly popular. Skills that use "corporate PUA rhetoric" to force exhaustive debugging (essentially guilt-tripping the agent into not giving up) have accumulated hundreds of downloads. They work by changing the agent's behavioral stance rather than its technical approach — an interesting signal that emotional framing affects AI debugging quality.

E2E coverage is thin. Only two skills focus specifically on E2E testing. Given how much pain E2E flakiness causes in practice, this is the most underserved area in the code quality ecosystem.

Data source: ClawHub platform install and download counts as of April 10, 2026. Visit clawhub-skills.com to search for more skills.

← Back to Blog
31
6 skills
47
9,671
#SkillDownloadsInstallsGrade
1e2e-testing-patterns1,91110A
2sui-coverage1,1610B
#SkillDownloadsInstallsGrade
1test-runner6,65635A
2test-patterns2,78818A
3test-master3,38414A
4tdd-guide2,7367A
5agents-skill-tdd-helper6114B
6clean-pytest4502A
7tdd-ecc1622B
8jest-skill1641B
9superpowers-tdd561B
10rails-tdd-standards231B
11openclaw-tdd220B
#SkillDownloadsInstallsGrade
1debug-pro9,67147A
2runesleo-systematic-debugging1,98917A
3pua-debugging-pro2972B
4vvvv-debugging1722B
5runtime-debugging-skill1390B
#SkillDownloadsInstallsGrade
1receiving-code-review2,83843A
2quack-code-review1,01413B
3clean-code-review9302B
4eslint-config-generator2082B
5afrexai-code-reviewer5211B
6modified-code-review3280B
7code-reviewer-21720B
8sonarqube-analyzer1,1710B
#SkillDownloadsInstallsGrade
1clean-code2,92010A
2swiftui-view-refactor2,0015B
3refactor-safely4013B
4
bug-fixing
291
2
B
5jarvis-refactor-planner-014490C
6code-refactor-for-reproducibility850B
5 skills
11 skills
8 skills
2 skills