loops / directory
LOOP WORKBENCH▌
Autonomous agent loops — repeatable, goal-driven workflows that run until the exit condition is met. 100 loops indexed.
Security Headers Fixer
Security
Automates the detection and remediation of missing or misconfigured HTTP security headers across web applications. Uses securityheader.com API and curl-based testing to validate headers like CSP, HSTS, X-Frame-Options, and more.
Infrastructure Drift Repair
DevOps
This loop detects and repairs infrastructure drift by continuously comparing the current state with the desired state defined in Terraform configurations. It automatically applies necessary changes to ensure alignment while adhering to safety guardrails.
Rollback Validator Loop
DevOps
Automates rollback process verification in deployment pipelines. Self-paced loop that continuously tests rollback execution until success or maximum iterations reached.
Architecture Documentation Builder
Docs
An automated loop for generating comprehensive, up-to-date system architecture documentation. This agent analyzes your codebase, identifies key architectural components, creates visual diagrams, and produces explanatory text suitable for technical stakeholders.
Security Review Resolver
Review
An automated iterative loop that analyzes code for security vulnerabilities, runs security checks, identifies issues, implements fixes, and continues until security approval is achieved. The agent self-paces through act → check → inspect cycles to ensure code meets security standards.
API Security Hardening
API
This loop identifies and remediates insecure API patterns and vulnerabilities in Node.js projects by iteratively running npm audit and applying security fixes until the codebase passes security scanning.
Architecture Review Loop
Review
A prompt-driven loop that iteratively reviews and refines system architecture based on feedback until formal approval is granted. This loop helps ensure architectural decisions are validated and aligned with project goals through continuous review cycles.
Data Integrity Guardian
Database
This loop identifies and removes invalid records from your database through iterative integrity checks. The agent will systematically scan for data quality issues, remove problematic entries while preserving valid data, and continue until achieving a clean state with zero integrity problems.
Remove Manual Deploy Steps
Automation
This loop identifies and eliminates all manual steps in the current deployment process. It iteratively automates each task, verifies functionality through testing and dry runs, and ensures the deployment pipeline becomes fully unattended.
Index Optimization Loop
Database
This loop iteratively improves database query performance by analyzing execution plans, identifying missing indexes, and implementing targeted index optimizations. Each iteration runs EXPLAIN ANALYZE on your query, identifies bottlenecks like sequential scans or costly sorts, and suggests or implements optimal indexes to reduce query execution time.
README Improvement Loop
Docs
This loop helps improve onboarding documentation by iteratively testing and refining README files to ensure new users can successfully set up and run your project from the instructions provided.
Crash Loop Investigation
Debugging
A systematic debugging loop designed to identify, reproduce, and eliminate application crashes. This loop guides you through iterative analysis and fix attempts until the crash is fully resolved.
API Contract Until Passing
API
This loop ensures that the API implementation aligns with the OpenAPI specification by repeatedly validating the contract using swagger-cli until all requirements are met or the maximum iteration limit is reached.
Secret Leak Hunter
Security
Automatically identifies and removes exposed secrets (e.g., API keys, passwords) from your codebase to prevent unauthorized access and security breaches.
Migration Until Clean
Database
This loop automatically detects and fixes database migration issues by iteratively running migrations, analyzing errors, and applying corrective code changes until the migration process completes successfully.
Notification Flow Repair
Automation
Diagnose and repair issues in the notification delivery system to ensure users receive timely alerts.
Remove Deprecated Code
Maintenance
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.
Bug Until Reproduced
Debugging
A systematic debugging loop designed to help developers identify, isolate, and create reliable reproductions of software bugs. This loop iterates through test creation, execution, and analysis until a consistent reproduction of the issue is achieved, enabling effective root cause analysis and resolution.
Branch Sync Loop
Git
Automatically keeps your current Git branch synchronized with its upstream counterpart by detecting divergence, fetching updates, and resolving merge conflicts interactively. This loop ensures your local branch remains current with remote changes while maintaining code integrity.
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.
Regression Prevention Loop
Testing
This loop ensures that newly discovered bugs or edge cases are covered by automated regression tests to prevent future incidents. It iterates through identifying missing test coverage, implementing appropriate tests, and validating that the regression suite passes without failures.
Scheduled Job Stabilizer
Automation
Monitors and stabilizes scheduled jobs by automatically detecting failures, analyzing causes, and applying corrective measures. The agent iterates through job status checks and stabilization actions until the job achieves five consecutive successful runs or reaches the maximum iteration limit.
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.
Broken Docs Link Fixer
Docs
Automatically detects and removes broken links from documentation files to improve usability and SEO.