一键导入
quick-review
Fast checklist-based code review of uncommitted changes. Use this for a quick pass; use `review-code` for the full multi-agent review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fast checklist-based code review of uncommitted changes. Use this for a quick pass; use `review-code` for the full multi-agent review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Generate a session handoff document capturing the current working state for the next session.
| name | quick-review |
| description | Fast checklist-based code review of uncommitted changes. Use this for a quick pass; use `review-code` for the full multi-agent review. |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Fast checklist-based code review of uncommitted changes. Use this for a quick pass; use review-code for the full multi-agent review.
Optional: focus areas to emphasize (e.g., "security", "tests", "performance"). Reviews full checklist if none specified.
git diff HEAD to get modified tracked files.git status --short to find untracked files.Review the code for:
If focus areas were specified, prioritize those sections.
Create reviews/{timestamp}-{descriptive-name}.md containing:
reviews/ directoryreview-code skill instead.