Claude Code Plugins

Community-maintained marketplace

Feedback

deterministic-test-suite

@ConnorWhelan11/glia-fab
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name deterministic-test-suite
description Run tests with fixed seeds, verify replay stability, detect non-determinism. Ensures reproducibility across test runs. Use when working on development tasks.
metadata [object Object]

Deterministic Test Suite

Run tests with fixed seeds, verify replay stability, detect non-determinism.

Inputs

Parameter Type Required Default Description
test_path string Yes - Path to test directory or specific test file
seed integer No 42 Fixed seed for deterministic execution
runs integer No 3 Number of runs to verify stability

Outputs

Field Type Description
all_passed boolean True if all runs passed and results match
deterministic boolean True if all runs produced identical results
divergences array List of non-deterministic behaviors detected

Usage

python scripts/deterministic-test-suite.py [arguments]

Generated from `skills/development/deterministic-test-suite.yaml`