home / skills / duc01226 / easyplatform / watzup
This skill reviews your current branch and recent commits, providing a detailed summary of changes and their impact.
npx playbooks add skill duc01226/easyplatform --skill watzupReview the files below or copy the command above to add this skill to your agents.
---
name: watzup
description: "[Utilities] ⚡ Review recent changes and wrap up the work"
infer: true
---
Review my current branch and the most recent commits.
Provide a detailed summary of all changes, including what was modified, added, or removed.
Analyze the overall impact and quality of the changes.
**IMPORTANT**: **Do not** start implementing.
## IMPORTANT Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
This skill inspects the current Git branch and recent commits to produce a concise, actionable review and wrap-up plan. It summarizes what was modified, added, or removed and evaluates the overall impact and quality of the changes. The goal is to help developers finish work cleanly without starting any new implementation steps.
The skill reads the commit history on the current branch and diffs those commits to identify file-level changes, code additions, deletions, and refactors. It generates a detailed summary of changed files, key code areas affected, and potential risks or regressions. It also produces a prioritized list of small todos to finish or clean up the work, and always includes a final review task to verify fixes and enhancements.
Will the skill make code changes for me?
No. The skill only inspects commits and produces summaries and todo tasks; it does not implement changes.
How granular are the todo tasks?
Todos are broken into many small, actionable items to simplify implementation, testing, and review.