AgentSkillsCN

build

使用CMake(通过scripts/build.sh脚本)构建此仓库。当被要求构建、编译或排查构建失败问题时,请优先使用该方法。

SKILL.md
--- frontmatter
name: build
description: Builds this repository using CMake (via scripts/build.sh). Use when asked to build, compile, or troubleshoot build failures.
compatibility: Requires bash, cmake, and a C++ toolchain.
metadata:
  category: build-and-ci
  owner: p3nGu1nZz
  version: "0.1"
  tags: "build cmake compile"

Skill: build

What this skill does

Builds ReviewCat using the repo's canonical build script.

How to use

  • Default build (Debug): run ./scripts/build.sh
  • Release build: run ./scripts/build.sh --config Release

Outputs

  • Build directory: build/ (or $REVIEWCAT_BUILD_DIR)
  • Binary: build/reviewcat

Related

  • docs/specs/dev/components/RepoScaffold.md