Nox-Lumen MfgNox-Lumen Mfg

git

Capabilities

Hardened git CLI affordances so Agents can:

OperationUse
cloneMaterialize repos into workspace sandboxes
pull / fetchSync remotes
diffInspect working changes
blameAttribute lines to commits
logHistory navigation
showInspect a specific commit
checkoutJump to branches or SHAs

vs. SCM integration skills

SkillResponsibility
gitLocal repo mechanics (vendor-agnostic)
gerrit/github/gitlab/gitee-integrationRemote APIs—PR/MR metadata, scoring, threads

Typical chaining:

gerrit-integration → resolve change revision ref

git skill → fetch ref locally

L1 / L2 code-review → scan checkout

Safety rails

GuardDetail
Workspace sandboxNo host filesystem bleed
Read-firstNo push / commit / hard resets without explicit grants
Credential isolationSecrets injected via credential adapters, not checked in

Invocation

/git Show the last 20 commits for this repo

Examples:

  • "Check out the branch behind this PR"
  • "Who last touched src/main.cpp?"
  • "Diff main vs feature/x"

On this page