Loading...
Loading...
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or GitHub PRs, then preload findings or code explanations into difit with `--comment` before launching it for the user.
npx skill4agent add yoshiko-pg/difit difit-review--comment<difit-command>command -v difitdifitnpx difitnpx difit<difit-command> <target> [compare-with] \
--comment '{"type":"thread","filePath":"src/foobar.ts","position":{"side":"old","line":102},"body":"line 1\nline 2"}' \
--comment '{"type":"thread","filePath":"src/example.ts","position":{"side":"new","line":{"start":36,"end":39}},"body":"Range comment for L36-L39"}'<difit-command> <target> [compare-with]<difit-command> .<difit-command> working<difit-command> staging<difit-command> --pr <URL>diff -u file1.txt file2.txt | <difit-command>type: "thread"position.side: "new"position.side: "old"--include-untracked