Skip to content
Development
Skill

/github-initiative-pulse

Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project.

From plugin
claude-night-market
336200 skills59 agents162 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --skill github-initiative-pulse --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/github-initiative-pulse

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project.

SKILL.md

github-initiative-pulse.SKILL.md
name: github-initiative-pulse
description: Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project.
alwaysApply: false
category: project-management
tags:
- github
- projects
- reporting
- status
- dashboards
dependencies: []
tools: []
provides:
  reporting:
  - status-digest
  - github-comment
  governance:
  - blocker-radar
  - initiative-health
usage_patterns:
- weekly-status
- issue-digests
- release-briefings
complexity: foundational
model_hint: standard
estimated_tokens: 650
progressive_loading: true
modules:
- modules/status-digest.md
- modules/github-comment-snippets.md

GitHub Initiative Pulse

When NOT To Use

  • Delivery-performance metrics (use `minister:dora-metrics`)
  • Approving a release (use `minister:release-health-gates`)

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

| 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. |

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 and 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.

Read more
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin

Other skills on claude-night-market.