Skip to content
Development
Skill

/gate-check

Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows

From plugin
vibecosystem
534200 skills138 agents7 hooks
Install
$ npx -y skills add vibeeval/vibecosystem --skill gate-check --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/gate-check

Context preview

The summary Claude sees to decide when to auto-load this skill.

Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows

SKILL.md

gate-check.SKILL.md
name: gate-check
description: Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows

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) | Bug listesi | | 5 | Performance baseline karsilandi | Metrikler |

G4: Staging ──▶ Production

| # | Kriter | Kanit | |---|--------|-------| | 1 | Staging'de 24h+ stabil | Monitoring | | 2 | Smoke testler PASS | Test raporu | | 3 | Rollback plani hazir | Rollback dokumani | | 4 | Changelog yazildi | CHANGELOG.md | | 5 | Stakeholder onay | Onay kaydi |

Karar Tipleri

| Karar | Anlam | Aksiyon | |-------|-------|---------| | **PASS** | Tum kriterler saglanmis | Sonraki faza gec | | **FAIL** | Kritik kriter(ler) saglanmamis | Mevcut fazda kal, eksikleri tamamla | | **CONDITIONAL** | Minor eksikler var, ilerlenebilir | Sonraki faza gec, eksikleri paralel tamamla |

Gate Check Ciktisi

GATE CHECK: G2 (Development -> Testing)
Date: [tarih]

[PASS] Build basarili
[PASS] Code review tamamlandi
[PASS] Lint/type check temiz
[FAIL] Unit test coverage 72% (min 80%)
[PASS] Security review temiz
[PASS] Tum task'lar implement edildi

KARAR: FAIL
NEDEN: Test coverage yetersiz (72% < 80%)
AKSIYON: Test ekle, %80 ustune cik, gate check'i tekrarla

Custom Gate Tanimlama

Projeye ozel gate tanimlamak icin:

### Custom Gate: [Isim]

| # | Kriter | Zorunlu | Kanit |
|---|--------|---------|-------|
| 1 | [Kriter] | Evet/Hayir | [Ne bekleniyor] |

Zorunlu=Evet olan kriterler FAIL'de FAIL, Zorunlu=Hayir olan CONDITIONAL'a duser.

Entegrasyon

  • **/swarm** workflow'unda her phase gecisinde otomatik gate check
  • **verifier** agent'i G2/G3 icin build+test kontrolleri yapar
  • **code-reviewer** agent'i G2 icin review kontrolu yapar
  • **security-reviewer** agent'i G2 icin security kontrolu yapar
Read more
Ships withvibecosystem

Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.

Get the whole plugin

Other skills on vibecosystem.