audit-now

Installation
SKILL.md

RU: Audit Now

Force the loop to enter validation mode on the next iteration.

Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.

Usage

  • /ru:audit-now - Start validation from round 1
  • /ru:audit-now 4 - Start from round 4 (Adversarial Probing)

Execution

/usr/bin/env bash << 'RU_AUDIT_SCRIPT'
PROJECT_DIR="${CLAUDE_PROJECT_DIR:-$(pwd)}"
CONFIG_FILE="$PROJECT_DIR/.claude/ru-config.json"
STATE_FILE="$PROJECT_DIR/.claude/ru-state.json"
ROUND="${ARGUMENTS:-1}"
Related skills
Installs
41
GitHub Stars
46
First Seen
Feb 27, 2026