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:1064
forks:261
updated:30 de enero de 2026, 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".