Skip to main content

verify

Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
Hmbown/CodeWhale
آخر نشاط في المصدر
٢٦ يوليو ٢٠٢٦ في ١١:٥٠
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٤٠٬٩٩٣
التفرعات
٣٬٥٦٤

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
verify
description
Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.
invocation
model+user
aliases-for
check-work
# Verify ## When to use Use when the user wants proof the real surface works, not only unit tests. ## Non-goals - Unit tests alone are not end-to-end verification. - Do not fake success without observable evidence. ## Workflow 1. Identify the real entrypoint (CLI binary, API, UI). 2. Exercise it with realistic inputs. 3. Capture outputs, exit codes, logs, or screenshots. 4. Report evidence and remaining uncertainty.
عرض على GitHub