weekly-report — Weekly project status report generator
SkillDev toolsUsar cuando se genera el informe semanal de estado del proyecto.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the weekly-report — Weekly project status report generator skill
What this skill tells your AI
The instructions your AI receives, as published by gonzalezpazmonica/pm-workspace in .claude/skills/weekly-report/SKILL.md and read by ahel’s review.
Trigger: /weekly-report or scheduled via cron
Purpose
Generate a structured weekly status report for the active project, pulling data from Azure DevOps, git log, and project documentation.
Activation
/weekly-report [project]— generate report for project/weekly-report --team— generate team-wide report/weekly-report --schedule— configure cron schedule
Pipeline
- Detect active project via
project-context.sh - Pull sprint status from ADO bridge
- Pull git activity (commits, branches merged)
- Pull open PRs and their status
- Consolidate into template
templates/weekly-report.md.j2 - Output to
output/reports/YYYYMMDD-weekly-{project}.md
Template variables
{{sprint_status}}— items completed, in progress, blocked{{git_activity}}— commits this week, branches merged{{pr_status}}— open PRs, reviews pending{{team_capacity}}— hours available vs used{{blockers}}— blocked items with age
Signals
- GitHub stars
- 50
- Forks
- 12
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
weekly-report- Source
- github.com/gonzalezpazmonica/pm-workspace