Loading...
Loading...
This skill should be used when performing a code review on local changes on the current branch compared to the main branch. It uses multiple parallel agents to check for bugs, CLAUDE.md compliance, git history context, previous PR comments, and code comment adherence, then scores and filters findings by confidence level.
npx skill4agent add codyswanngt/lisa plan-local-code-reviewgit branch --show-currentgit log main..HEAD --onelinegit diff main...HEAD --statgit log main..HEAD --format="%s%n%b"git diff main...HEADgit diff main...HEADgh<branch-name>path/to/file.ts:L10-L15path/to/other-file.ts:L25-L30path/to/another-file.ts:L5-L8<branch-name>