원클릭으로
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.