一键导入
reviewing-code
Perform a thorough code review focused on correctness, maintainability, performance, and best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Perform a thorough code review focused on correctness, maintainability, performance, and best practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Best practices and guidelines for optimizing the performance of Tauri applications. Use this skill when the user asks to improve the performance, reduce the bundle size, or optimize the Rust/Frontend code of a Tauri app.
Keep the Vesta Launcher architecture atlas current while changing code or docs. Use when working in /Users/eatham/Vesta/launcher on refactors, feature changes, bug fixes that reveal Module ownership, docs/tests cleanup, architecture review follow-ups, questions like "where does this area live?", or any change that creates, removes, renames, deepens, splits, or connects Modules, Interfaces, seams, Adapters, events, task flows, persisted models, resource flows, runtime preparation, launch lifecycle, or frontend state.
When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.
When the user repeats the same correction or convention multiple times, suggest a Cursor rule to encode it permanently.
Analyze existing code and write comprehensive unit and integration tests for it. Detects the test framework, identifies untested code paths, and generates tests with proper mocking, edge cases, and assertions. Use when the user asks to add tests, improve coverage, or test a specific module.
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
| name | reviewing-code |
| description | Perform a thorough code review focused on correctness, maintainability, performance, and best practices. |
Use this skill when the user asks for a code review, feedback on their code, or to check code quality.
Understand the change — read the files or diff to understand what the code is supposed to do. Identify the scope (new feature, bug fix, refactor).
Check correctness
Check maintainability
Check performance
Check type safety (TypeScript projects)
any types that should be narrowed?Check testing
Provide feedback — organize findings by severity:
For each finding, include the file, line, the issue, and a suggested fix.