| # | Loop | Category | Difficulty | Tags | Upvotes |
|---|---|---|---|---|---|
| 1 | Remove Deprecated Code 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. Maintenance · Intermediate | Maintenance | Intermediate | maintenancerefactoringcode quality | 0 |
| 2 | Cleanup Unused Files 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. Maintenance · Intermediate | Maintenance | Intermediate | cleanupmaintenancerefactoring | 0 |
| 3 | Technical Debt Reduction A prompt-only coding agent loop that systematically identifies and resolves technical debt items in a codebase through iterative auditing and targeted fixes. Maintenance · Intermediate | Maintenance | Intermediate | refactoringcode-qualitymaintenance | 0 |
| 4 | Monorepo Health Check 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. Maintenance · medium | Maintenance | medium | monorepomaintenancecode-quality | 0 |
| 5 | Dependency Update Until Green 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. Maintenance · Intermediate | Maintenance | Intermediate | maintenancedependenciesnpm | 0 |
| 6 | Upgrade Framework Version 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. Maintenance · Medium | Maintenance | Medium | upgradeframeworkmigration | 0 |
| 7 | Package Audit Fixer Automatically identifies and fixes package vulnerabilities in your Node.js project by running `npm audit` and applying recommended fixes until the audit is clean. Maintenance · Intermediate | Maintenance | Intermediate | npmsecuritydependencies | 0 |