verify
Double-check tasks using Automated (Unit/Integration) and Manual testing. Use when: user says "verifikasi", "cek fitur", or "selesai coding".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Double-check tasks using Automated (Unit/Integration) and Manual testing. Use when: user says "verifikasi", "cek fitur", or "selesai coding".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create local task lists from a Tech Spec file or direct input (bugs, small tasks), with recursive breakdown into atomic, actionable sub-tasks until the whole piece of work is fully decomposed and trackable end-to-end. Use when: user says "buat task", "ada bug", "tambah task", "eksekusi rencana task", "pecah task", "breakdown pekerjaan", or "detailkan task".
Reverse-engineer legacy code into structured documentation (Tech Spec + Tasks). Use when: user says "pahami kode", "analisis legacy", "reverse engineer", "mapping kode", "dokumentasi kode existing".
Execute and automate coding tasks from the .agents/tasks/ directory. Use when: user says "kerjakan task", "lanjutkan implementasi", "selesaikan tugas", or "start working on tasks".
Buat Product Requirement Document singkat dan padat untuk memulai proyek baru. Gunakan ketika: user minta buat PRD, user mau buat produk baru, user minta ringkasan produk, user bilang "saya mau buat aplikasi", user minta spesifikasi produk, atau user mau memulai proyek baru.
Write technical specifications for features, changes, or bug fixes. Produces a markdown file in .agents/tech-specs/<YEAR>/ for user review, then creates issues after approval. Gunakan ketika: user minta tech spec, user minta spesifikasi teknis, user minta implementation plan, user minta dokumentasi teknis, atau user mendeskripsikan fitur yang butuh perencanaan sebelum coding.
| name | verify |
| description | Double-check tasks using Automated (Unit/Integration) and Manual testing. Use when: user says "verifikasi", "cek fitur", or "selesai coding". |
Otomatis aktif saat user menyebut:
Skill ini memverifikasi task yang sudah diimplementasikan dengan mengecek kode, menjalankan test, dan memastikan task berfungsi sesuai acuan.
@.agents/3-TASKS.md@.agents/2-TECH-SPEC.md (opsional)@.agents/1-PRD.md (opsional).agents/REVIEW.mdWAJIB: Sebelum verifikasi, AI HARUS:
.agents/3-TASKS.md — cari task dengan status "Done"Auto-detect boilerplate (opsional): AI cek file kunci project untuk konteks:
package.json / composer.json / pyproject.toml / go.mod / Cargo.toml / Gemfile / pubspec.yamlFormat tampilan:
📋 Daftar Task Selesai:
1. T-01: Setup Project (High) — Setup
2. T-02: Setup Database (High) — Setup
3. T-03: Create User Model (High) — Auth
...
Task mana yang ingin diverifikasi?
Jika user tidak memilih, ambil task pertama.
AI melakukan verifikasi terhadap task dengan 3 aspek:
Kesesuaian dengan Acuan
Kualitas & Keamanan Kode
Fungsionalitas
Setelah verifikasi selesai, AI menampilkan laporan singkat:
📋 Hasil Verifikasi T-03: Create User Model
Status: ✅ Lolos / ⚠️ Catatan / ❌ Gagal
Temuan:
- [Issue] — [lokasi] — [severity]
Saran:
- [Saran perbaikan jika ada]
.agents/REVIEW.md, user bisa perbaiki lalu review ulang