Skip to main content
Build a project: install dependencies and run tests.

Description

The build-project prompt provides instructions for a standard build workflow: sync files, install dependencies, and run tests.

Parameters

Generated Instructions

When invoked with:
Returns:

Example Usage

Standard Python Project

With Custom Commands

Poetry Project

Implementation Notes

The agent should:
  1. Sync files with rsync:
  2. Check for Python image, import if needed
  3. Install dependencies with run:
  4. Run tests with run:
  5. Report test results (exit code, stdout, stderr)

See Also