skills/glab/SKILL.md
GitLab workflows: watch CI pipelines, manage MR review comments, create and publish draft reviews. Triggers on: "glab ci", "watch gitlab ci", "pull mr comments", "push mr comments", "glab draft", "glab resolve", "glab complete", "gitlab review", "submit mr review".
npx skillsauth add cloudvoyant/codevoyant glabInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
GitLab skill dispatcher.
help.md — never error silently$REMAINING_ARGS unchangedVERB="[first non-flag argument, or empty]"
REMAINING_ARGS="[everything after VERB, preserving order and flags]"
case "$VERB" in
"") VERB="help" ;;
"watch") VERB="ci" ;;
"report") VERB="report-issue" ;;
"bug") VERB="report-issue" ;;
esac
Read and execute references/workflows/{VERB}.md, passing $REMAINING_ARGS as the argument string.
If references/workflows/{VERB}.md does not exist, fall back to references/workflows/help.md and note the unknown verb.
references/workflows/ci.md) — watch GitLab CI for the current branchreferences/workflows/pull-comments.md) — fetch MR discussion threads to a docreferences/workflows/push-comments.md) — submit inline notes to an MRreferences/workflows/draft.md) — create a draft MR notereferences/workflows/resolve-comments.md) — resolve MR discussion threadsreferences/workflows/complete.md) — publish a draft MR or submit pending reviewreferences/workflows/report-issue.md) — create a GitLab issue from a bug report or QA report filereferences/workflows/help.md) — print command referencedevelopment
React patterns: Zustand state management, shadcn/ui + Tailwind CSS, React Three Fiber + Drei for 3D, folder structure, data fetching, and TypeScript conventions. Load when working on React projects (*.tsx) without SvelteKit.
development
QA workflows: investigate and document bugs, post issues to GitHub/GitLab/Linear, and run browser-agent smoke tests. Triggers on: 'qa debug', 'qa report', 'qa smoke', 'run smoke test', 'report bug', 'investigate issue'.
tools
Python project patterns: uv package/workspace management, MLflow experiment tracking, Ray distributed computing, Nvidia Warp GPU kernels, Pydantic validation, Click CLIs, and service architecture. Load when writing Python with pyproject.toml or uv.lock.
development
Code review workflows: create a draft PR/MR, generate AI-powered inline review comments, address change requests, or complete a draft review. Triggers on: "pr open", "pr new", "pr review", "pr address", "pr complete", "open a PR", "create a draft PR", "code review", "pr mr", "pr this PR", "address pr comments", "fix review comments", "complete draft review", "publish review".