stakeholder-update

Generate weekly, monthly, or launch stakeholder updates from GitHub PRs, issues, and ADRs.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/MohamedSayedK/omnigrid --skill stakeholder-update-mohamedsayedk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stakeholder-update
Source: https://github.com/MohamedSayedK/omnigrid/tree/main/assets/core/skills/stakeholder-update
Command: npx skills add https://github.com/MohamedSayedK/omnigrid --skill stakeholder-update-mohamedsayedk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing stakeholder updates means manually digging through merged PRs, closed issues, commit history, and architecture decisions, then reshaping that raw activity into an audience-appropriate narrative. This Skill automates the gathering and synthesis so updates are consistent, evidence-linked, and tailored to their audience. ## Core Features & Use Cases - Audience-aware formats: weekly updates are dense and tactical for the team, monthly updates are strategic and metrics-driven for leadership, and launch updates are celebratory and outcome-focused for broader audiences. - Evidence-grounded synthesis: pulls merged PRs, closed issues, commit history, open PRs, and ADRs via the GitHub CLI and git, linking every claim to real PR or issue numbers. - Template-driven output: fills the shipped stakeholder-update template and writes the result to omnigrid/artifacts/updates/<type>-<YYYY-MM-DD>.md. - Use Case: At the end of a sprint, run the weekly mode to produce a 300-500 word update covering what shipped, what is blocked, and what is next, with links to every referenced PR and issue. ## Quick Start Ask the assistant to generate a weekly stakeholder update covering the last seven days of merged PRs, closed issues, and ADRs, and save it to the updates artifacts folder.

Frequently Asked Questions about stakeholder-update

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

FAQPage Schema
How do I generate a weekly stakeholder update from GitHub activity?▼

Run the skill with the weekly argument. It pulls merged PRs, closed issues, and commits from the last 7 days via the GitHub CLI, fills the stakeholder-update template, and writes the result to omnigrid/artifacts/updates/ with the current date.

What is the difference between weekly, monthly, and launch update formats?▼

Weekly is dense and tactical for the team at 300-500 words, monthly is strategic and roadmap-anchored for leadership at 500-800 words, and launch is celebratory and outcome-focused for broader audiences at 400-600 words.

Does the stakeholder update generator post to Slack or email automatically?▼

No. The skill writes the update file and may suggest posting to the team's communication channel, but it never publishes on the user's behalf. Distribution remains a manual follow-up action.

What data sources does the update generator require?▼

It requires the GitHub CLI for PR and issue queries, git for commit history, and ADR files under omnigrid/artifacts/adrs/. The time window is computed from the update type: 7 days weekly, 30 days monthly, or since the last release tag for launch.

What happens when a metric cannot be computed for the update?▼

The skill omits any metric it cannot compute rather than inventing numbers. Every claim in the update must link to a real PR or issue number as evidence.