hook-profiles--performance-tuninglisted
Install: claude install-skill witchwasin/Axiom-PMO
# Hook Profiles — Performance Tuning
> ไม่ใช่ทุกงานต้อง validate เท่ากัน — ปรับ hook intensity ตามประเภทงาน
## เมื่อไหร่ใช้
- Hook ทำให้งานช้าเกินไป → ลดเป็น minimal
- งาน deploy/release → เปิด strict ให้เช็คทุกอย่าง
- ต้องการ debug hook ทีละตัว → disable เฉพาะตัว
- เริ่ม session ใหม่ ต้องการกำหนด profile
## Profile Definitions
### `minimal` — Essential Only
**ใช้เมื่อ:** งาน quick fix, exploration, research, draft ร่างแรก
| Hook | Status | เหตุผล |
|------|--------|--------|
| Keyword Detector | ✅ ON | จำเป็น — route ไปหา skill |
| Phase Gate | ❌ OFF | ไม่จำเป็นสำห���ับงานเล็ก |
| Quality Pre-Gate | ❌ OFF | ไม่จำเป็นสำหรับ exploration |
| Quality Post-Gate | ❌ OFF | ไม่ validate output |
| Cost Tracking | ✅ ON | เบามาก — เก็บ log เฉยๆ |
| Session End | ✅ ON | จำเป็น — save state |
**ผลลัพธ์:** เร็วที่สุด, 3/6 hooks active
### `standard` — Balanced (Default)
**ใช้เมื่อ:** งานทั่วไป — สร้าง diagram, implement feature, review
| Hook | Status | เหตุผล |
|------|--------|--------|
| Keyword Detector | ✅ ON | Route to skill |
| Phase Gate | ✅ ON | ป้องกันข้าม step |
| Quality Pre-Gate | ✅ ON | ตรวจ source files |
| Quality Post-Gate | ✅ ON | Validate output |
| Cost Tracking | ✅ ON | Log costs |
| Session End | ✅ ON | Save state |
**ผลลัพธ์:** สมดุล, 6/6 hooks active
### `strict` — Maximum Validation
**ใช้เมื่อ:** deploy, release, security audit, client delivery, phase gate review
| Hook | Status | เหตุผล |
|------|--------|--------|
| Keyword Detector | ✅ ON | Route t