Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from bundle
Daily GitHub PM/dev morning brief with actionable priorities.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: github-morning-brief3description: "Prepare a daily morning GitHub work brief for a repo/org with actionable priorities: inbox ask-signals (mention/review requested/assigned), open PR triage, project board status counts, CI/security risks, and top 1-3 next actions. Use when the user asks for a morning PM/dev briefing, start-of-day GitHub plan, or daily repo triage summary."4---56# GitHub Morning Brief78Generate a compact, action-first morning brief from GitHub signals.910## Inputs to collect first1112- `owner/repo` (required)13- org project number (optional but recommended)14- horizon: last 24h (default)15- optional extra risk repo(s) for security alerts1617If something is missing, ask one short question, then continue.1819## Workflow20211. Pull ask-signals from notifications: `mention`, `review_requested`, `assign`.222. Pull open PR list and identify:23- merge candidates (approved + clean + checks green)24- fast-review candidates (recent activity, clean mergeability)25- blocked PRs (conflicts/failing checks)263. Pull project board snapshot (status buckets and counts).274. Pull CI and security risk signals.285. Produce a short start-of-day plan (1–3 concrete actions with links).2930Use exact command patterns from `references/commands.md`.3132## Output format (recommended)3334- Short briefing paragraph (what matters right now)35- Ask-signals section with links36- Project/PR/CI snapshot37- Risks section38- `1–3` concrete next actions (priority order)39- Optional: draft review text for one selected PR4041## Guardrails4243- Keep tone practical and concise.44- Include direct links for every PR/issue/run mentioned.45- Do not post comments/reviews/merges automatically unless user explicitly asks.46- If data is partial (permissions/API failure), state it clearly and still provide best-effort priorities.47