auto-maintain

Orchestrate autonomous code maintenance by dispatching prioritized tasks to sub-agents.

3|1|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/JacobPEvans/claude-code-plugins --skill auto-maintain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-maintain
Source: https://github.com/JacobPEvans/claude-code-plugins/tree/main/ai-delegation/skills/auto-maintain
Command: npx skills add https://github.com/JacobPEvans/claude-code-plugins --skill auto-maintain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the continuous maintenance of a codebase by autonomously finding and dispatching work to sub-agents, ensuring tasks are prioritized and executed without direct user intervention.

Core Features & Use Cases

  • Autonomous Work Orchestration: Continuously scans for tasks like PR resolution, CI fixes, and code analysis.
  • Prioritized Task Dispatch: Follows a strict priority order for maintenance tasks, focusing on PRs and CI failures first.
  • Sub-Agent Management: Delegates tasks to specialized sub-agents, operating in parallel for PR focus or sequentially otherwise.
  • Use Case: Keep your project's GitHub PRs clean and CI green by letting this Skill continuously manage the backlog and fix failing builds.

Quick Start

Let the auto-maintain skill continuously manage the project's maintenance tasks.

Frequently Asked Questions about auto-maintain

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

FAQPage Schema
How do I automate continuous codebase maintenance for GitHub pull requests and CI fixes?

Automated codebase maintenance continuously identifies and dispatches tasks like PR resolution and CI fixes to sub-agents based on a prioritized queue, operating autonomously without direct user intervention to keep projects clean.

How does autonomous code maintenance dispatch work for resolving pull requests?

Autonomous maintenance dispatch works by continuously scanning for tasks and delegating them to specialized sub-agents, managing PR resolution in parallel and executing other sequential code analysis tasks based on a strict priority order.

Do I need to install gh and jq to automate pull request resolution and CI fixes?

Yes, you need to install both gh and jq, as these dependencies are required to execute the scripts and references that orchestrate autonomous code maintenance and manage task dispatch.

What is the best way to keep continuous integration pipelines green automatically?

The best way to keep CI pipelines green automatically is using an autonomous orchestrator that prioritizes CI fixes, continuously scanning for failures and dispatching sub-agents to resolve build issues within defined budget constraints.

Can autonomous code maintenance operate within defined budget constraints?

Yes, autonomous code maintenance operates within defined budget constraints while adhering to a prime directive of continuously executing prioritized tasks without claiming completion until termination.

Why does autonomous code maintenance prioritize PR resolution before code analysis?

Autonomous maintenance prioritizes PR resolution and CI fixes before code analysis to ensure immediate build stability and pull request cleanliness, following a strict priority order for dispatching tasks to sub-agents.