mit einem Klick
review-diff
Review all local code changes
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Review all local code changes
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Break a plan, spec, or the current conversation into tracer-bullet tickets, each declaring its blocking edges and saved as a local Markdown file.
Review changes since a fixed point (commit, branch, tag, or merge-base) along two axes - Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel subagents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to review since X.
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Implement a piece of work based on a spec or set of tickets.
Turn the current conversation into a spec saved under .scratch - no interview, just synthesis of what you've already discussed.
Basierend auf der SOC-Berufsklassifikation
| name | review-diff |
| description | Review all local code changes |
Review all local changes in this repository as one combined code change.
git status --short to identify staged, unstaged, and untracked files.git diff --no-ext-diff and git diff --cached --no-ext-diff.Do not report that changes are unstaged, partially staged, or would produce an incomplete commit. Do not recommend git add, staging files, or rechecking the cached diff. Only report substantive issues in the combined code change.
Do not modify files. Keep any summary brief and secondary to the findings.