Node conformance/north-star.test.js
Community loop loop for testing, sourced from github. Verified exit condition, evaluator-gated.
/loop 30m node conformance/north-star.test.js Cap the run at 15 passes.
claude-code
More testing loops
Triage Dependabot PRs safely
Check the diff, release notes, exact-head CI, and tests before you repair, merge, or escalate a dependency update.
Review every Dependabot pull request currently open in [repository]. Take a fixed snapshot of that set and process each pull request once. Read its diff, release notes, advisories, dependency role, current base revision, and exact-head CI results. Run the repository’s relevant tests in an isolated worktree and classify the update by version change, breaking behavior, security exposure, and regression risk. For failing checks, identify the root cause and prepare the smallest verified repair. Process merges serially: before each merge, refetch the base and pull-request head and require passing exact-head checks. Merge only low-risk patch or minor updates when explicit merge authority has already been granted. Request approval for major, breaking, security-sensitive, uncertain, or externally visible actions. Never push changes, merge, comment, or send messages without the corresponding authority. Stop successfully when the original snapshot is fully processed; stop without changes when none are open; stop as blocked when verification is unavailable. Finish with reviewed, repaired, merged, deferred, and blocked pull requests plus supporting evidence.
testinghigh risk
Ship the release
Run tests and update changelog until both pass without altering the public API.
/goal ship the release --success "tests pass and changelog updated" --constraints "do not touch the public API" --mode ordered
testingmedium risk
Implement spec until tests pass
Build the feature from docs/spec.md and iterate until your test suite passes completely.
/goal Implement the feature described in docs/spec.md and keep going until tests pass
testingmedium risk