nimbus-agent/Nimbus

On-call intelligence for DevOps and platform teams. Local-first AI agent over your tools — HITL-gated, MCP-native, AGPL-3.0.

5Stars on the repository
27Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

nimbus-ci-doctor

01

nimbus-agent/Nimbus

Agent Claude Code

Use when a Nimbus PR's CI is red and you need to root-cause the failures instead of push-and-see guessing. Pulls the failed CI job logs via gh, diagnoses against the known CI-only traps (frozen-lockfile drift, cross-platform URL/path flakes, mock.module leaks, gitleaks full-history, the pr-quality fail-fast SIGTERM)…

5 2d ago A 123 tokens AGPL-3.0

nimbus-agent/Nimbus

Agent Claude Code

Use when a PR is failing (or might fail) the Nimbus true-coverage ratchet — the per-file coverage floor enforced by audit:coverage-floor (≥85% line AND ≥80% branch; two separate constants, FLOORPCT / BRANCHFLOORPCT). Drives the file to green: runs the Docker-Linux-authoritative lcov build, reads the exact violations…

5 2d ago A 0 tokens AGPL-3.0

nimbus-agent/Nimbus

Agent Claude Code

Use right before pushing a Nimbus branch to catch what CI would reject — so red never reaches CI and you avoid the push-and-see ping-pong. Runs the memory-safe static gates, scoped tests for changed files, the static structure audits, and (when coverage/connectors/migrations are touched) the Docker-Linux dry-run, then…

5 2d ago A 108 tokens AGPL-3.0

nimbus-sonar-gate

04

nimbus-agent/Nimbus

Agent Claude Code

Use when the SonarCloud quality gate is failing (or to audit it) on a Nimbus PR — it is the BLOCKING quality gate (CI gates on it). Queries the gate + issues + hotspots via the SonarCloud API, applies fix-not-exclude code fixes for real issues, and for genuine false-positives / safe security hotspots marks them with a…

5 2d ago A 119 tokens AGPL-3.0