testing-validation

Run deterministic validation pipelines for intraday trading platform deployments.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Leiisawesome/feelies --skill testing-validation-leiisawesome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-validation
Source: https://github.com/Leiisawesome/feelies/tree/main/.cursor/skills/testing-validation
Command: npx skills add https://github.com/Leiisawesome/feelies --skill testing-validation-leiisawesome

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end governance for intraday trading platforms by delivering a deterministic validation pipeline that gates production deployments and preserves reproducibility across environments.

Core Features & Use Cases

  • Deterministic unit tests with fixed seeds for each component
  • Property-based testing to explore the input space and verify invariants
  • Replay reproducibility across environments with immutable audit trails
  • Fault injection and data corruption simulations to validate resilience
  • CI/CD gating and promotion workflow enforcement with verifiable evidence

Quick Start

Integrate the deterministic validation pipeline into your CI to gate production deployments.

Frequently Asked Questions about testing-validation

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

FAQPage Schema
How do I ensure deterministic testing for an intraday trading platform?

Deterministic testing for an intraday trading platform is achieved by applying fixed seeds to unit tests, verifying invariants through property-based testing, and replaying historical data to guarantee reproducible results across environments.

What is replay reproducibility and how does it preserve an audit trail?

Replay reproducibility ensures consistent system behavior across environments by capturing immutable audit trails of historical data inputs, allowing you to verify that past execution results can be exactly recreated during validation.

How do I use fault injection simulations to validate trading system resilience?

Fault injection simulations validate trading system resilience by deliberately introducing data corruption and system failures into the deterministic validation pipeline to observe and verify explicit failure handling and recovery mechanisms.

Can I use CI/CD gating to enforce promotion workflows for trading systems?

Yes, you can integrate the deterministic validation pipeline directly into CI/CD gating to enforce promotion workflows for trading systems, blocking deployments unless verifiable evidence of test coverage and reproducibility is satisfied.

What is the best way to guarantee reproducible results from research to production?

The best way to guarantee reproducible results from research to production is to gate promotions with deterministic validation pipelines that require versioned artifacts, explicit failure handling, and verifiable evidence of test coverage.

When do I need property-based testing instead of standard unit tests?

You need property-based testing when standard unit tests are insufficient to explore the input space, allowing the deterministic validation pipeline to automatically verify system invariants and ensure end-to-end integrity.