什么是 plan-local-code-review?
与主分支相比,对当前分支上的本地更改执行代码审查时应使用此技能。它使用多个并行代理来检查错误、CLAUDE.md 合规性、git 历史上下文、之前的 PR 评论和代码评论遵守情况,然后按置信度对结果进行评分和过滤。 来源:codyswanngt/lisa。
与主分支相比,对当前分支上的本地更改执行代码审查时应使用此技能。它使用多个并行代理来检查错误、CLAUDE.md 合规性、git 历史上下文、之前的 PR 评论和代码评论遵守情况,然后按置信度对结果进行评分和过滤。
通过命令行快速安装 plan-local-code-review AI 技能到你的开发环境
来源:codyswanngt/lisa。
Provide a code review for the local changes on the current branch compared to the main branch.
a. Agent #1: Audit the changes to make sure they comply with the CLAUDE.md. Note that CLAUDE.md is guidance for Claude as it writes code, so not all instructions will be applicable during code review.
b. Agent #2: Read the file changes (via git diff main...HEAD), then do a shallow scan for obvious bugs. Avoid reading extra context beyond the changes, focusing just on the changes themselves. Focus on large bugs, and avoid small issues and nitpicks. Ignore likely false positives.
与主分支相比,对当前分支上的本地更改执行代码审查时应使用此技能。它使用多个并行代理来检查错误、CLAUDE.md 合规性、git 历史上下文、之前的 PR 评论和代码评论遵守情况,然后按置信度对结果进行评分和过滤。 来源:codyswanngt/lisa。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/codyswanngt/lisa --skill plan-local-code-review与主分支相比,对当前分支上的本地更改执行代码审查时应使用此技能。它使用多个并行代理来检查错误、CLAUDE.md 合规性、git 历史上下文、之前的 PR 评论和代码评论遵守情况,然后按置信度对结果进行评分和过滤。 来源:codyswanngt/lisa。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/codyswanngt/lisa --skill plan-local-code-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/codyswanngt/lisa