تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١
forks:٠
updated:١ مارس ٢٠٢٦ في ٢٢:١٦
SKILL.md
Build an individual Swift package for testing
Build an individual Swift package
Build the project
Format code with swiftlint and swiftformat
Lint code with swiftlint and swiftformat
Plan a new feature end-to-end — explore patterns, write user stories with acceptance criteria and TDD specs, adversarial backlog refinement, and auto-execute via parallel subagents
| name | build-for-testing |
| description | Build the project for testing |
Run via a subagent (Task tool, subagent_type: "general-purpose") to keep large logs out of the main context. The subagent should run make build-for-testing from the project root and report back pass/fail with any errors.
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.