بنقرة واحدة
verify
Phase 4 verification — lint check then full dual-backend build verification
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Phase 4 verification — lint check then full dual-backend build verification
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Adversarial code review — find bugs, style issues, SDK misuse, then challenge findings
Pre-PR pipeline — version bump check, changelog, lint, build, and diff summary
Phase 3 review — find unnecessary code, abstractions, and dead paths, then simplify
Phase 1 planning — read docs, read source, write implementation plan
Adversarial code review with two passes. First finds issues, then challenges each finding to eliminate false positives. Use before merging.
Review and simplify recent code changes. Remove unnecessary abstractions, dead code, and complexity while preserving behavior.
| name | verify |
| description | Phase 4 verification — lint check then full dual-backend build verification |
| user-invocable | true |
| allowed-tools | ["Read","Bash"] |
| context | ["!cat VERSION 2>/dev/null"] |
Phase 4: Verify
Run the full verification pipeline and report results.
make lint first for a fast warning check.make verify to build both backends and check all expected binaries.make lint, then re-run the failed command.Do NOT declare success until make verify passes cleanly.