work-report
Installation
SKILL.md
Work Report
Quick start
- Use the current conversation as the primary scope.
- Inspect Git directly when needed:
git status --short --branch,git log --oneline --decorate --max-count=12,git diff --stat,git diff --cached --stat. - Inspect only the files, diffs, commits, tests, and docs needed to understand the delivered behavior.
- If any commit may or may not belong to the current card, ask before including it.
- Create a concise
.mdreport 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.