aries_repair_sweep

Triggers the Aries nightly repair sweep workflow and returns a concise operational summary.

2|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/DeliciousHouse/aries-app --skill aries-repair-sweep
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aries_repair_sweep
Source: https://github.com/DeliciousHouse/aries-app/tree/main/skills/aries-repair-sweep
Command: npx skills add https://github.com/DeliciousHouse/aries-app --skill aries-repair-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates triggering the Aries nightly repair sweep workflow from the repository and returns a concise operational summary suitable for cron delivery.

Core Features & Use Cases

  • Deterministic execution of the Aries repair workflow via the repo-defined pipeline.
  • On-demand and cron-based maintenance with a consistent, parseable summary.
  • Clear error reporting: fail loudly with root cause to enable rapid remediation.

Quick Start

Run the repo-managed repair workflow via the lobster launcher and return a concise operational summary.

Frequently Asked Questions about aries_repair_sweep

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

FAQPage Schema
How do I automate a nightly repair sweep workflow with cron delivery?▼

Automating a nightly repair sweep involves triggering the predefined repository pipeline via the lobster launcher, which returns a concise operational summary suitable for cron delivery.

What is a deterministic repair workflow pipeline?▼

A deterministic repair workflow pipeline executes a predefined repository-hosted configuration to run automated maintenance actions, ensuring consistent execution and returning a parseable summary on success or a root cause on failure.

Do I need a repair.json file to run an automated repair pipeline?▼

Yes, running this automated repair pipeline requires the repository-hosted repair.json workflow file to define the maintenance actions, alongside the lobster launcher to execute the pipeline.

Can I run an on-demand repair workflow instead of using a cron schedule?▼

Yes, the repair workflow supports both on-demand repairs and cron-based maintenance, applying deterministic execution of the predefined pipeline and returning a consistent operational summary in either scenario.

Why does my automated repair workflow pipeline fail loudly?▼

The repair workflow fails loudly to provide the root cause of the failure, enabling rapid remediation instead of silent errors, while returning a clear parseable summary when the pipeline succeeds.