qa-deps

Service dependency smoke test. Spins up all declared service dependencies from test-env.yml or docker-compose.yml using Docker Compose or Testcontainers, runs a lightweight health check against each service (database connection, cache ping, HTTP health endpoint, message queue connectivity), then tears down. Catches infrastructure drift before full integration tests run. Env vars: DEPS_TIMEOUT, DEPS_KEEP_RUNNING. (qa-agentic-team)

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "qa-deps" with this command: npx skills add vslvslv/skillsmp-vslvslv-vslvslv-qa-deps

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

qa-cost

AI API cost tracking and budget gate. Reads token usage metadata from CTRF output files produced by qa-* skills, computes estimated cost per skill using current Claude model pricing, and can block CI if the total run cost exceeds a configured budget. Provides financial observability alongside functional QA observability. Env vars: QA_COST_BUDGET, QA_COST_MODEL. (qa-agentic-team)

Repository SourceNeeds Review
Automation

qa-coverage-gate

Test coverage delta gate. Runs the project's coverage tooling, computes per-file coverage change between the current branch and the base branch, and blocks CI if changed files drop below a configurable threshold. For files below threshold, generates LLM-suggested test stubs targeting the specific uncovered lines. Env vars: COVERAGE_THRESHOLD, COVERAGE_COMPARE_BRANCH, COVERAGE_GENERATE_STUBS. (qa-agentic-team)

Repository SourceNeeds Review
Automation

qa-eval-gate

Eval-driven CI gate for AI features. Enforces that every AI feature shipped has a passing evaluation harness before the PR merges. Discovers eval files in evals/ or tests/evals/ directories, runs them with the detected eval runner, scores results, and blocks CI if the aggregate pass-rate drops below a configurable threshold. Env vars: EVAL_PASS_THRESHOLD, EVAL_FAIL_FAST, ANTHROPIC_API_KEY. (qa-agentic-team)

Repository SourceNeeds Review
Automation

qa-geo

Geo and timezone simulation suite. Parameterizes Playwright tests across multiple time zones and geo-locations using page.emulateTimezone() and browser.newContext({ geolocation, locale }) to catch date/time arithmetic bugs, DST boundary transitions, locale formatting errors, and geo-gated feature inconsistencies invisible to standard E2E tests. Env vars: QA_TIMEZONES, QA_GEOLOCATIONS, QA_GEO_PAGES, WEB_URL. (qa-agentic-team)

Repository SourceNeeds Review
qa-deps | V50.AI