loops / directory
LOOP WORKBENCH▌
Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 7 loops indexed.
Dead Code Eliminator
Quality
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.
Lint Until Clean
Quality
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.
Refactor Safely
Quality
This loop systematically refactors your codebase to improve structure while maintaining test coverage. The agent identifies opportunities for cleaner code without breaking existing functionality.
Code Quality Until A Grade
Quality
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.
Style Consistency Loop
Quality
This loop ensures your codebase adheres to consistent styling conventions by automatically identifying and correcting formatting inconsistencies using your project's configured formatter.
Quality Gate Repair
Quality
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.
Complexity Reducer
Quality
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.