什麼是 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