OSS Overnight — Development skill for Claude Code
Overnight prepare-and-queue run: check PRs, prepare fix branches in worktrees, write a morning report.
How to install OSS Overnight
Installs to ~/.claude/skills/hesreallyhim-oss-autopilot-fork-oss-overnight/SKILL.md
mkdir -p ~/.claude/skills/hesreallyhim-oss-autopilot-fork-oss-overnight && curl -fsSL https://raw.githubusercontent.com/hesreallyhim/oss-autopilot-fork/HEAD/commands/oss-overnight.md -o ~/.claude/skills/hesreallyhim-oss-autopilot-fork-oss-overnight/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What OSS Overnight does
name: oss-overnight description: "Overnight prepare-and-queue run: check PRs, prepare fix branches in worktrees, write a morning report. Never pushes, posts, or merges." allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Task
OSS Overnight Run
Unattended version of `/oss` (#1574). It runs the same daily check, prepares code work in isolated worktrees, and writes a morning report you read at `/oss` time. It is built to run headlessly from launchd, so it never asks a question and neve
Alternatives in Development
- Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
- Worktree Cleanup — Remove worktrees and branches that have been merged: $ARGUMENTS 23.4k ★
- Om Standup — Morning kickoff 4.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Dream
Overnight autoresearch + maintainer sweep that surfaces a MORNING REPORT — suggested changes, issues raised wi
Just Ship Status
/just-ship-status — Lokalen Repo-Zustand anzeigen (Branches, PRs, Board, Worktrees)
Issue Autofix Session
Run a full overnight autofix session — loop issue_autofix over the queue, skip (never halt) on a failure or co
Adjudicate
Torque Sprint ADJUDICATOR — rules on ONE thing, with a fresh context, then stops. Plans, designs, PRs, merges.
Serial Queue
Inspect or control the serial message queue (status, list, clean, overnight mode)
Overnight PRs
Autonomous overnight loop — verify issues against the codebase, close stale ones, ship PRs through /ship (bug
Related Agents
Wsp Reviewer
Dedicated reviewer for wsp ticket branches and PRs. Reads the wsp-review skill's checklist, reviews the diff a
Overnight Preparer
Use this agent only from the /oss-overnight command. It prepares a fix branch for one PR in an isolated local
Implement Queue Worker
Implements a single GitHub issue in an isolated worktree via TDD. Installs deps, writes a failing test first,