You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/difit-review/SKILL.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ This skill launches a requested git diff in a viewer that is easy for humans to
11
11
This comment mechanism is well suited for code review findings and code explanations.
12
12
Before running commands, choose `<difit-command>` using the following rule:
13
13
14
-
- If `command -v difit` succeeds, use `difit`.
15
-
- Otherwise, use `npx difit`.
14
+
- use `npx difit`.
16
15
- If falling back to `npx difit` would require network access in a sandboxed environment without network permission, request escalated permissions and user approval before running it.
0 commit comments