What problem does it solve? Returning to a repository after time away leaves you guessing what changed, which PRs merged, and what needs attention next. This Skill safely syncs remote state and produces a compact report of commits, GitHub activity, and a recommended next action. ## Core Features & Use Cases - Safe Remote Sync: Fetches and fast-forwards only when safe, classifying sync state as up to date, diverged, dirty-blocked, or failed without risking local work. - Change and Activity Summary: Resolves a since window from phrases like "yesterday" or "since we last worked", then summarizes commits, changed files, open issues, and PR activity via git and the GitHub CLI. - Next-Action Recommendation: Detects taskable items such as stale TODOs, PRs needing review, or failing checks, and recommends one primary action like triage, review, or validate. - Use Case: After a week away from a project, ask for a catch-up report and receive a summary of merged PRs, new issues, remote commits, and whether you should review PRs or start on a specific issue. ## Quick Start Use the project-state-report skill to refresh this repository and report what changed since last week.