Ring:verifying Code

Verifying a Go project: runs every quality check (lint, vet, imports, format, docs, unit, integration, E2E) and returns a single MERGE_READY or NEEDS_FIX verdict. Report-only: never fixes anything. Use for a quick pre-merge or pre-PR check outside a full dev-cycle. Skip when not a Go project, when you want a single command, or when already inside ring:running-dev-cycle (use its gates).

LerianStudio dc107f4 4.5 KB Updated

File contents

LerianStudio/ring/tree/main/dev-team/skills/verifying-code commit dc107f43b6

Frequently asked questions

npx skillmds@latest add lerianstudio/ring-verifying-code