Generate structured weekly status reports covering initiatives, progress, blockers, risks, and KPIs.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add jupes/agent-forge-harness --skill initiative-status-report --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Initiative Status Report?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jupes-initiative-status-report)More formats (shields.io, HTML) on the badges page.
---
name: initiative-status-report
description: Generate structured weekly status reports covering initiatives, progress, blockers, risks, and KPIs.
---
# initiative-status-report
Generates a weekly status report for all active epics.
## When to Use
- Weekly team reporting, stakeholder updates, sprint reviews
## Steps
### 1. Load epics
```bash
bd ready --type epic
```
For each: `bd show <id>` to get tasks, AC, and due dates.
### 2. Gather git activity
```bash
git log --oneline --since="1 week ago"
gh pr list --state all --limit 20 --json number,title,state,mergedAt
```
### 3. Generate Markdown report
Sections:
- **Executive Summary** (2-3 sentences: wins, risks, health)
- **Active Initiatives** (per epic: status, progress, blockers, this/next week)
- **Key Metrics** (tasks closed, PRs merged, open bugs — this vs last week)
- **Risks & Mitigation** (likelihood, impact, action)
- **Decisions Needed** (items requiring human judgment)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.