Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub athola/claude-night-market --plugin ministerHow 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.
Syncs session work into GitHub issues and queries issue status across repos. Two modes: write (end-of-session sync with parent epic + W-label) and read (status lookup).
Regenerates a live GitHub board overview dashboard from current state. Scans open issues, computes health metrics, and updates the meta:board-overview issue. Part of the hatch3r delivery pipeline.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
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.