weekly-report

Aggregate Git activity, feature progress, bug trends, and agent usage into weekly reports.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill weekly-report-erhankaraarslan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-report
Source: https://github.com/erhankaraarslan/agent_yazilim_ekibi/tree/main/.claude/skills/weekly-report
Command: npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill weekly-report-erhankaraarslan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Weekly Report Skill automates the generation of a concise, comprehensive weekly project progress report by aggregating Git activity, feature progress, bug trends, and agent usage, enabling teams to review performance efficiently.

Core Features & Use Cases

  • Git Activity: summarize commits, contributions, and activity trends for the last week.
  • Feature Progress & Quality: aggregate feature completion status from feature-list.json and highlight in-progress items and blockers.
  • Agent Usage & Operational Insights: report how progress-tracker and other agents contributed, including task counts and durations.
  • Use Case: a project manager generates a weekly report for stakeholders, with sections for completed features, active tasks, and risk indicators.

Quick Start

Use the weekly-report skill to generate the current week's progress summary, for example: /weekly-report full

Frequently Asked Questions about weekly-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate weekly project progress reports from Git activity and bug trends?

To automate weekly project progress reports, this skill aggregates Git activity, bug trends, and feature progress into a structured summary. It compiles data from Git logs and JSON metrics to provide stakeholder visibility with minimal manual setup.

What is the best way to track feature progress and bug trends for stakeholder updates?

The best way to track feature progress and bug trends is by aggregating feature-list.json and agent-metrics.json into a concise dashboard report. This process highlights in-progress items, blockers, and completion status for stakeholder visibility.

Do I need specific CLI tools to generate a weekly project report?

Yes, you need standard CLI tools specifically git and jq installed in your environment to generate a weekly project report. These dependencies are required to parse Git logs and process JSON data for the structured summaries.

Can I use this weekly reporting approach for software development teams of any scale?

This weekly reporting approach is suitable for software development teams and project managers needing weekly visibility across multiple features and agents. It scales effectively by reading standard Git logs and JSON metric files to generate structured summaries.

What data sources are required to compile a comprehensive weekly progress summary?

Compiling a comprehensive weekly progress summary requires feature-list.json, agent-metrics.json, and standard Git logs as data sources. Aggregating these inputs allows the skill to report on completed features, active tasks, and risk indicators.