overnight-sprint

Automates overnight coding tasks and generates draft pull requests for human approval.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill overnight-sprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: overnight-sprint
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/overnight-sprint
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill overnight-sprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the accumulation of low-risk tasks (like linting, tests, documentation, minor refactoring) that consume valuable productive time, by leveraging non-working hours to generate human-review-ready Pull Requests by the next morning.

Core Features & Use Cases

  • Autonomous Task Execution: Executes pre-defined, low-risk coding tasks without human intervention during off-hours.
  • PR Generation: Creates Draft Pull Requests for each completed task, assigned to a designated human reviewer.
  • Safety Guardrails: Implements strict rules to prevent irreversible decisions and ensure all outputs are proposals pending human approval.
  • Use Case: A development team can use this skill to automatically fix linter warnings, update dependencies, or add missing unit tests overnight, so developers can start their day with a clean codebase and ready-to-review code changes.

Quick Start

Run the overnight-sprint skill to process eligible low-risk tasks and generate draft pull requests.

Frequently Asked Questions about overnight-sprint

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

FAQPage Schema
How do I automate low-risk coding tasks overnight to generate draft pull requests?

Automating overnight coding tasks involves executing pre-defined low-risk issues in isolated worktrees, running tests, and creating draft pull requests pending human approval. This skill manages a backlog of overnight-safe tasks to process batches autonomously during non-working hours.

What types of developer tasks are safe to automate during off-hours?

Low-risk developer tasks suitable for off-hours automation include fixing linter warnings, updating dependencies, adding missing unit tests, and minor refactoring. These tasks must be labeled as overnight-safe to ensure autonomous execution only handles reversible code changes.

Can I run autonomous code generation without human review?

Autonomous code generation requires human review. This skill creates draft pull requests assigned to a designated human reviewer and enforces strict safety guardrails against irreversible actions to ensure all automated outputs remain proposals pending explicit approval.

How does overnight batch processing handle consecutive test failures?

Overnight batch processing monitors for consecutive test failures and enforces safety rules to prevent irreversible actions. When executing tasks in isolated worktrees, the system tracks failures to halt problematic autonomous execution and protect codebase stability.

What is the best way to clear a backlog of minor refactoring and documentation tasks?

Clearing a backlog of minor refactoring and documentation tasks is best handled by batch processing them overnight. This approach executes eligible low-risk items autonomously, allowing developers to start their day reviewing draft pull requests with a clean codebase.

Does overnight automation work with existing isolated worktrees and pull request workflows?

Overnight automation works with isolated worktrees and pull request workflows by executing tasks in separate branches, running tests, and generating draft PRs. It integrates into existing developer productivity pipelines without requiring additional dependencies.