원클릭으로
gate-check
Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
OpenAI Codex CLI + Claude Code (Hizir) birlikte kullanim rehberi. Is dagitim pattern'leri, GitHub Actions workflow ornekleri, review dongusu ve iki AI yazilim asistaninin guclu yanlarini birlestiren orchestration stratejileri.
Create handoff document for transferring work to another session
Otonom deney dongusu. Kod degisikligi yap, olc, karsilastir, kabul et veya geri al. Metrik bazli karar verme ile performans, boyut veya kalite optimizasyonu. Tek basina veya agent ile kullan.
Planning agent that creates implementation plans and handoffs from conversation context
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
Pre-push API key and credential scanner - blocks git push if secrets found
| name | gate-check |
| description | Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows |
Faz gecis validasyonu. Bir sonraki faza gecmeden once gerekliliklerin tamam oldugundan emin ol.
Planning ──▶ Development ──▶ Testing ──▶ Staging ──▶ Production
G1 G2 G3 G4 G5
| # | 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) |
| # | 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 |
| # | 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 |
| # | 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 | 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: 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
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.