build-test

star 1

Build the MPADAO project and run tests, reporting results concisely

stillwater-sc By stillwater-sc schedule Updated 3/8/2026

name: build-test description: Build the MPADAO project and run tests, reporting results concisely disable-model-invocation: true allowed-tools: Bash

Build and test the MPADAO project:

  1. Configure: cd build && cmake .. 2>&1 | tail -5
  2. Build: make -j$(nproc) 2>&1
  3. Test: ctest --output-on-failure 2>&1
  4. Report:
    • Which targets built successfully
    • Any compiler warnings (summarize, don't dump full output)
    • Which tests passed/failed
    • If any test failed, show the relevant failure output
Install via CLI
npx skills add https://github.com/stillwater-sc/mpadao-template --skill build-test
Repository Details
star Stars 1
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
stillwater-sc
stillwater-sc Explore all skills →