AI AGENT ADDONS

Codex Autoresearch Loop

aradotso/trending-skills

Codex Autoresearch runs an automatic loop that modifies your code, tests it, and keeps or discards each change. You set a simple goal, like fixing all type errors. Then the system works alone until the goal is met. It is perfect for developers who want to improve code quality without constant supervision.

The skill uses two checks to make sure every change is safe. A verify gate checks if the metric got better. A guard gate checks that nothing else broke. This dual gate keeps your code stable while improving it. You can run it overnight and wake up to a cleaner codebase.

Add Codex Autoresearch Loop skill to your workflow

Global

mkdir -p ~/.claude/skills/codex-autoresearch-loop

Project

mkdir -p .claude/skills/codex-autoresearch-loop

Source Repository

Stars
49
Forks
11
Watchers
49
Last Push
2 months ago
Created
2 months ago