Summarise what the user can now see or do that they couldn't before this unit of work
Scanned 9/5/2026
Install to Claude Code
npx -y skills add JasonWarrenUK/goblin-mode --skill hud-whats_new --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hud Whats New?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jasonwarrenuk-hud-whats-new)More formats (shields.io, HTML) on the badges page.
---
name: "HUD: What's New"
description: "Summarise what the user can now see or do that they couldn't before this unit of work"
when_to_use: "As an automatic wrap-up right after a feature or fix lands, or whenever the user asks 'what changed?' / 'what can I do now?'."
model: sonnet
effort: low
metadata:
glyph: ᛊ
family: hud
disable-model-invocation: false # useful as an automatic wrap-up after a unit of work lands
allowed-tools: ["Read", "Glob", "Grep", "Bash(git log:*)", "Bash(git diff:*)", "Bash(git status:*)"]
arguments: ["since"]
argument-hint: "[since ref (optional): tag, commit or branch to measure from]"
---
# What's New
Summarise what the user can now see or do that they couldn't before this unit of work.
## Scope
`$since` (optional) pins the start of the unit of work: measure from that ref with `git log $since..HEAD` and `git diff $since...HEAD`. Without it, infer the unit: typically the current branch's commits, or everything since the last merge or tag.
## Rules
- Describe **observable behaviour only**: what appears on screen, what the user can interact with, what a command now outputs
- No implementation detail, no file names, no technical explanation
- Write in second person: "You can now..."
- If nothing user-visible changed (docs, tests, refactors only), say so in one sentence
- Keep it to 3–5 bullet points maximum
## Format
**Now you can:**
- [observable behaviour 1]
- [observable behaviour 2]
- ...
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!