一键导入
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 页面并帮你完成安装。
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".
基于 SOC 职业分类
| 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.