rover-help

Dispatch an autonomous Rover to survey, modify, and verify codebase changes.

3|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/epologee/leclause-skills --skill rover-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rover-help
Source: https://github.com/epologee/leclause-skills/tree/main/packages/autonomous/skills/rover-help
Command: npx skills add https://github.com/epologee/leclause-skills --skill rover-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a guided briefing and operational instructions for dispatching an autonomous Rover that surveys, modifies, and verifies changes across a codebase so operators do not need to supervise every step of long-running engineering tasks.

Core Features & Use Cases

  • Autonomous traversal and execution: The Rover performs SURVEY, DRIVE, INSPECT, STOW, and STANDBY phases to read the repo, apply changes, verify outcomes, and clean up.
  • Guarded verification and review: Built-in verify and pride steps enforce Done criteria and contrarian reviews before marking work complete or preparing artifacts for handoff.
  • Mission persistence and steering: Missions are stored in mission files, run on a cron loop, and can be steered, stopped, or resumed by the operator.
  • Use Case: Send a Rover to update dependencies across a repository, run builds and tests, perform a pride review on diffs, and produce a clean set of commits ready for operator push.

Quick Start

Dispatch the Rover by invoking /autonomous:rover with a short mission brief or an issue URL to begin autonomous code surveying and automated commits.

Frequently Asked Questions about rover-help

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

FAQPage Schema
How do I automate codebase refactoring without constant supervision?

You can automate repository maintenance by dispatching an autonomous Rover that surveys, modifies, and verifies codebase changes without constant supervision. It runs on a cron loop and persists mission files to execute long-running refactoring tasks independently.

What is an autonomous rover for repository maintenance?

An autonomous rover is a system that traverses a codebase through SURVEY, DRIVE, INSPECT, STOW, and STANDBY phases to read repositories, apply changes, verify outcomes, and clean up artifacts for long-running code tasks and automated maintenance.

How do I start an automated code review and PR inspection mission?

Start an automated PR inspection by invoking the autonomous rover with a short mission brief or an issue URL. The rover surveys the codebase, inspects pull requests, runs verify checks, and performs pride reviews on diffs before preparing commits for operator push.

Can I stop or steer an autonomous code task after it has started running?

Yes, you can steer, stop, or resume autonomous code tasks during execution. The rover relies on operator-controlled push and stop safeguards integrated into the cron execution loop, ensuring you retain control over mission persistence and task finalization.

Does automated dependency updating require manual push safeguards?

Automated dependency updating requires operator-controlled push safeguards to prevent unreviewed commits. The rover applies changes, runs builds and tests, and executes verify and pride review checks, producing clean commits ready for manual operator push.

When should I not use an autonomous rover for codebase tasks?

Avoid using an autonomous rover for codebase tasks requiring immediate synchronous feedback or lacking clear Done criteria. The system depends on mission file persistence, verify checks, and cron loops, making it unsuitable for real-time interactive debugging sessions.