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

Dead Code Eliminator

Quality

Moderate

Automatically identifies and removes unused code to improve codebase quality and maintainability. This loop performs iterative scans for dead code, removes it gradually, and ensures no regressions are introduced.

dead codecode cleanupstatic analysismaintainability
view loop →

Lint Until Clean

Quality

Intermediate

Automatically iterates through lint error detection and resolution until the codebase passes linting with zero issues. This loop ensures code quality and consistency by having the agent fix problems as they are identified.

lintqualitycode-standardsautomation
view loop →

Refactor Safely

Quality

Medium

This loop systematically refactors your codebase to improve structure while maintaining test coverage. The agent identifies opportunities for cleaner code without breaking existing functionality.

refactoringcode-qualitytestingiterative-improvement
view loop →

Code Quality Until A Grade

Quality

Intermediate

A prompt-only loop designed to iteratively improve code quality and maintainability until a specified quality gate passes. The agent analyzes the codebase, identifies quality issues, and applies targeted fixes to achieve an 'A' grade quality score.

code-qualitymaintainabilitystatic-analysisci-cd
view loop →

Style Consistency Loop

Quality

Intermediate

This loop ensures your codebase adheres to consistent styling conventions by automatically identifying and correcting formatting inconsistencies using your project's configured formatter.

code-styleformattingconsistencyquality-assurance
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 →

Complexity Reducer

Quality

Intermediate

This loop iteratively analyzes and reduces code complexity by generating complexity reports, identifying high-complexity areas, and applying refactoring techniques until the specified threshold is met.

qualityrefactoringcomplexitycyclomatic
view loop →