paas-rag-test-coverage

Specify authoritative test coverage for PaaS RAG deployments.

3|2|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill paas-rag-test-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paas-rag-test-coverage
Source: https://github.com/oci-ai-incubations/ai-accelerator-starter-packs/tree/main/.claude/skills/paas-rag-test-coverage
Command: npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill paas-rag-test-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PaaS RAG test coverage specification that ensures end-to-end reliability by codifying health checks, model availability, file indexing, and UI flows for the PaaS RAG stack.

Core Features & Use Cases

  • Comprehensive test plan covering frontend, backend, API, and infra readiness
  • Deterministic execution steps with known dependencies and teardown guidance
  • Reusable test artifacts and results for regression and onboarding

Quick Start

Run the PaaS RAG test suite against a deployed starter pack by providing STARTER_PACK_URL and observing health, API, UI, and infra tests.

Frequently Asked Questions about paas-rag-test-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run end-to-end tests for a PaaS RAG deployment?

End-to-end tests for a PaaS RAG deployment are executed by providing the STARTER_PACK_URL, which triggers health checks, API tests, UI flows, and infrastructure readiness validations.

What does PaaS RAG test coverage include?

PaaS RAG test coverage includes comprehensive test plans for frontend, backend, API, and infrastructure readiness, ensuring deterministic execution with known dependencies and teardown procedures.

How do I validate infrastructure readiness before testing a RAG application?

Infrastructure readiness for a RAG application is validated by executing infra readiness tests that verify health checks, model availability, and file indexing capabilities using deterministic execution steps.

Does this test coverage specification support kubectl and terraform environments?

Yes, the test coverage specification supports kubectl and terraform environments by codifying infra readiness tests and teardown procedures for deterministic execution across the PaaS RAG stack.

Why do my RAG application UI tests fail during regression testing?

RAG application UI tests may fail during regression testing if dependencies are unmanaged; this specification encodes known dependencies and teardown guidance to ensure deterministic execution and reliable test results.