Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:12
forks:0
updated:24 de enero de 2026, 15:18
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.