Repo Runner

Safely bootstrap and run any GitHub repository or local project directory: detect the tech stack, run a supply-chain security gate before executing anything, prepare the environment, install dependencies (lockfile-first with China-mirror fallback), start the service, health-check it, and deliver a reproducible run command with troubleshooting notes. Optionally sandbox the run in a hardened Docker container (docker_sandbox.py) and emit a CycloneDX SBOM (sbom.py). Use when the user asks to "run this repo", "clone and run a project", "get this project running", "launch/start this project", "install and run an open-source project", "set up this codebase and start it", "verify this project runs", "make this demo work", or when an unfamiliar codebase must be brought to a running state before modifying, debugging, or evaluating it. 也适用于中文指令:"跑一下这个仓库 / 把这个项目跑起来 / clone 并运行 / 本地启动这个开源项目 / 帮我安装运行这个项目 / 验证这个项目能否运行"。

Jia-ben00 Updated

File contents

Jia-ben00/repo-runner/tree/main/ commit 7e0a7e485c

Frequently asked questions

npx skillmds@latest add jia-ben00/repo-runner