last7days

Analyze seven days of repository activity and generate a priority-ranked weekly report.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill last7days
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: last7days
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/last7days
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill last7days

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review the last 7 days of repository activity to surface trends, risks, and actionable insights from commits, PRs, and issues. Produces a structured weekly report with priority-ranked findings.

Core Features & Use Cases

  • Weekly activity report: Consolidates commits, PRs, issues, and code health signals for the past week.
  • Risk and trend insights: Identifies hotspots, stale PRs, and notable changes to guide prioritization.
  • Use Case: Run the skill on a project to quickly understand what happened last week and where to focus over the coming days.

Quick Start

Run last7days on the target repository to generate a weekly activity report.

Frequently Asked Questions about last7days

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

FAQPage Schema
How do I generate a weekly report from git commits and pull requests?

Generate a weekly report from git commits and pull requests by analyzing the past seven days of repository activity. It consolidates PRs, issues, and code health signals into a structured report with priority-ranked findings.

How does repository activity analysis identify code health risks and trends?

Repository activity analysis identifies code health risks and trends by examining commits, PRs, and issues from the past week. It surfaces hotspots, stale PRs, and notable changes to guide your prioritization.

Do I need the gh CLI installed to analyze pull requests and issues?

You do not need the gh CLI installed to analyze pull requests and issues. The skill requires git >= 2.12 but gracefully degrades to git-only analysis when GitHub data via gh is inaccessible.

Can I analyze repository activity in a local worktree without a remote connection?

You can analyze repository activity in a local worktree without a remote connection. The skill operates on local worktrees or cloned repositories, using Python 3 for date fallbacks if GitHub data is unavailable.

What is the best way to surface stale PRs and hotspots from the past week?

The best way to surface stale PRs and hotspots from the past week is running this skill on your target repository. It produces a structured weekly activity report highlighting risks and trends to focus on.

What happens if gh is unavailable during weekly repository analysis?

If gh is unavailable during weekly repository analysis, the skill gracefully degrades. It falls back to a git-only analysis using git >= 2.12 and Python 3 for date fallbacks, omitting GitHub-specific PR and issue data.