| feat: add gitcode-dev-quality as mandatory gate before PR
New skill: gitcode-dev-quality — local quality gate with 5 checkpoints:
1. Build verification (go build / mvn compile)
2. Full unit test suite (go test ./... / mvn test)
3. Code coverage (>=80% incremental)
4. Code formatting (gofmt / spotless / ruff)
5. Static analysis (go vet / golangci-lint / PMD)
Updated workflow, case study, README, and integration guide to embed
the quality gate between development and delivery phases. Any failure
blocks PR submission.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
| 20 天前 |