mcpbeat Sign in

Gate Check Agent Skill

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

768 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
521
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/vibeeval/vibecosystem --skill gate-check

The instruction itself

11 sections, as written by the author

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

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
File Organizer
by frostant
×10

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

3k tokens
Domain Name Brainstormer
by frostant
×8

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

1k tokens
Brainstorming
by ZhanlinCui
×4

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

626 tokens
Planning With Files
by ZhanlinCui
×3

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

9k tokens scripts
Scientific Brainstorming
by christophacham
×3

Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.

5k tokens
GitHub Project Management
by ComeOnOliver
×3

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

14k tokens
Grill Me
by ComeOnOliver
×3

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

3k tokens

How to use it

Copy the folder

Take vibeeval/gate-check from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.