loops / directory

LOOP WORKBENCH

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

loops
7
categories
15

Package Audit Fixer

Maintenance

Intermediate

Automatically identifies and fixes package vulnerabilities in your Node.js project by running `npm audit` and applying recommended fixes until the audit is clean.

npmsecuritydependenciesmaintenance
view loop →

Upgrade Framework Version

Maintenance

Medium

This loop automates the process of upgrading a project's framework to a newer version. It systematically analyzes the current framework, plans the upgrade path, updates dependencies, resolves breaking changes, and ensures all tests pass before completion.

upgradeframeworkmigrationbuild-test
view loop →

Dependency Update Until Green

Maintenance

Intermediate

Automated loop to safely upgrade project dependencies while ensuring all tests pass after each update. The agent incrementally updates out-of-date packages and runs test checks to prevent breaking changes.

maintenancedependenciesnpmtesting
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 →

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 →

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 →

Remove Deprecated Code

Maintenance

Intermediate

This loop systematically identifies and removes deprecated API usage and code patterns to ensure your codebase remains modern, performant, and free of outdated dependencies. It helps maintain long-term code health and reduces technical debt.

maintenancerefactoringcode qualitytechnical debt
view loop →