一键导入
review
Review code against coding guidelines and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code against coding guidelines and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Query and modify databases (PostgreSQL, MySQL/MariaDB, SQLite). Use when the user asks to inspect, query, or write to a database, or when you need to understand a database schema.
Use when asked to find a project, work on a project, start a feature, fix a bug, or make changes to a repo.
Retrieve up-to-date documentation for libraries and frameworks via the Context7 API. Use when looking up docs for any library, finding code examples, verifying API usage, or getting current info that may have changed since training.
Deep codebase analysis with extended thinking — use for complex tasks that may lead to implementation
Update the changelog for a new release
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
| name | review |
| description | Review code against coding guidelines and best practices |
| argument-hint | <file, directory, or area> |
| config | {"GUIDELINES_DIR":{"description":"Path to the agent-guidelines directory","default":"/Users/edd/Projects/agent-guidelines"}} |
ultrathink: Perform a thorough code review by first reading all relevant code and guidelines, then providing specific, actionable feedback.
Review: $ARGUMENTS
pwdgit status --short 2>/dev/null | head -20Read and apply these standards from the guidelines directory ($GUIDELINES_DIR):
$GUIDELINES_DIR/foundation/code-philosophy.md$GUIDELINES_DIR/practices/clean-code-practices.md$GUIDELINES_DIR/practices/design-principles.md$GUIDELINES_DIR/practices/testing.md$GUIDELINES_DIR/practices/error-handling.mdFirst, read ALL the guideline files above. Understand:
Thoroughly read the code to review:
For each issue found:
Organize your review:
For each issue:
### [Critical/Improvement/Nitpick]: Brief title
**Location**: `path/to/file.swift:42`
**Guideline**: [Quote relevant guideline]
**Issue**: [What's wrong]
**Suggestion**: [How to fix]