Skip to main content

review

Perform a direct five-axis code review across correctness, security, performance, readability, and maintainability. Use when the user asks for `/review`, PR review, security review, pre-merge review, production readiness review, or blocking issue assessment.

설치로 이동

소스 정보

저장소
eigent-ai/agent-skills
최근 소스 활동
2026년 5월 14일 22:37
감지된 SKILL.md 언어
영어
스타
19
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
review
description
Perform a direct five-axis code review across correctness, security, performance, readability, and maintainability. Use when the user asks for `/review`, PR review, security review, pre-merge review, production readiness review, or blocking issue assessment.
# Review ## Overview Use this skill for code-review work. Prioritize bugs, behavioral regressions, security risks, performance issues, and missing tests. Findings come first, ordered by severity, with concrete file and line references whenever possible. ## Workflow 1. Inspect the requested diff, files, branch, or pull request context. 1. Review across five axes: - Correctness. - Security. - Performance. - Readability. - Maintainability. 1. Check whether tests cover the changed behavior and important failure modes. 1. Keep feedback specific and actionable; avoid broad style commentary unless it affects maintainability or correctness. 1. Flag issues by severity: - Blocking: should not ship. - High: likely bug, security issue, or serious regression. - Medium: meaningful risk or missing coverage. - Low: small maintainability or clarity improvement. 1. If no issues are found, say so clearly and mention residual test gaps or assumptions. ## Output Pattern 1. Findings first, ordered by severity. 1. Open questions or assumptions. 1. Brief change summary only after findings. 1. Tests or verification reviewed. ## Example Prompts - `/review - Review this pull request. Flag anything that affects security, performance, or will be hard to maintain in 6 months. Be direct about blocking issues.` - `/review - Audit this API endpoint handler for security issues. Check for injection risks, missing auth checks, improper error handling, and data exposure.` - `/review - This is going to production tomorrow. Do a final review focused only on breaking changes, regressions, and anything that could cause an incident.`
GitHub에서 보기