Skip to main content
qatech init writes two files into the current project that teach Claude Code how to use this CLI:
These files contain no credentials and are safe to commit to your repo. Re-run with --force after upgrading the CLI to pull in the latest skill and agent content.

Usage

Options

Examples

What you get

After running qatech init, Claude Code (or any agent that reads .claude/) can:
  • Invoke the qa-runner subagent via the Task tool to run E2E tests in the background.
  • Read the qa-tech-cli skill - a complete CLI reference with examples, ID formats, JSON shapes, and error handling - whenever it needs to use qatech.

Updating after CLI upgrades

The skill and agent files are baked into the CLI itself, so they evolve as the CLI evolves. After npm install -g qatech@latest, run:
…in each project that has the integration installed, then commit the diff.