Positronick
SoulsRegistryProfiles

Loop

Reusable agent loops — run a task, check an exit condition, and iterate until done.

Type AllHarnessCLIMCPAgentSkillPluginLoop
›
Sort

37 tools

Agent Loop (Issues to PRs)
Loop

A Ralph-style loop that turns open GitHub issues into pull requests, one task per iteration, until none remain.

DevOps @bentossell
Autoloop TDD
Loop

Test-first loop: write a failing test, implement the minimum code to pass, refactor, and repeat.

Technical @loops
Boot and Probe
Loop

Green tests are not a running app — build the production image, boot it against a fresh throwaway database, probe the real routes and contracts, fix, and re-boot until everything answers.

DevOps @nsollazzo
Build Until Green
Loop

Run the production build, fix compile and bundling errors, and loop until the build succeeds.

DevOps @loops
Changelog Sync After Ship
Loop

After shipping a feature, loop until CHANGELOG.md has a user-facing entry and conventional commits are reflected.

DevOps @loops
Checkpoint-Driven Execution
Loop

Write the success criteria and load-bearing assumptions first, complete exactly one step per pass while restating done / verified / left, and loop until every criterion is checked off and backed by evidence.

Productivity @nsollazzo
Convention Conformance Sweep
Loop

Align new code to the codebase's own idioms — sample its neighbors, fix one mismatch per pass, and when two patterns conflict pick the more recent or better-tested one rather than averaging them.

Technical @nsollazzo
Coverage Until Threshold
Loop

Add focused tests until coverage meets your threshold (e.g. 80%), without changing production behavior unnecessarily.

Technical @loops
De-Sloppify Pass
Loop

After implementation, run a cleanup pass: remove debug code, tighten naming, delete dead branches, and align with project conventions.

Technical @loops
Decisive Pick Loop
Loop

Collapse a menu of options into one committed recommendation — research each candidate with real evidence instead of priors, score against explicit criteria, and don't stop until a single pick stands with a named runner-up.

Productivity @nsollazzo
Deploy Verification Loop
Loop

On an interval, hit health and smoke endpoints after a deploy until all checks return healthy responses.

DevOps @loops
Docs Drift Sweep
Loop

Treat every operational claim in your docs and runbooks as a hypothesis — verify each against the live system, fix what drifted, and loop until no claim fails verification.

Technical @nsollazzo
DRY on Third Repetition
Loop

Extract a shared unit only where the same logic appears three or more times — and inline back any abstraction used only once or twice.

Technical @nsollazzo
Fix CI Until Green
Loop

Fetch the latest failed CI run, reproduce the failure locally, fix it, and repeat until checks pass.

DevOps @loops
Format Until Clean
Loop

Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.

DevOps @loops
Ground Every Claim
Loop

Audit a doc, PR description, or answer for unsourced assertions and replace each hedge with a cited artifact — file:line, command output, or URL — until nothing rests on inference.

Technical @nsollazzo
Independent Verifier Pass
Loop

When implementation claims done, a separate verifier pass runs build, lint, and tests with no access to the implementer's rationale.

Technical @loops
Intent-Test Mutation Guard
Loop

Mutate your own production code on purpose, prove a test fails for each change, and loop until no surviving mutant slips past the suite.

Technical @nsollazzo
Interview Then Orchestrate
Loop

Before a large batch job, surface the few decisions only the owner can make, lock them in one up-front interview, then run the whole batch unattended — looping on blockers, not on questions.

Productivity @nsollazzo
Lint and Typecheck Fix
Loop

Run lint and typecheck, fix reported issues, and loop until the codebase is clean.

DevOps @loops
Merge to Live Parity
Loop

After merging, loop until production actually reflects the merge — pipeline green, the new commit serving, fresh routes answering, and schema plus data applied.

DevOps @nsollazzo
Migration Until Applied
Loop

Run database migrations, fix schema issues, and loop until migrations apply cleanly in dev.

Data @loops
Multi-Agent Supervised Coding Loop
Loop

A markdown-and-bash protocol that turns a well-scoped repo into a supervised multi-agent coding loop where a Beacon ranks the next work, you approve it, and path-owning agents build in isolated git worktrees.

AI/ML @anshulixyz
PR Self-Review
Loop

Review your own diff like a senior reviewer, fix issues, and repeat for three passes before opening the PR.

Technical @loops
Ralph Loop
Loop

Repeatedly relaunch a fresh coding-agent session against a prompt until the implementation plan is complete.

AI/ML @ghuntley
Read Callers Before Write
Loop

Before editing a symbol, map every caller, re-export, test, and shared util it touches — iterate until the blast radius is fully known, then write.

Technical @nsollazzo
Red-Team Your Own Feature
Loop

Attack your own just-built feature's trust assumptions — spoofable identifiers, client-settable fields, lookalike handles, reclamation attacks — fix each break and re-attack until every attack fails.

Security @nsollazzo
Schema Migration Drift to Zero
Loop

After every schema edit, regenerate migrations and prove there is no drift — loop until a fresh generate produces no new files and leaves the working tree clean.

Data @nsollazzo
Session Distill
Loop

After significant work, distill the non-obvious lessons — gotchas, environment quirks, corrections you received — into durable notes, looping until a fresh review pass surfaces nothing unrecorded.

Productivity @nsollazzo
Ship PR Until Green
Loop

Implement on a branch, run tests, push, open a PR, and loop until checks pass and the PR is ready to merge.

DevOps @loops
Silent Failure Hunt
Loop

Hunt down swallowed errors, empty catch blocks, ignored return codes, silent fallbacks, and skipped tests, then make each one fail loud or carry an explicit comment justifying the suppression.

Technical @nsollazzo
Spec-First Ship
Loop

Implement from a written spec.md checklist — each iteration completes one unchecked requirement with verification.

Technical @loops
Store-Content Parity
Loop

When your sync pipeline only upserts, removals never propagate — loop until the live store's rows exactly match the curated source files, pruning orphans deliberately.

Data @nsollazzo
Surgical Diff Shrink
Loop

Shrink an over-broad diff back to the minimum that satisfies the goal — every changed line load-bearing, no drive-by edits — re-running tests after each cut.

Technical @nsollazzo
Test Until Green
Loop

Run your test suite, fix the smallest root cause on failure, and repeat until every test passes.

DevOps @loops
Verify or Drop
Loop

For every candidate item in a catalog or dataset, independently re-verify the claim and mechanically confirm its source URL resolves — include it with evidence or drop it with a written reason.

Technical @nsollazzo
Zero-Warnings Quality Gauntlet
Loop

Run lint, typecheck, tests, and build as one chained gauntlet under a 'a warning FAILS' bar, and loop until the whole chain exits clean with the word 'warning' nowhere in its output.

DevOps @nsollazzo
© Positronick
SoulsRegistryProfiles