schedule-morning-brief

Generates a one-screen daily brief of repository changes and items needing attention.

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/JSdotNet/devbook --skill schedule-morning-brief-jsdotnet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schedule-morning-brief
Source: https://github.com/JSdotNet/devbook/tree/main/plugins/delivery-schedule/skills/schedule-morning-brief
Command: npx skills add https://github.com/JSdotNet/devbook --skill schedule-morning-brief-jsdotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Catching up on a repository after a night or a weekend means checking failed runs, open pull requests, merges, and scheduled job results across multiple places. This Skill consolidates all of that into a single triage brief so you know what changed and what needs you before the day starts. ## Core Features & Use Cases - Change Window Gathering: Reads every source defined in the Change Window Contract for a configurable lookback window (default 24 hours, 72 on Mondays). - Attention-First Brief: Renders four ordered sections — needs you, landed, in flight, the schedules — with every item linked and empty sections skipped. - Unattended or Manual Runs: Picks its own window so it can run on a weekday schedule, or be invoked by hand after time away. - Use Case: A team lead opens their morning brief and sees that main is red, two pull requests are waiting on reviewers, and three PRs merged overnight — all in one screen. ## Quick Start Run the morning brief for this repository with a 24-hour window and show me what needs my attention today.

Frequently Asked Questions about schedule-morning-brief

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

FAQPage Schema
How do I get a daily summary of GitHub repository activity?▼

Run the morning brief against your repository to gather failed runs, pull requests waiting on reviewers, merges, and opens over a lookback window. It renders one screen with a needs-you section first and every item linked.

How to run a repository brief on a schedule?▼

The brief picks its own window by default, so it can run unattended each weekday morning through the delivery-schedule plugin's triggers. You can also invoke it by hand to catch up after time away.

Can I change the lookback window for the daily brief?▼

Yes, the window defaults to 24 hours and is configurable in hours. Use 72 on a Monday, or set it to cover the time since the last brief you actually read.

Does the morning brief modify the repository or issues?▼

No, the brief is read-only and idempotent. Running it again after acting on items produces a shorter brief, and it never changes repository state.

What happens when nothing needs attention in the brief?▼

When only the needs-you section is empty the brief says nothing needs you this morning, and when all four sections are empty it reports that nothing changed since the window start. Empty sections are skipped rather than headed.