Agent skill

gate-check

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

vibeeval521★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill gate-check --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/gate-check/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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)

What's inside
Steps it walks through
  1. Standart Fazlar
  2. Gate Tanimlari
  3. G1: Planning ──▶ Development
  4. G2: Development ──▶ Testing
  5. G3: Testing ──▶ Staging
  6. G4: Staging ──▶ Production
  7. Karar Tipleri
  8. Gate Check Ciktisi
  9. Custom Gate Tanimlama
  10. Entegrasyon
More from vibecosystem
All skills →
About this skill
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.

Keep going