write-tests

Write unit and integration tests

Content Preview
# Write Tests Command

Write unit and integration tests

## Instructions

Follow this systematic approach to write effective tests: **$ARGUMENTS**

1. **Test Framework Detection**
   - Identify the testing framework in use (Jest, Mocha, PyTest, RSpec, etc.)
   - Review existing test structure and conventions
   - Check test configuration files and setup
   - Understand project-specific testing patterns

2. **Code Analysis for Testing**
   - Analyze the code that needs testing
   - Identify publi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/write-tests.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/write-tests.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/test/write-tests.md

Related Skills