From minister
Generates markdown digests, CSV exports, and health metrics for GitHub initiatives tracking issues and PRs. Monitors completion rates, blockers, burn rates for status reporting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minister:github-initiative-pulseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turns tracker data and GitHub board metadata into initiative-level summaries. Provides markdown helpers and CSV exports for pasting into issues, PRs, or Discussions.
Turns tracker data and GitHub board metadata into initiative-level summaries. Provides markdown helpers and CSV exports for pasting into issues, PRs, or Discussions.
tracker.py add or sync from GitHub Projects.tracker.py status --github-comment or module snippets.| Metric | Description |
|---|---|
| Completion % | Done tasks / total tasks per initiative. |
| Avg Task % | Mean completion percent for all in-flight tasks. |
| Burn Rate | Hours burned per week (auto-calculated). |
| Risk Hotlist | Tasks flagged priority=High or due date in past. |
phase in the tracker record.If metrics appear outdated, ensure tracker.py has successfully synced with GitHub. If the Markdown digest renders incorrectly in GitHub, check for unescaped characters in task titles or missing newlines between table rows.
npx claudepluginhub athola/claude-night-market --plugin ministerSyncs session work into GitHub issues and queries track status across repos. Two modes: write (end-of-session sync with issue updates, epics, labels, Project placement) and read (status lookup).
Regenerates board overview dashboard by scanning open issues, computing health metrics, and updating the meta:board-overview issue. Use for on-demand board health refresh.
Groups open GitHub issues by label into four sections (Blocked, Other, Vanilla, Decomposed) with mechanical sorting and a copy-pasteable command per row. Supports filtering by label, milestone, and section type.