snapshot

Summarize Git branch, commits, modified files, SPEC status, and last commit.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wendeus0/AI-dotfiles --skill snapshot-wendeus0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snapshot
Source: https://github.com/wendeus0/AI-dotfiles/tree/main/core/skills/snapshot
Command: npx skills add https://github.com/wendeus0/AI-dotfiles --skill snapshot-wendeus0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a compact, immediately actionable snapshot of the project's current state (branch, modified files, active feature, SPEC status, and last commit) without loading full memory.

Core Features & Use Cases

  • Snapshot current state: capture branch name, recent commits, and working directory changes in a single, portable summary.
  • Context for decisions: quickly orient a user or automation before taking action.
  • SPEC-aware checks: reference SPEC status for an at-a-glance health signal, or identify the active feature.

Quick Start

Execute esta skill para gerar um snapshot compacto do estado atual do projeto, incluindo branch, commits recentes, arquivos modificados, feature ativa, status SPEC e último commit.

Frequently Asked Questions about snapshot

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

FAQPage Schema
How do I get a quick summary of my current Git branch and modified files?

To get a quick summary of your current Git branch and modified files, you can generate a project snapshot. It reads local Git state and SPEC metadata to produce a concise report covering your branch, recent commits, and working directory changes.

What is a project snapshot and when do I need one?

A project snapshot is a compact, immediately actionable summary of your software project's current state. You need one when you require quick orientation before taking action, performing fast project health checks, or reorienting after long sessions.

How do I check SPEC status and active feature state before starting work?

To check SPEC status and active feature state, generate a project snapshot. It reads local SPEC metadata and Git state to deliver an at-a-glance health signal and identify the active feature for quick context.

Can I use this to review recent commits and last commit details without loading full project memory?

Yes, you can review recent commits and last commit details without loading full project memory. The snapshot extracts this data from local Git state to provide a lightweight, portable summary for fast orientation.

Does generating a project state snapshot require any specific dependencies or components?

Generating a project state snapshot requires no external dependencies or components. It operates directly on your local environment to read existing Git state and SPEC metadata to output the summary report.