๐Ÿงช
QualityPython

Designing Tests

by CloudAI-X

Designing Tests is a Quality skill for Claude Code, published by CloudAI-X in claude-workflow-v2.

1.4K stars187 forkson CloudAI-X/claude-workflow-v2Added 2026/08/19Repository updated 2026/08/18
agent-skillsaiai-agentsclaude-codecodexcursorskillsworkflow
Install in seconds
Install Designing Tests
Copy Designing Tests into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CloudAI-X/claude-workflow-v2/tree/main/skills/designing-tests ~/.claude/skills/designing-tests

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CloudAI-X/claude-workflow-v2.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/designing-tests/SKILL.md in CloudAI-X/claude-workflow-v2
Installs to
~/.claude/skills/designing-tests
Collection
One of 14 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Designing Tests does

Designing Tests provides testing strategies, templates, and coverage guidance for unit, integration, and E2E tests. Use it when adding tests, improving coverage, or debugging test failures.

Designing Tests is cataloged under Quality on DirSkills. Designing Tests comes from a repository tagged agent-skills, ai, ai-agents, claude-code and codex.

Documentation

README

Designing Tests

When to Load

  • Trigger: Adding tests, test strategy planning, improving coverage, setting up testing infrastructure
  • Skip: Non-test code changes where testing is not part of the task

Test Implementation Workflow

Copy this checklist and track progress:

Test Implementation Progress:
- [ ] Step 1: Identify what to test
- [ ] Step 2: Select appropriate test type
- [ ] Step 3: Write tests following templates
- [ ] Step 4: Run tests and verify passing
- [ ] Step 5: Check coverage meets targets
- [ ] Step 6: Fix any failing tests

This is the opening of the README. Read the full README on GitHub.

Commands Designing Tests provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /users

Frequently asked about Designing Tests

  • What else does CloudAI-X publish alongside Designing Tests?

    Designing Tests is one of 14 skills that DirSkills catalogs from CloudAI-X/claude-workflow-v2, the repository it ships in. Its siblings there include Analyzing Projects, Convex Backend and Database Design. Each one is a separate skill with its own page in this directory, installs the same way Designing Tests does, and is maintained by CloudAI-X in that same repository. The rest of the collection is listed on the CloudAI-X/claude-workflow-v2 page.

  • How does Designing Tests compare to other Quality skills?

    Designing Tests ranks #685 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Designing Tests against them. Open each page to compare what they document and how they install.

More from CloudAI-X/claude-workflow-v2

Designing Tests is one of 14 skills cataloged on DirSkills from CloudAI-X/claude-workflow-v2.

See all 14 skills โ†’
๐Ÿ”
2w ago

Analyzing Projects

Analyzing Projects examines codebases to understand structure, tech stack, patterns, and conventions, and is used when onboarding to a new project, exploring unfamiliar code, or answering 'how does this work?' questions.
AI Engineering
1.4K187
๐Ÿ—„๏ธ
2w ago

Convex Backend

Convex Backend provides development guidelines for building Convex backends with TypeScript, covering function syntax, validators, schemas, queries, mutations, actions, scheduling, and file storage. Use it when writing Convex functions, database operations, real-time subscriptions, or serverless functions.
DevOps
1.4K187
๐Ÿ—„๏ธ
2w ago

Database Design

Database Design helps design schemas, indexing strategies, query optimization, and migration patterns for SQL and NoSQL databases. Use it when optimizing queries, fixing N+1 problems, planning migrations, or modeling data.
Data
1.4K187
๐Ÿ”Œ
2w ago

Designing APIs

Designing APIs guides the creation of REST and GraphQL APIs, covering endpoint structure, response formats, error handling, versioning, authentication, rate limiting, and OpenAPI documentation. Use it when creating new APIs, reviewing API contracts, or implementing REST or GraphQL patterns.
DevOps
1.4K187
๐Ÿ—๏ธ
2w ago

Designing Architecture

Designing Architecture guides architecture design, pattern selection, and directory structure for software projects. Use when choosing between monoliths, microservices, layered, clean, hexagonal, event-driven, or CQRS patterns.
DevOps
1.4K187
โš™๏ธ
2w ago

DevOps & Infrastructure

DevOps & Infrastructure guides containerization, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or asked about production infrastructure.
DevOps
1.4K187