Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:23,209
forks:1,163
updated:January 27, 2026 at 13:51
File Explorer
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