cyberneticlibrary

Gate deployment readiness checks

conducty-shipskillsetup L20
Sheshiyer/skill-clusters
What it does

Gate pre-merge readiness: lint, typecheck, test, secrets, vulnerabilities

Best for

Pre-merge gates that must mechanically verify lint, tests, and secrets before human approval.

Inputs
  • · Branch to evaluate
  • · Code review verdict from vault
Outputs
  • · Ship Report (MD) with green/yellow/red verdict and per-gate detail
Requires
  • · LLM/Claude API
  • · Bash/CLI
  • · Vault/Obsidian
  • · HTTP/REST API
  • · Git/GitHub
  • · Runtime (Python/Node)
Preconditions
  • · Code review already completed
  • · Project lint/typecheck/test commands defined
  • · Main branch as merge base
Failure modes
  • · Secret patterns yield false positives (approved credentials)
  • · Dependency vuln dated (not new in this branch)
  • · Test timeouts on slow systems
Trust signals
  • · Six-gate battery (all must pass for green)
  • · Exact failing output captured in report