在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:1,064
forks:261
updated:2026年1月30日 05:18
SKILL.md
| name | macos-qa-test |
| description | Run darwin PMDA QA tests in isolated Cirrus VM environment |
| aliases | ["darwin-qa","test-darwin"] |
This skill runs the full darwin PMDA build and test suite in an isolated Cirrus CI VM environment.
Run this command to execute the darwin PMDA QA tests:
/macos-qa-test
macos-darwin-pmda-qa agentcirrus run --dirty to execute:
src/pmdas/darwin or src/pmdas/darwin_procYou MUST commit all source code changes to git BEFORE running this skill.
The Tart VM clones the git repository. Uncommitted local changes are INVISIBLE to the VM.
# Correct workflow:
git add <changed-files>
git commit -m "Add new metric for X"
/macos-qa-test # NOW the VM will see your changes
If tests fail on code you just wrote, verify you committed the changes first
When invoked, immediately use the Task tool to launch the macos-darwin-pmda-qa agent with a simple prompt like "Run darwin PMDA QA tests for recent changes".