AgentSkillsCN

build-for-testing

为项目做好测试准备。

SKILL.md
--- frontmatter
name: build-for-testing
description: Build the project for testing

Build for testing

Run make build-for-testing from the project root.

This differs from /build (make build) in that it also compiles all test targets, ensuring they build cleanly before running tests. Both use warnings-as-errors.

If the build fails, review the output for error details.