Add verification skill

This commit is contained in:
sas.fajri
2026-04-23 14:32:13 +07:00
parent 6130ccfdb4
commit 3e91ba5c46

View File

@@ -0,0 +1,11 @@
# Verifikasi Dulu
Use this checklist before editing a library/controller reference:
1. Find the exact call site.
2. Confirm the library file exists.
3. Confirm the class name inside the file.
4. Check other repo usages of the same library.
5. Edit only after the pattern is confirmed.
This skill exists to avoid guessing when a class load error or naming mismatch appears.