Commit 6164c7a3c1a8
Changed files (1)
home
common
dev
home/common/dev/gh-news.nix
@@ -38,6 +38,11 @@
command = "cd $(repo-find {full_name}) && lazyworktree create --from-pr $(echo {url} | grep -oE 'pull/[0-9]+' | grep -oE '[0-9]+')";
interactive = true;
}
+ {
+ name = "Review with Claude";
+ command = "ssh aomi.sbr.pm 'shpool attach review-$(echo \"{url}\" | grep -oE \"(pull|issues)/[0-9]+\" | tr \"/\" \"-\") -- cr \"Review {url}, and load the proper skill as needed (e.g. nixpkgs skills and workflows if it is a pr from NixOS/nixpkgs)\"'";
+ interactive = true;
+ }
];
};
};