build-run

Installation
SKILL.md

Build and Run

When to Use

  • Confirm the codebase compiles, reproduce a runtime issue locally, or validate environment-dependent changes.

Rules

  • Do not use production credentials or external services unless the user provides safe mocks/stubs.
  • Use source setTestEnv.sh for local env needed by tests or the app.
  • Prefer reproducible, minimal commands and capture key output lines.

Commands

Installs
7
Repository
pilinux/gorest
GitHub Stars
502
First Seen
Mar 2, 2026
build-run — pilinux/gorest