autoloop

Automate iterative local code review, fix, and verification cycles.

5|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/prassoai/macroscope-local --skill autoloop-prassoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoloop
Source: https://github.com/prassoai/macroscope-local/tree/main/plugins/macroscope/host-overlays/claude/skills/autoloop
Command: npx skills add https://github.com/prassoai/macroscope-local --skill autoloop-prassoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the full local autopilot cycle for code reviews, enabling continuous refinement of changes without remote interactions.

Core Features & Use Cases

  • End-to-end local autopilot: orchestrates review, fixes, verification, and re-review in a loop.
  • Local-only operation: runs entirely on your machine without contacting remote services, guarding against external dependencies.
  • Safety and guardrails: caps iterations and validates changes before applying them to the working tree.

Quick Start

Start an automated local review loop by running the Macroscope CLI to initiate the codereview autopilot sequence for the current branch.

Frequently Asked Questions about autoloop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate local code reviews until my branch is clean?

Automated local code reviews run an autopilot cycle that iteratively reviews, fixes, and verifies changes on your branch until it is clean. This loop operates entirely on your local machine without remote interactions.

What is a local autopilot cycle for code review?

A local autopilot cycle for code review orchestrates review, fixes, verification, and re-review in a continuous loop. It runs entirely on your machine, handling base-branch logic and CLI invocations for deterministic, repeatable automation.

Can I run continuous code review automation without contacting a remote repository?

Yes, you can run continuous code review automation locally without contacting remote services. The process guards against external dependencies by executing all review, fix, and verification cycles entirely on your local machine.

How do I start an automated review loop for my current local branch?

Start an automated review loop by running the Macroscope CLI to initiate the code review autopilot sequence. This automates the end-to-end local cycle for your current branch, refining changes continuously until the branch is clean.

What safety guardrails are in place when running iterative code review automation locally?

Safety guardrails for iterative code review automation include capping the number of iterations and validating changes before applying them to the working tree. These measures ensure deterministic and repeatable local automation.

Does local code review automation handle base-branch differences during the fix loop?

Yes, local code review automation implements base-branch handling during the fix loop. It safely orchestrates local CLI invocations and validates changes against the base branch before applying them to your working tree.