Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:1
forks:0
updated:1 de marzo de 2026, 22:16
SKILL.md
| name | build |
| description | Build the project |
Use the Xcode MCP if available, otherwise fall back to Make.
mcp__xcode__XcodeListWindows to get the tabIdentifier for the Popcorn workspace.mcp__xcode__BuildProject with the tabIdentifier.mcp__xcode__GetBuildLog with severity: "error" to see errors.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 from the project root and report back pass/fail with any errors.
Build the project for testing
Build an individual Swift package for testing
Build an individual Swift package
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