qatech init writes two files into the current project that teach Claude Code how to use this CLI:
--force after upgrading the CLI to pull in the latest skill and agent content.
Usage
Options
| Flag | Short | Description |
|---|---|---|
--dir <path> | -d | Target project directory (default: current directory) |
--force | -f | Overwrite existing files (useful after CLI upgrades) |
--help | -h | Show command help |
Examples
What you get
After runningqatech init, Claude Code (or any agent that reads .claude/) can:
- Invoke the
qa-runnersubagent via the Task tool to run E2E tests in the background. - Read the
qa-tech-cliskill - a complete CLI reference with examples, ID formats, JSON shapes, and error handling - whenever it needs to useqatech.
Updating after CLI upgrades
The skill and agent files are baked into the CLI itself, so they evolve as the CLI evolves. Afternpm install -g qatech@latest, run: