تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٢٣٬٢٠٩
forks:١٬١٦٣
updated:٢٧ يناير ٢٠٢٦ في ١٣:٥١
مستكشف الملفات
SKILL.md
| name | verify |
| description | Verifies code changes by running tests and generation scripts |
This skill verifies that recent code changes are correct and do not break existing functionality.
Run the fast memory tests to ensure core functionality is working.
npm run test:fast:memory
(Optional) Run linting to check for style issues.
npm run lint