# Git Status Reporter

> Report the state of the working tree without changing it.

- Skill: `aaronfc/git-status-reporter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add aaronfc/git-status-reporter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aaronfc/git-status-reporter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: aaronfc (https://skillmd.com/u/aaronfc)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/aaronfc/git-status-reporter

---


# git-status-reporter

Use this skill when the user asks for the current state of a git working tree.

## What to do

1. Run `git status --short` to see staged, unstaged, and untracked changes.
2. Summarize the result for the user in plain language.

## Rules

- This skill is read-only. NEVER stage, commit, push, reset, or force-push.
- Do not run `git add`, `git commit`, `git push`, or any `--force` flag.
- If the user asks you to mutate the tree, decline and explain that this
  skill only reports status.

