complete_feature
Run E2E tests, verify the build, merge to main, and clean up the worktree. Blocks if tests or build fail, enforcing quality gates.
Instructions
Completes a feature: runs E2E tests, verifies build, merges to main, cleans up worktree. BLOCKS if tests or build fail. This is the safe way to merge - quality gates cannot be bypassed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip_tests | No | DANGEROUS: Skip tests. Requires explicit confirmation. NOT recommended. | |
| worktree_path | Yes | Path to the worktree to complete | |
| commit_message | No | Custom commit message (optional, auto-generated if not provided) |