nightly

Automate nightly code-quality sweeps to resolve bot PR conflicts and surface issues.

30|5|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/max-sixty/tend --skill nightly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nightly
Source: https://github.com/max-sixty/tend/tree/main/plugins/tend-ci-runner/skills/nightly
Command: npx skills add https://github.com/max-sixty/tend --skill nightly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates nightly code-quality sweeps to resolve bot PR conflicts and surface issues.

Core Features & Use Cases

  • Resolve conflicts on bot pull requests automatically.
  • Review recent commits and surface issues or drift.
  • Close resolved issues as part of the nightly cycle.
  • Run in a scheduled or manual dispatch within CI environments.

Quick Start

Trigger a nightly sweep in Tend to automatically resolve bot PR conflicts and review recent commits.

Frequently Asked Questions about nightly

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

FAQPage Schema
How do I automate nightly code-quality sweeps for GitHub repositories?

Nightly code-quality sweeps are automated by scheduling a task that reviews recent commits, triages bot-generated PRs, and closes resolved issues on a nightly cadence. This Skill runs within CI environments to handle these operations automatically.

How do I automatically resolve merge conflicts on bot-generated pull requests?

Merge conflicts on bot-generated pull requests are resolved automatically by running a scheduled sweep using gh CLI and git. The process coordinates parallel subagents to triage and fix conflicting bot PRs safely.

Does this nightly CI automation work with Claude-powered environments?

Yes, this nightly CI automation is specifically designed for GitHub-hosted repositories managed by Claude-powered CI. It uses gh CLI and git to execute operations and coordinate parallel subagents within that environment.

What is the best way to close resolved GitHub issues as part of a CI cycle?

Closing resolved GitHub issues during a CI cycle is handled by running a scheduled nightly sweep. The automation reviews recent commits and triages issues, closing them as part of the routine code-quality process.

Are there safety checks for automated git operations running on a nightly schedule?

Yes, safety checks and idempotent operations are implemented to ensure recoverable runs during nightly automation. These measures prevent duplicate processing and guarantee the automated git and gh CLI commands can safely resume if interrupted.