morning

Consolidates GitHub PRs, assigned issues, Brew updates, and dotfiles activity into a standup digest.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Z5Jonathan-maker/ai-coding-os --skill morning-z5jonathan-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morning
Source: https://github.com/Z5Jonathan-maker/ai-coding-os/tree/main/claude/skills/morning
Command: npx skills add https://github.com/Z5Jonathan-maker/ai-coding-os --skill morning-z5jonathan-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill removes the daily hassle of checking multiple places to see what needs your attention, what changed, and what’s outdated.

Core Features & Use Cases

  • Open PRs across repos: Finds your open PRs and their statuses so nothing important is missed.
  • Review-requested PRs: Surfaces PRs that are specifically blocked on your review to accelerate collaboration.
  • Assigned issues + activity + updates: Pulls open issues assigned to you, shows brew outdated packages/casks, and summarizes your last dotfiles commits for quick personal context.
  • Use case: Before you start work, you can see which PRs require action, what’s waiting on you, and what tooling is due for updates.

Quick Start

Ask to run the morning standup digest so it summarizes your open PRs, review requests, assigned issues, brew updates, and recent dotfiles activity.

Frequently Asked Questions about morning

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

FAQPage Schema
How do I get a daily standup digest for GitHub pull requests and Homebrew updates?

A daily standup digest consolidates open pull requests, review requests, assigned issues, and Homebrew outdated packages into one concise block. It runs gh search, brew outdated, and git log commands, formatting results with non-zero sections only.

Can I track assigned GitHub issues and review-requested PRs across multiple repositories at once?

Yes, tracking assigned GitHub issues and review-requested PRs across multiple repositories is supported. The digest executes gh search commands to surface open PRs requiring your review and assigned issues, ensuring nothing important is missed.

What is the best way to check Homebrew outdated packages and dotfiles commits before starting work?

Checking Homebrew outdated packages and dotfiles commits is done by running brew outdated and git status/log commands. The digest summarizes outdated casks and recent dotfiles activity, providing quick personal context for developer daily check-ins.

Does this daily standup digest require any specific dependencies or environment setup?

No specific dependencies are required. The digest relies on executing standard command-line tools like gh search, brew outdated, and git log, assuming you have GitHub CLI, Homebrew, and git configured in your environment.

Why does the digest only show non-zero sections for PRs and brew updates?

The digest shows only non-zero sections to keep the daily standup digest concise. It filters out empty results from gh search, brew outdated, and git log commands, ensuring you only see pull requests, issues, and updates that require action.

When do I need a consolidated commit status digest for my developer workflow?

You need a consolidated commit status digest when managing multiple repositories and personal config workflows. It removes the hassle of checking multiple places by aggregating GitHub PRs, assigned issues, Homebrew updates, and dotfiles activity into one block.