Nox-Lumen MfgNox-Lumen Mfg

gitlab-integration

Capabilities

Merge-request automation for GitLab.com / self-managed.

ToolRole
gitlab_get_mrMR metadata
gitlab_get_mr_diffMR diff
gitlab_get_mr_pipelinesAssociated CI/CD pipeline status
ask_userAmbiguous cases

Pipeline awareness

Unique to GitLab—Agents can fold CI evidence into reviews:

  • Static analysis job health
  • Unit-test / coverage gates
  • Compliance scanner output

Agents may block merges on red pipelines or cite failure logs inside the report.

Typical flow

Webhook: merge_request opened/updated

gitlab_get_mr + gitlab_get_mr_diff + gitlab_get_mr_pipelines

L1 static analysis + L2 code-review

Post MR discussions (inline or summary)

Security & compliance

  • Credentials: personal, group, or project access tokens
  • Scopes: api + read_repository (tighten further if possible)
  • Audit: ledgered

Invocation

/gitlab-integration Review this MR

Examples:

  • "What’s the pipeline for !256?"
  • "Approve if tests are green"
  • "Comment with findings"

On this page