Skip to main content

review

Review uncommitted code changes

Jump to install

Source facts

Repository
ailyProject/aily-blockly
Last source activity
June 29, 2026 at 08:04
Detected SKILL.md language
English
Stars
3,822
Forks
218

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
review
description
Review uncommitted code changes
# Review Inspect the current working tree before making assumptions. Start with `git status --short`, then read the relevant diff. Prioritize findings over summaries. Report the highest-impact issues first with precise file references and concrete impact. Check these areas on every run: - Find unreasonable or fragile design choices. - Find unfinished requirements or behavior gaps. - Find potential bugs, regressions, and edge-case failures. - Find duplicated logic or places where existing code should have been reused. - Find missing validation, verification, or tests. When the user expects action instead of commentary, fix the issues you identify and re-check the result. When reviewing, keep the response structure tight: - List findings first, ordered by severity. - Add open questions or assumptions only if they materially affect correctness. - Add a short change summary only after the findings or fixes. When no issues are found, say so explicitly and still mention residual risks or missing verification.
View on GitHub