skills/sandbox-runner/SKILL.md
Recursive sandboxing for 100+ iterations before human review
npx skillsauth add mark393295827/house-maint-ai Sandbox RunnerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run solutions through recursive sandboxing, iterating up to 100 times before presenting to human.
"Let agents fail 100 times in simulation so humans see only the winning solution."
[Solution] → Sandbox → Test → Pass? → [Present to Human]
↑ │
└── No ──┘ (iterate, max 100x)
sandbox:
max_iterations: 100
early_exit_threshold: 0.95 # Confidence to stop early
checkpoint_every: 10 # Save state every N iterations
tests:
- unit: "npm run test"
- lint: "npm run lint"
- build: "npm run build"
success_criteria:
all_tests_pass: true
no_lint_errors: true
build_success: true
iteration:
number: 42
status: running | passed | failed
failures: ["test A", "test B"]
fixes_attempted: [...]
confidence: 0.72
Stop before 100 iterations if:
sandbox_result:
iterations_run: 47
final_status: passed | failed
solution:
code_changes: [...]
confidence: 0.89
iteration_log:
- iter: 1, status: failed, fixes: [...]
- iter: 2, status: failed, fixes: [...]
- iter: 47, status: passed
ready_for_hitl: true
documentation
Translate visa application documents (images) to English and create a bilingual PDF with original and translation
development
A comprehensive verification system for Claude Code sessions.
development
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
tools
SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.