cyberneticlibrary

Run repository validation workflow

run-repo-checksskillsetup L30
Jon-Ting/allomorph
What it does

Run repository validation: tests, lint, docs, smoke checks

Best for

Reporting repo health to agents in a structured, repeatable way

Inputs
  • · Action: install|test|lint|docs
  • · Optional focus path
Outputs
  • · Test summary (pass/fail counts + top failures)
  • · Lint report (issue count + messages)
  • · Docs build path + warnings
Requires
  • · uv/pip
  • · pytest
  • · ruff
  • · MkDocs
Preconditions

Repo at current dir, dev deps installable via uv

Failure modes

Missing external tool, test timeout, lint rule conflict, docs build error

Trust signals
  • · Fallback from uv to pip
  • · Env-specific error reporting
  • · 80% coverage gating