Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate CI test matrix for Windows, macOS, and Linux combinations
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-07 | ✓→✗ | ▼ Worse | -17% | 0% |
| case-11 | ✓→✗ | ▼ Worse | -31% | 0% |
Generate CI/CD test matrix configurations for testing desktop applications across Windows, macOS, and Linux.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "ciPlatform": { "enum": ["github-actions", "azure-devops", "gitlab-ci"] }, "platforms": { "type": "array" }, "architectures": { "type": "array" } }, "required": ["projectPath"] }
yamlname: Test Matrix on: [push, pull_request] jobs: test: strategy: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] arch: [x64] include: - os: macos-latest arch: arm64 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' architecture: ${{ matrix.arch }} - name: Install dependencies run: npm ci - name: Run tests run: npm test - name: Upload test results uses: actions/upload-artifact@v4 if: always() with: name: test-results-${{ matrix.os }}-${{ matrix.arch }} path: test-results/
playwright-electron-configdesktop-ci-architect agentOther measured skills in the registry, with their headline benchmark lift.