gate-check
Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows
Profile →npx skills add vibeeval/vibecosystem --skill gate-check --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gate Check Faz gecis validasyonu. Bir sonraki faza gecmeden once gerekliliklerin tamam oldugundan emin ol. ## Standart Fazlar ``` Planning ──▶ Development ──▶ Testing ──▶ Staging ──▶ Production G1 G2 G3 G4 G5 ``` ## Gate Tanimlari ### G1: Planning ──▶ Development | # | Kriter | Kanit | |---|--------|-------| | 1 | Requirements dokumani var | PRD/spec dosyasi | | 2 | Teknik plan onaylandi | Plan dosyasi + onay | | 3 | Task'lar olusturuldu | Task listesi | | 4 | Dependency'ler belirlendi | Dependency listesi | | 5 | Risk analizi yapildi | Risk matrisi (opsiyonel) | ### G2: Development ──▶ Testing | # | Kriter | Kanit | |---|--------|-------| | 1 | Tum task'lar implement edildi | Task durumlari | | 2 | Code review tamamlandi | Review onaylari | | 3 | Build basarili | Build log | | 4 | Unit test coverage >= 80% | Coverage raporu | | 5 | Lint/type check temiz | Lint raporu | | 6 | Security review (auth/data isleri) | Security raporu | ### G3: Testing ──▶ Staging | # | Kriter | Kanit | |---|--------|-------| | 1 | Unit testler PASS | Test raporu | | 2 | Integration testler PASS | Test raporu | | 3 | E2E critical path testleri PASS | Playwright raporu | | 4 | Bug'lar triaged (P0/P1 yok)
- Standart Fazlar
- Gate Tanimlari
- G1: Planning ──▶ Development
- G2: Development ──▶ Testing
- G3: Testing ──▶ Staging
- G4: Staging ──▶ Production
- Karar Tipleri
- Gate Check Ciktisi
- Custom Gate Tanimlama
- Entegrasyon
What does the gate-check skill do?
Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill gate-check --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.