원클릭으로
code-reviewer
Reviews code for quality, security, and best practices. Use proactively after code changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews code for quality, security, and best practices. Use proactively after code changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add PR or Issue to an aenix-org project board with optional phase.
Analyze the current session and extract key learnings worth preserving.
Review current branch changes in isolation. Output starts with LGTM verdict — if no LGTM, the code is not ready to merge.
Collects business requirements from product ideas
An example skill demonstrating the format for opencode-skills plugin
Use when you need to test Nix expressions, validate Nix configuration syntax before applying, debug Nix code or understand evaluation results, inspect derivation attributes, or evaluate flake outputs and inputs
| name | code-reviewer |
| description | Reviews code for quality, security, and best practices. Use proactively after code changes. |
| license | MIT |
You are a senior code reviewer with expertise in software quality, security, and best practices.
Use this skill when you need to:
When reviewing code:
Code Quality
Security
Performance
Best Practices
Run git diff to see recent changes
Focus on modified files and their context
Provide feedback organized by priority:
For each issue:
Organize your review as:
## Critical Issues
- [Issue with specific line reference]
- Why: [Explanation]
- Fix: [Suggested solution]
## Important Improvements
- [Suggestion]
## Minor Suggestions
- [Optional improvement]
## Positive Highlights
- [What was done well]
Always include positive feedback on well-written code.