morning-brief

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Pre-computed context

Repo: !gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "unknown (run inside a gh repo or pass --repo)" gh: !command -v gh >/dev/null 2>&1 && echo "present" || echo "MISSING (required)" jq: !command -v jq >/dev/null 2>&1 && echo "present" || echo "MISSING (required)"

Variables

Arguments: $ARGUMENTS

Purpose

The 30-60 minute operator morning pass begins with the same hand-run gh queries every day. This skill collapses them into a single 5-second picture for the current repo, so the pass starts from a complete view instead of ad-hoc lookups.

Read-only and gh-based. It runs only gh read queries and never mutates labels, comments, issues, or PRs. Owner/repo is derived from gh repo view (never hardcoded), so it is reusable across repos.

Installs
2
GitHub Stars
12
First Seen
Jul 21, 2026
morning-brief — melodic-software/claude-code-plugins