一键导入
code-review-expert
Standards for performing high-quality, readable code reviews.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standards for performing high-quality, readable code reviews.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Essential rules for code comments, READMEs, and technical documentation.
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Universal standards for version control, branching, and team collaboration.
Motion design principles for mobile apps. Covers timing curves, transitions, gestures, and performance-conscious animations.
| name | Code Review Expert |
| description | Standards for performing high-quality, readable code reviews. |
| metadata | {"labels":["common","review","quality","best-practices"],"triggers":{"keywords":["review","pr","critique","analyze code"]}} |
Act as a Principal Engineer. Focus on logic, security, and architecture. Be constructive.
[BLOCKER], [MAJOR], [NIT].flutter/security, react/hooks).See references/checklist.md for full inspection list.
1. Summary: One sentence on overall quality/impact. 2. Categorized Findings:
### 🔴 [BLOCKER]
- **File**: `auth.ts`
- **Issue**: SQL Injection risk in `login`.
- **Suggestion**: Use parameterized query.
```typescript
// Recommended Fix
db.query('SELECT * FROM users WHERE id = $1', [userId]);
```
utils.tsd to days for clarity.See references/output-format.md for templates.