تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١٬٠٦٤
forks:٢٦١
updated:٣٠ يناير ٢٠٢٦ في ٠٥:١٨
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".