원클릭으로
openlens
Run openlens AI code review on current changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run openlens AI code review on current changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide for using openlens to review code. Triggers on: "review my code", "check for bugs", "security scan", "run openlens", "set up code review", "openlens".
Run AI-powered code review on current changes using openlens. Use when developers: (1) Want to review staged, unstaged, or branch changes for security, bugs, performance, or style issues, (2) Ask to "review my code", "check for vulnerabilities", "run openlens", or "code review". Triggers on: "openlens", "code review", "review my changes", "check for bugs", "security scan", "review staged".
| name | openlens |
| description | Run openlens AI code review on current changes |
Run an openlens code review on your current git changes.
/openlens — review staged changes (default)/openlens --unstaged — review unstaged changes/openlens --branch main — review diff against a branch/openlens --agents security,bugs — run specific agents only/openlens --no-verify — skip verification passRun the openlens CLI with the user's flags:
openlens run --staged --format text
If the user provides flags (e.g., --unstaged, --branch main), pass them through.
Show the full output to the user. If issues are found, offer to help fix them.