with one click
openlens
Run openlens AI code review on current changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run openlens AI code review on current changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.