work-report

Installation
SKILL.md

Work Report

Quick start

  1. Use the current conversation as the primary scope.
  2. Inspect Git directly when needed: git status --short --branch, git log --oneline --decorate --max-count=12, git diff --stat, git diff --cached --stat.
  3. Inspect only the files, diffs, commits, tests, and docs needed to understand the delivered behavior.
  4. If any commit may or may not belong to the current card, ask before including it.
  5. Create a concise .md report in the project root and reply with the file path.

Default scope

  • Prioritize the current session, current diff, staged changes, and commits clearly tied to the session.
  • Include branch commits when they explain the same feature or bug fix.
  • Do not include unrelated refactors, chores, experiments, or old branch work unless the user confirms.
  • If the user names a card, ticket, branch, PR, commit range, or file list, use that as the scope.

Output file

Installs
6
Repository
eaedave/skills
GitHub Stars
1
First Seen
Jun 10, 2026
work-report — eaedave/skills