| name | example-review |
| description | Template skill that summarizes the current branch's changes. Use as a starting point for authoring new first-party skills. |
| user-invocable | true |
Example Review
A minimal, user-invocable skill that demonstrates the plugin structure. Copy and
adapt it when authoring a real skill.
Workflow
- Determine the review scope from the user request, the current branch, or the
relevant changed files.
- Gather
git diff <base>...HEAD, the changed-file list, and any full file
contents needed to summarize confidently.
- Run the
example-review agent if available; otherwise perform the summary
directly using the gathered context.
- Return a concise summary of the changes and any risks or follow-ups.