cyberneticlibrary

Run and repair quality gate failures

quality-gate-repair-assistantskillsetup L20
davidleconte/hcd-janusgraph
What it does

Run CI quality gates locally and repair failures in correct order

Best for

When CI quality gates fail and local repo needs repair in deterministic order (env → format → lint → type → test).

Inputs
  • · test coverage baseline
  • · lint/type/format config
Outputs
  • · gate-by-gate pass/fail report
  • · minimal repair patch set
Requires
  • · pytest/coverage
  • · mypy
  • · ruff
  • · black
  • · isort
Preconditions

Project has linting and type-check configuration (mypy, ruff, black, isort)

Failure modes
  • · Environment/dependency not installed
  • · gate config mismatch with CI
  • · code defects unreachable by formatting
Trust signals
  • · 6-gate sequence defined
  • · failure classification schema
  • · repair-order discipline