loops / directory

LOOP WORKBENCH

Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 100 loops indexed.

loops
100
categories
15

API Docs Sync

Docs

Moderate

Automatically synchronizes API documentation with the codebase to ensure no drift occurs between implementation and documented interfaces. This loop detects discrepancies, generates necessary updates, and applies them while respecting guardrails to maintain consistency and quality.

apidocumentationsyncautomation
view loop →

Sprint Plan Generator

Planning

Intermediate

Generates a prioritized sprint plan based on user stories, team capacity, and sprint duration. Iteratively refines tasks until they are properly ordered and scoped.

agilesprint planningproject managementtask prioritization
view loop →

Monorepo Health Check

Maintenance

medium

This loop performs a comprehensive health check of a monorepo by validating its structure, dependencies, code quality, and consistency. It iteratively identifies and resolves issues related to missing dependencies, outdated packages, lint errors, and architectural inconsistencies until the repository passes validation.

monorepomaintenancecode-qualityautomation
view loop →

Memory Usage Optimizer

Performance

Medium

This loop automatically analyzes and optimizes the codebase to reduce memory consumption. It iteratively identifies high-memory components, applies targeted optimizations (e.g., caching, lazy loading, data structure improvements), and validates improvements using a memory benchmark until the desired target is achieved or the maximum iterations are reached.

memoryperformanceoptimizationprofiling
view loop →

Technical Debt Reduction

Maintenance

Intermediate

A prompt-only coding agent loop that systematically identifies and resolves technical debt items in a codebase through iterative auditing and targeted fixes.

refactoringcode-qualitymaintenancetechnical-debt
view loop →

Workflow Until Zero Failures

Automation

Medium

This loop automates the process of identifying, fixing, and resolving CI/CD workflow failures. It continuously monitors GitHub Actions workflow runs, inspects failure logs, applies targeted fixes, and re-runs workflows until all pass or maximum iterations are reached.

automationgithub-actionsci-cddebugging
view loop →

Feature Scope Validator

Planning

Easy

Validates and clarifies feature requirements before implementation begins, ensuring alignment between stakeholders and developers.

planningscopevalidationrequirements
view loop →

Roadmap Builder

Planning

Medium

This loop helps generate a structured release roadmap by iteratively gathering project details, defining milestones, and refining the timeline through continuous review until the exit condition is met.

planningroadmapreleasemilestones
view loop →

Performance Budget Guardian

Performance

Intermediate

Automatically optimizes application code to meet predefined performance budgets. Uses performance audits to measure key metrics like load time, First Contentful Paint (FCP), Largest Contentful Paint (LCP), and Cumulative Layout Shift (CLS). Iteratively refines codebase through targeted optimizations until budget targets are satisfied.

performanceoptimizationauditbudget
view loop →

Quality Gate Repair

Quality

Intermediate

This loop helps automate the process of fixing code quality issues. It runs a quality gate check, identifies failures, and applies targeted fixes until the gate turns green. Ideal for maintaining code health in CI/CD pipelines or pre-commit hooks.

qualityautomationtestingci-cd
view loop →

API Performance Budget

API

Intermediate

A coding loop focused on optimizing API performance to ensure P95 latency stays under a defined target threshold. This loop iteratively runs load tests, analyzes bottlenecks, and implements optimizations until the goal is achieved or maximum iterations are reached.

performancelatencyapiload-testing
view loop →

Commit History Cleanup

Git

Intermediate

Refactor and clean up commit history to improve code documentation, readability, and maintainability. This loop focuses on squashing redundant commits, rewriting unclear messages, and ensuring a logical progression of changes.

gitcommithistorycleanup
view loop →

Vulnerability Until Zero

Security

intermediate

An automated loop to systematically eliminate critical npm security vulnerabilities in your project by iteratively running npm audit, analyzing findings, and applying fixes until the codebase reaches a secure state.

securitynpmvulnerability-managementautomated-remediation
view loop →

Epic Breakdown Loop

Planning

intermediate

This loop helps decompose large epics into actionable user stories and development tasks. It guides the agent to analyze epic scope, generate well-defined stories with acceptance criteria, estimate effort for each story, and iterate until all stories are properly scoped and estimated for sprint planning readiness.

agileplanningepicuser-stories
view loop →

Merge Queue Ready

CI

Intermediate

This agent loop automates the process of preparing a feature branch for submission to a merge queue. It iteratively validates the branch against the merge queue's criteria, identifies required changes, and applies them until the branch is accepted.

CImergequeuevalidation
view loop →

Docs Until Complete

Docs

medium

This loop identifies and documents all missing features in a codebase to achieve full documentation coverage. It systematically audits the existing documentation, finds gaps, and fills them with appropriate documentation until the audit passes.

documentationauditmaintenancecode-quality
view loop →

Memory Leak Hunter

Debugging

Intermediate

This loop automatically detects and resolves memory leaks in your application through iterative profiling and code fixes. It runs memory profiling tools, analyzes output to identify leak sources, proposes targeted changes, and validates fixes until memory usage stabilizes.

memory-leakdebuggingprofilingautomation
view loop →

Generate Missing API Docs

API

Easy

Automatically identifies and documents all undocumented API endpoints in the project. The agent iteratively generates OpenAPI/Swagger documentation until all endpoints meet the required documentation standards.

APIdocumentationautomationlinting
view loop →

Query Performance Fixer

Database

Medium

An automated workflow to identify, analyze, and optimize slow-running database queries through iterative benchmarking and targeted improvements.

databaseperformancesqloptimization
view loop →

Ticket Auto-Triage

Automation

Intermediate

Automatically analyze and label unlabeled issues in a GitHub repository to improve organization and streamline development workflows.

automated labelinggithub issuesworkflow automationtriage
view loop →

Cleanup Unused Files

Maintenance

Intermediate

This loop automatically identifies and removes unused files and dead code from your codebase. It iteratively scans the project, presents candidates for removal, and seeks user confirmation before deletion, ensuring a clean and maintainable codebase.

cleanupmaintenancerefactoringcode-quality
view loop →

Rebase Until Clean

Git

Intermediate

Automates the process of resolving merge conflicts during a Git rebase operation. This loop continuously attempts to rebase your current branch onto its upstream target, detects and resolves conflicts as they arise, and only exits once the rebase completes successfully without any remaining conflicts.

Gitrebaseconflict resolutionautomation
view loop →

Self-Review Loop

Review

Medium

A self-paced loop for coding agents to iteratively review and improve their pull request quality before submission. The agent acts on the codebase, runs automated checks, inspects results, and refines changes until all quality criteria are met.

pr-reviewqualityautomationcode-check
view loop →

Deployment Until Healthy

DevOps

Intermediate

This loop automates the deployment process of a web application and ensures it becomes healthy by continuously checking its health endpoint. It iterates through deployment actions and health checks until the application is confirmed healthy or the maximum iteration limit is reached, providing visibility into the deployment process and preventing stuck deployments.

devopsdeploymenthealth-checkmonitoring
view loop →