maintain

Orchestrate GitHub issue triage, PR review, responses, and health reporting with checkpoints.

3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Abhilash-003/mstack --skill maintain-abhilash-003
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maintain
Source: https://github.com/Abhilash-003/mstack/tree/main/maintain
Command: npx skills add https://github.com/Abhilash-003/mstack --skill maintain-abhilash-003

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MStack reduces the maintainer’s workload by orchestrating repetitive GitHub triage, PR review, response drafting, and health reporting with human checkpoints before anything is applied.

Core Features & Use Cases

  • End-to-end maintenance pipeline: Runs triage → PR review → responses → health check in a single session while keeping each phase behind an explicit user checkpoint.
  • Safety guardrails and gating: Verifies required prerequisites (GitHub CLI availability/auth, repo configuration, and rate-limit awareness) before proceeding.
  • Session tracking and reporting: Writes per-day session state to .mstack/logs/maintain-{DATE}.json and produces a final summary including top follow-ups.

Quick Start

Tell Claude Code: run mstack maintain.

Frequently Asked Questions about maintain

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

FAQPage Schema
How do I automate GitHub issue triage and pull request review in one workflow?

GitHub maintainer automation works by running a full pipeline that covers issue triage, PR review, response drafting, and health reporting. It coordinates these tasks across a repository in a single session while keeping each phase behind an explicit user checkpoint for safety.

What is GitHub workflow orchestration for repository maintenance?

GitHub workflow orchestration for repository maintenance coordinates the full maintainer pipeline, including issue triage, PR review, response drafting, and health reporting. It processes most maintenance tasks at once while enforcing per-phase user checkpoints before applying changes.

Do I need GitHub CLI installed to automate my maintainer workflow?

Yes, GitHub CLI availability and authentication are required prerequisites for automating the maintainer workflow. The pipeline verifies GitHub CLI setup, repository configuration, and rate-limit awareness before proceeding with any triage, review, or response drafting tasks.

How do I skip specific phases when running automated repository maintenance?

You can skip specific phases during automated repository maintenance by using explicit human checkpoints. The pipeline enforces per-phase AskUserQuestion checkpoints, allowing you to opt out of or skip certain maintenance tasks like triage or PR review before they execute.

Can I track my GitHub maintenance session state and health reporting over time?

Yes, GitHub maintenance session state is persisted to .mstack/logs/maintain-{DATE}.json. After running the pipeline, it produces a final summary report including top follow-ups, allowing you to track repository health and maintenance progress over time.

What's the best way to handle repetitive GitHub repo health checks and response drafting safely?

The best way to handle repetitive GitHub repo health checks and response drafting safely is using an end-to-end maintenance pipeline with safety guardrails. It verifies prerequisites like GitHub CLI authentication and enforces explicit user checkpoints before applying any automated responses or health updates.