loops / directory
LOOP WORKBENCH▌
Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 7 loops indexed.
Package Audit Fixer
Maintenance
Automatically identifies and fixes package vulnerabilities in your Node.js project by running `npm audit` and applying recommended fixes until the audit is clean.
Upgrade Framework Version
Maintenance
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.
Dependency Update Until Green
Maintenance
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.
Monorepo Health Check
Maintenance
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.
Technical Debt Reduction
Maintenance
A prompt-only coding agent loop that systematically identifies and resolves technical debt items in a codebase through iterative auditing and targeted fixes.
Cleanup Unused Files
Maintenance
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.
Remove Deprecated Code
Maintenance
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.