QA Steps — Testing skill for Claude Code
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
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
- Analyze Changes - Review git diff since branch diverged from main/dev
- Summarize Features - Describe what was implemented
- Generate Test Steps - Create actionable testing instructions
- *Identify UI/Services
Alternatives in Testing
- Marketing Skills Versions — Current versions of all skills 13.8k ★
- Regen API — Regenerate the OpenAPI spec and web API client after server API changes 2.5k ★
- AI Contribution Skills (Engram) — branch-pr: clean branch and PR workflow 2.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Promote Test
Weekly ritual — review the week's accumulated changes on the test integration branch and promote them to maste
C4ai Check
Test current changes with adversarial tests, then run full regression suite
Test Browser
Run browser tests on pages affected by current PR or branch
Mr
Generate an MR description for the current branch after verifying build/test pass
Multipov Tests
Run a multi-agent test-focused review on $ARGUMENTS (default: test files touched in the current branch) via th
Smart PR
Generate a structured PR description from the current branch diff. Run after /self-review passes. Produces tit
Related Agents
CI Watcher
Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps. Use wh
Git Manager
Use this agent when you need to stage, commit, and push code changes to the current git branch while ensuring
Compare Branch
Compare current branch vs main/staging — changes, risk assessment, merge readiness.