·plan-local-code-review
>_

plan-local-code-review

与主分支相比,对当前分支上的本地更改执行代码审查时应使用此技能。它使用多个并行代理来检查错误、CLAUDE.md 合规性、git 历史上下文、之前的 PR 评论和代码评论遵守情况,然后按置信度对结果进行评分和过滤。

20安装·0热度·@codyswanngt

安装

$npx skills add https://github.com/codyswanngt/lisa --skill plan-local-code-review

如何安装 plan-local-code-review

通过命令行快速安装 plan-local-code-review AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/codyswanngt/lisa --skill plan-local-code-review
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:codyswanngt/lisa。

SKILL.md

查看原文

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
分类
>_效率工具
认证
收录时间
2026-02-22
更新时间
2026-03-11

Browse more skills from codyswanngt/lisa

快速解答

什么是 plan-local-code-review?

与主分支相比,对当前分支上的本地更改执行代码审查时应使用此技能。它使用多个并行代理来检查错误、CLAUDE.md 合规性、git 历史上下文、之前的 PR 评论和代码评论遵守情况,然后按置信度对结果进行评分和过滤。 来源:codyswanngt/lisa。

如何安装 plan-local-code-review?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/codyswanngt/lisa --skill plan-local-code-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/codyswanngt/lisa