ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

github-initiative-pulse

Generate markdown digests and CSV exports for GitHub issues, PRs, and initiative health tracking

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-minister-github-initiative-pulse
Or

Night Market Skill — ported from claude-night-market/minister. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

GitHub Initiative Pulse

Overview

Turns tracker data and GitHub board metadata into initiative-level summaries. Provides markdown helpers and CSV exports for pasting into issues, PRs, or Discussions.

Ritual

  1. Capture work via tracker.py add or sync from GitHub Projects.
  2. Review blockers/highlights using the Blocker Radar table.
  3. Generate GitHub comment via tracker.py status --github-comment or module snippets.
  4. Cross-link the weekly Status Template and share with stakeholders.

Key Metrics

MetricDescription
Completion %Done tasks / total tasks per initiative.
Avg Task %Mean completion percent for all in-flight tasks.
Burn RateHours burned per week (auto-calculated).
Risk HotlistTasks flagged priority=High or due date in past.

GitHub Integrations

  • Links every task to an issue/PR URL.
  • Supports auto-labeling by referencing phase in the tracker record.
  • Encourages posting digests to coordination issues or PR timelines.

Exit Criteria

  • All initiatives represented with updated metrics.
  • Markdown digest pasted into relevant GitHub thread.
  • Risk follow-ups filed as issues with owners + due dates.

Troubleshooting

Common Issues

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.

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-minister-github-initiative-pulse": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.