integration-tests-workflow

Validate RunAudit integration tests at public boundaries with deterministic fixtures.

2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/MRiabov/Problemologist-AI --skill integration-tests-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-tests-workflow
Source: https://github.com/MRiabov/Problemologist-AI/tree/main/.agents/skills/integration-tests-workflow
Command: npx skills add https://github.com/MRiabov/Problemologist-AI --skill integration-tests-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Validate and stabilize RunAudit integration tests at public boundaries.

Core Features & Use Cases

  • End-to-end boundary testing for RunAudit across public interfaces.
  • YAML-as-checklist experiment validation and deterministic fixture handling.
  • Artifact and log assertions to ensure observable behavior across services.

Quick Start

Run a full integration-test cycle against RunAudit and review artifacts and logs.

Frequently Asked Questions about integration-tests-workflow

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

FAQPage Schema
How do I stabilize integration tests using deterministic fixtures?

Public-boundary testing isolates external interfaces and validates observable behavior through artifact and log assertions. It ensures stable end-to-end product integrations by focusing testing efforts strictly at public boundaries rather than internal implementation details.

How do I validate YAML-as-checklist experiments in an integration workflow?

You validate YAML-as-checklist experiments by integrating them into a fixture-driven testing workflow that asserts observable artifacts and logs. This ensures the checklist configurations produce deterministic behavior across end-to-end integration scenarios.

Why do my integration tests fail across different environments?

Integration tests fail across environments when lacking deterministic fixtures and strict public-boundary enforcement. Stabilizing these tests requires artifact validation and deterministic scenarios to eliminate environment-specific volatility at public interfaces.

Do I need specific test IDs to organize end-to-end integration testing?

Yes, organizing end-to-end integration testing requires INT-xxx style test IDs to systematically map boundary conditions and artifact assertions. This structured identification enforces deterministic validation across public interfaces and product integrations.