Loading...
Loading...
Help address review/issue comments on the open GitLab MR for the current branch using glab CLI. Use when the user wants help addressing review/issue comments on an open GitLab MR
npx skill4agent add openai/skills gitlab-address-commentsglabglabglab auth statusglab auth loginGITLAB_TOKENglabsandbox_permissions=require_escalatedglab auth statusbranch="$(git rev-parse --abbrev-ref HEAD)"
glab mr view "$branch" --output jsonsource_branch/tmpglab api--open-commentsskill_dir="<path-to-skill>"
branch="$(git rev-parse --abbrev-ref HEAD)"
safe_branch="${branch//\//_}"
out="/tmp/${safe_branch}_mr_open_discussions.json"
python "$skill_dir/scripts/fetch_comments.py" --open-comments --output "$out"--open-comments1,3,5-7allnonetop Ntop 3glabglab auth loginGITLAB_TOKEN