Skip to main content

build-test

Build the MPADAO project and run tests, reporting results concisely

Jump to install

Source facts

Repository
stillwater-sc/mpadao-template
Last source activity
March 8, 2026 at 01:59
Detected SKILL.md language
English
Stars
1
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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
View on GitHub