| # | Loop | Category | Difficulty | Tags | Upvotes |
|---|---|---|---|---|---|
| 1 | Broken Docs Link Fixer Automatically detects and removes broken links from documentation files to improve usability and SEO. Docs · Medium | Docs | Medium | documentationlinksautomation | 0 |
| 2 | README Improvement Loop 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. Docs · Moderate | Docs | Moderate | onboardingdocumentationreadme | 0 |
| 3 | Architecture Documentation Builder 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. Docs · Intermediate | Docs | Intermediate | architecturedocumentationsystem design | 0 |
| 4 | Docs Until Complete This loop identifies and documents all missing features in a codebase to achieve full documentation coverage. It systematically audits the existing documentation, finds gaps, and fills them with appropriate documentation until the audit passes. Docs · medium | Docs | medium | documentationauditmaintenance | 0 |
| 5 | API Docs Sync Automatically synchronizes API documentation with the codebase to ensure no drift occurs between implementation and documented interfaces. This loop detects discrepancies, generates necessary updates, and applies them while respecting guardrails to maintain consistency and quality. Docs · Moderate | Docs | Moderate | apidocumentationsync | 0 |
| 6 | Example Coverage Builder Automatically identifies areas in your codebase lacking usage examples and iteratively adds them to improve documentation coverage. The agent focuses on generating practical, copy-paste-friendly examples for functions, methods, and components that currently lack adequate documentation. Docs · Medium | Docs | Medium | documentationexamplescoverage | 0 |
| 7 | Changelog Generator Automatically generates and maintains a project's CHANGELOG.md file by analyzing code changes, commits, or version control history to produce structured release notes. Docs · Intermediate | Docs | Intermediate | changelogrelease-notesdocumentation | 0 |