loops / directory
LOOP WORKBENCH▌
Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 100 loops indexed.
API Version Migration
API
This loop automates the migration of API endpoints from legacy versions (e.g., v1) to the latest supported version (e.g., v2) within a codebase. It systematically identifies outdated endpoints, updates them, and validates changes through automated testing.
Review Until Approved
Review
Automates the process of reviewing a Pull Request and continuously iterating until it receives approval. The agent checks the review status, makes necessary changes, and responds to feedback until the PR is approved.
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.
API Backward Compatibility Guard
API
This loop ensures that modifications to your API specifications maintain backward compatibility with existing consumers. It uses oasdiff to detect breaking changes between old and new OpenAPI specs, iterating until all breaking changes are resolved or the maximum iteration limit is reached.