with one click
macos-qa-test
Run darwin PMDA QA tests in isolated Cirrus VM environment
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run darwin PMDA QA tests in isolated Cirrus VM environment
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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".