Continuous Retest Loop banner
TyrusRC TyrusRC

Continuous Retest Loop

Testing community

Description

--- name: continuous-retest-loop description: Re-test a target on every change instead of once per engagement — detect drift, then re-run ONLY the affected (endpoint,class) tuples. Matches the XBOW/NodeZero/Detectify "test on every change" frontier (Spec F4). --- # Continuous Re-Test Loop (Spec F4) Goal: when a target changes, re-test only what changed — not a full re-scan. Every tool exists; this wires them into a driver. ## Loop ``` 1. DETECT DRIFT: check_target_freshness(domain, sess

Installation

Installs to ~/.claude/skills/tyrusrc-praetor-continuous-retest-loop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tyrusrc-praetor-continuous-retest-loop && curl -fsSL https://raw.githubusercontent.com/TyrusRC/praetor/HEAD/.claude/skills/continuous-retest-loop.md -o ~/.claude/skills/tyrusrc-praetor-continuous-retest-loop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository