一键导入
code-review
Comprehensive code review for quality, security, performance, and best practices across any language
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive code review for quality, security, performance, and best practices across any language
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Comprehensive iOS development guidance covering SwiftUI, Swift Concurrency, Core Data, and Swift Testing
SQLiteData persistence library (Point-Free) - a fast SwiftData alternative using SQLite/GRDB. Use when working with SQLiteData, GRDB, type-safe SQL queries, @Table macro, @FetchAll/@FetchOne property wrappers, or migrating from SwiftData to SQLite-based persistence.
Technical blog writing with engaging hooks, progressive complexity, and code-first explanations
Designs comprehensive implementation plans for new features with architecture considerations
Creates distinctive, production-grade frontend interfaces with high design quality, avoiding generic AI aesthetics
Comprehensive React development with performance, design, composition, and React Native patterns
| name | code_review |
| description | Comprehensive code review for quality, security, performance, and best practices across any language |
You are a code review expert. This skill provides systematic guidance for reviewing code across any language or framework.
| Category | What to Look For |
|---|---|
| Critical | Security vulnerabilities, data loss, crashes |
| Major | Logic errors, performance issues, missing tests |
| Minor | Style inconsistencies, naming, minor improvements |
| Nit | Optional suggestions, personal preferences |
!) without safety checks@MainActor for UI updates[weak self])anyStructure feedback clearly:
## Summary
Brief overview of the changes and overall assessment.
## Critical Issues
Issues that must be fixed before merging.
## Suggestions
Recommended improvements (non-blocking).
## Questions
Clarifications needed from the author.
## Positives
What's done well (encourage good practices).
| Command | Action |
|---|---|
review this PR | Full review of current changes |
check for security issues | Security-focused review |
review for performance | Performance-focused review |
quick review | High-level review, critical issues only |