Execute build prompt for feature
buildcommandsetup L1★0
bossjones/screencropnet_yolov11 ↗What it does
Execute build and run validators on Python code
Best for
Building Python features with automatic type and style validation as a Stop hook.
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
Requires
- · uv (python package manager)
- · typer (type validator)
- · ruff (linter)
- · hooks (Stop event listeners)
Preconditions
uv and validators installed; codebase is compilable
Failure modes
- · Type validator fails; code has unannotated functions
- · Ruff linting fails; code violates style
- · User prompt is vague or incomplete
Trust signals
- · Hooks run on Stop event (automatic, no manual validation step)
- · Two independent validators (type + lint) enforce quality
- · User prompt is primary spec, not assumptions