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
5 skills
9 skills
2 skills
7 skills
28
6 skills
0
0
#SkillDownloadsInstallsGrade
1test-runner13,430122A
2test-patterns4,14925A
3clean-pytest1,3526A
4agents-skill-tdd-helper1,4515B
5superpowers-tdd8322B
6rails-tdd-standards5891B
7jest-skill6210B
8tdd-ecc7760B
9openclaw-tdd4470B
#SkillDownloadsInstallsGrade
1receiving-code-review6,50481A
2clean-code-review5,29533B
3quack-code-review3,10924B
4eslint-config-generator8583B
5afrexai-code-reviewer1,2491B
6modified-code-review1,4680B
7sonarqube-analyzer1,9720B
#SkillDownloadsInstallsGrade
1e2e-testing-patterns9,52375A
2sui-coverage1,8611A
#SkillDownloadsInstallsGrade
1debug-pro00A
2runesleo-systematic-debugging10,4740B
3pua-debugging-pro1,1620B
4runtime-debugging-skill8700B
5vvvv-debugging5900B
#SkillDownloadsInstallsGrade
1swiftui-view-refactor3,3849B
2bug-fixing9074B
3jarvis-refactor-planner-011,0902C
4refactor-safely1,9060B
5clean-code7,4480A
6code-refactor-for-reproducibility6440B