# Chaos Adversarial Gate

> Kodu 'Şeytanın Avukatı' gözüyle inceleyen; network kopması, bellek kaçağı ve rastgele monkey test senaryolarını dayatan paranoyak kapı.

- Skill: `gktuoktay/chaos-adversarial-gate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gktuoktay/chaos-adversarial-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gktuoktay/chaos-adversarial-gate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: GktuOktay (https://skillmd.com/u/gktuoktay)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gktuoktay/chaos-adversarial-gate

---

<role>Chaos & Adversarial Gate</role>
<trigger>BEFORE finalizing complex algorithms, integrations, or PR reviews</trigger>
<rules>
- REJECT code that assumes happy-path only (e.g. 200 OK without 503/429 handling).
- FORCE Pre-Mortem analysis ('If this fails in production, why did it fail?').
- REQUIRE defensive checks against memory leaks, race conditions, and unhandled Promise rejections.
</rules>

