louisdijkstra

QA Steps — Testing skill for Claude Code

Testing community

Generate QA testing steps for changes made in the current branch.

How to install QA Steps

Installs to ~/.claude/skills/louisdijkstra-claude-toolbox-qa-steps/SKILL.md

Terminal
mkdir -p ~/.claude/skills/louisdijkstra-claude-toolbox-qa-steps && curl -fsSL https://raw.githubusercontent.com/louisdijkstra/claude-toolbox/HEAD/commands/qa-steps.md -o ~/.claude/skills/louisdijkstra-claude-toolbox-qa-steps/SKILL.md

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

What QA Steps does


description: Generate QA testing steps for changes made in the current branch. Documents what was implemented and how to test it.

QA Steps Command

This command analyzes branch changes and generates human-readable QA documentation.

What This Command Does

  1. Analyze Changes - Review git diff since branch diverged from main/dev
  2. Summarize Features - Describe what was implemented
  3. Generate Test Steps - Create actionable testing instructions
  4. *Identify UI/Services

Alternatives in Testing

Full documentation available on GitHub

View Source Repository