تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١٢
forks:٠
updated:٢٤ يناير ٢٠٢٦ في ١٥:١٨
SKILL.md
| name | verify-counts |
| description | Verify numerical claims in documentation are still accurate |
Verify all count assertions in documentation against actual values.
| Location | Claim | Verification |
|---|---|---|
README.md:17 | 11,000-line parser | Line count of parser source |
README.md:103 | 1,800+ hand-written tests | tests/parable/ test count |
Parser line count:
wc -l src/parable.py
Hand-written test count:
rg -c '^=== ' tests/parable/ | awk -F: '{sum += $2} END {print sum}'
Report each claim with:
If any claim is STALE or FAIL, note which file(s) need updating.