loops / directory
LOOP WORKBENCH▌
Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 7 loops indexed.
Dependency Cache Optimizer
CI
Automatically analyzes cache metrics, identifies dependency-related bottlenecks, and optimizes caching strategy to improve cache hit rates in CI environments.
Flaky Test Hunter
CI
This loop automatically identifies and removes flaky tests in your Node.js project. A flaky test is one that passes and fails intermittently without any code changes. The agent will run your test suite multiple times, detect inconsistent test results, and attempt to fix or remove the flaky tests to stabilize your CI pipeline.
Parallelize CI Jobs
CI
This loop optimizes CI pipeline efficiency by identifying and parallelizing independent jobs to reduce overall runtime. The agent iteratively analyzes the current pipeline structure, implements parallelization strategies, and validates improvements through metrics.
CI Until Green
CI
This loop continuously monitors and fixes CI issues until all checks pass. It runs the 'gh pr checks' command iteratively, analyzes failures, and applies fixes until the exit condition is met.
Merge Queue Ready
CI
This agent loop automates the process of preparing a feature branch for submission to a merge queue. It iteratively validates the branch against the merge queue's criteria, identifies required changes, and applies them until the branch is accepted.
Pipeline Speed Optimizer
CI
This loop automates the optimization of CI pipelines by continuously analyzing build metrics, identifying performance bottlenecks, and applying targeted optimizations to reduce overall pipeline duration.
Broken Workflow Repair
CI
Automates the detection and resolution of failing CI/CD workflows by iteratively inspecting the latest GitHub Actions run, analyzing failures, and applying code fixes until the workflow passes successfully.