webuild-ai

Doesitwork — Testing skill for Claude Code

Testing community

Does it work.

How to install Doesitwork

Installs to ~/.claude/skills/webuild-ai-claude-toolkit-doesitwork/SKILL.md

Terminal
mkdir -p ~/.claude/skills/webuild-ai-claude-toolkit-doesitwork && curl -fsSL https://raw.githubusercontent.com/webuild-ai/claude-toolkit/HEAD/commands/doesitwork.md -o ~/.claude/skills/webuild-ai-claude-toolkit-doesitwork/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Doesitwork does


description: Does it work? Quick health check for any feature - validates API endpoints, frontend-backend integration, test coverage, and suggests fixes.

Does It Work? - Feature Health Check

**Quick Answer First**: Give a clear ✅ YES / ⚠️ PARTIAL / ❌ NO verdict at the top, then dive into details.

This skill checks if a feature actually works end-to-end. It validates API endpoints, frontend-backend integration, test coverage, identifies issues, and suggests specific fixes.

Quick

Alternatives in Testing

  • Spy — by spylang - Enforces strict coding conventions with comprehensive testing guidelines, multiple code compilati 678 ★
  • /test-factory - Test Generated Skills Or Agents — Quick testing helper for generated skills and agents to ensure they work correctly 618 ★
  • Test Fixing — Detect failing tests and propose patches or fixes 475 ★

Full documentation available on GitHub

View Source Repository