0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. gitcode-dev-workflow
  2. /
  3. gitcode-dev-quality
Aaflyingtofeat: add gitcode-dev-quality as mandatory gate before PR
86fa11fd创建于 20 天前历史提交
文件最后提交记录最后更新时间
SKILL.md
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 天前