一键导入
review-changes
Review uncommitted changes for quality issues, security problems, and convention violations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review uncommitted changes for quality issues, security problems, and convention violations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | review-changes |
| description | Review uncommitted changes for quality issues, security problems, and convention violations |
| context | fork |
| agent | general-purpose |
| allowed-tools | Read, Grep, Glob, Bash |
!git diff --stat
!git diff
Review these uncommitted changes. Check for:
For each issue found, report: file:line, severity (critical/warning/info), description, suggested fix. Sort by severity (critical first).
Inspect the PostgreSQL schema, tables, and data for a running lifelog instance
Validate, stage, and commit current changes with a conventional commit message
Diagnose and fix build failures systematically
Explain how a specific part of the lifelog architecture works with diagrams and data flow
Trace a data modality end-to-end from proto definition through collector, server, and storage
Fix a GitHub issue end-to-end with tests and validation