examples-run-analysis
Installation
SKILL.md
Examples Run Analysis
Use this skill only to analyze artifacts that already exist after a user has manually invoked an examples Make target. This skill is read-only and analysis-only.
Hard boundary
- Never start, retry, stop, or otherwise execute examples.
- Never invoke an examples Make target or
.github/scripts/run_examples.sh. - Never request elevated execution, alter an environment, remove a pid file, or own or signal a background process.
- Never treat an older completed run as current when the newest run is active, incomplete, or stale.
- If usable results are missing, stale, incomplete, or still running, stop the analysis and ask the user to run the appropriate Make target manually. Give the exact command but do not execute it.
The supported workflow is an explicit manual Make invocation followed by analysis of the generated artifacts.