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:2
forks:0
updated:May 6, 2026 at 17:11
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | run-checks |
| description | Run the project's Definition of Done checklist |
Validate the current branch against the project's Definition of Done.
AGENTS.md exists at the project root. If it does, read it and look
for a Definition of Done section. If found, use it as the checklist. If
not found, use the fallback below.git diff main...HEAD --name-only to see what changed. Use this to
decide which checklist items are relevant.If there is no AGENTS.md Definition of Done, detect tooling from config files
such as Taskfile.yml, package.json, Makefile, pyproject.toml, or
Cargo.toml, then run the standard checks for the project.