Borrowing it
Nothing to install: this file belongs to namastexlabs/automagik-tools. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/namastexlabs/automagik-tools/main/.claude/commands/qa-integration.mdgit clone --depth 1 https://github.com/namastexlabs/automagik-toolsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/namastexlabs/automagik-tools/qa-integration)<a href="https://agentmods.dev/commands/namastexlabs/automagik-tools/qa-integration"><img src="https://agentmods.dev/badge/commands/namastexlabs/automagik-tools/qa-integration.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02149 |
| Opus 5 | $0.00000 | $0.01074 |
| Sonnet 5 | $0.00000 | $0.00430 |
| Haiku 4.5 | $0.00000 | $0.00215 |
Grade A, and why
qa-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.
QA Integration with Automagik-Tools Workflows
Overview
This document integrates the comprehensive QA Director Agent instructions from /commands/qa.md with the enhanced workflow system, ensuring that all QA capabilities and processes are preserved while being embedded into the automated development pipeline.
QA Director Role Integration
Core QA Mission
The QA Director Agent is responsible for practice testing MCP applications with actual server combinations to ensure real-world functionality. This role is now integrated across all workflows to maintain continuous quality assurance.
QA Task Management Integration
The QA processes now utilize the same task management system as the development workflows:
QA Task Categories (from qa.md):
- Discovery tasks (parameter mapping, server inventory)
- Configuration testing tasks (each server combination)
- Documentation tasks (findings, recommendations)
- Analysis tasks (failure patterns, optimization opportunities)
Integration Points:
- ANALYZER Workflow: Incorporates QA parameter discovery and server inventory
- TESTER Workflow: Implements QA practice testing with real workflows
- VALIDATOR Workflow: Includes QA configuration testing and failure analysis
- ORCHESTRATOR Workflow: Coordinates QA phases alongside development phases
QA File Organization (Preserved from qa.md)
All QA documents continue to be stored in docs/qa/ directory as specified:
Required QA Documentation Structure
docs/qa/parameter-discovery.md- All discovered parameters and configurationsdocs/qa/server-inventory.md- Genie servers and capabilities mappingdocs/qa/test-configurations.md- All tested MCP server combinationsdocs/qa/failure-patterns.md- Categorized failure documentationdocs/qa/enhancement-roadmap.md- Prioritized improvement recommendationsdocs/qa/testing-logs/- Daily testing results and progress logs
Additional Development QA Files
docs/qa/analysis-{tool_name}.md- Tool analysis reports (ANALYZER output)docs/qa/validation-{tool_name}.md- Tool validation reports (VALIDATOR output)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 287 lines · 0 tokens per session scan A e992d40b343a
qa-integration is a command published in the GitHub repository namastexlabs/automagik-tools (15 stars, last pushed 9mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,149 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
verify-loop
A command that repeatedly checks recent code changes and tries to fix failures, with a configurable retry limit. It can run code review, builds, tests, linting, and type checks according to the project language.
eval
Manage eval-driven development workflow (define, check, report, list).
tdd
A command for test-driven development, a method where you write a failing test first, then code to pass it, and finally improve the code.
web-checklist
A checklist command for testing a website after a Git merge. It records checklist items in a file so progress can be viewed and individual checks can be marked complete.
test-coverage
Analyze test coverage and generate missing tests to reach 80%+ coverage.
test-plan
Generate a test strategy document — test matrix, coverage goals, and test pyramid allocation for the current project.