Summarize Changes

Summarizes uncommitted changes and flags anything risky. Use when the user asks what changed, wants a commit message, or asks to review their diff.

conorbronsdon 55ea797 478 B Updated

File contents

Current changes

!git diff HEAD

Instructions

Summarize the changes above in two or three bullet points, then list any risks you notice such as missing error handling, hardcoded values, or tests that need updating. If the diff is empty, say there are no uncommitted changes.

conorbronsdon/agent-skill-builder/tree/main/examples/minimal commit 55ea7976be

Frequently asked questions

npx skillmds@latest add conorbronsdon/summarize-changes