بنقرة واحدة
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.