autoresearch
Autonomous AI loops that debug, fix, secure, and ship code
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Autoresearch?▼
Run `npx skills add uditgoenka/autoresearch --all -g -y` in your terminal to install the full skill suite globally for your AI agent.
What does Autoresearch actually do?▼
It turns your AI agent into an autonomous improvement loop: set a goal and a measurable metric, and the agent modifies code, verifies results, keeps wins, and reverts failures until the goal is met.
Can Autoresearch fix failing tests automatically?▼
Yes. The fix command detects broken tests, type errors, lint issues, and build failures, then repairs them one at a time until the error count reaches zero.
Does Autoresearch work with Claude Code and Codex?▼
Yes. It ships ready-made plugins for Claude Code, OpenAI Codex, and OpenCode, and the AGENTS.md file lets any other agent adopt the same command surface.
Is Autoresearch safe to run on my codebase?▼
Yes. Every change is committed atomically in git, failed experiments roll back automatically, dangerous commands are blocked, and deploys always require your explicit approval.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core