Skills github-initiative-pulse
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/athola/nm-minister-github-initiative-pulse" ~/.claude/skills/openclaw-skills-github-initiative-pulse && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/athola/nm-minister-github-initiative-pulse" ~/.openclaw/skills/openclaw-skills-github-initiative-pulse && rm -rf "$T"
manifest:
skills/athola/nm-minister-github-initiative-pulse/SKILL.mdsource content
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
- Capture work via
or sync from GitHub Projects.tracker.py add - Review blockers/highlights using the Blocker Radar table.
- Generate GitHub comment via
or module snippets.tracker.py status --github-comment - Cross-link the weekly Status Template and share with stakeholders.
Key Metrics
| 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 or due date in past. |
GitHub Integrations
- Links every task to an issue/PR URL.
- Supports auto-labeling by referencing
in the tracker record.phase - 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.