Fix a build error from test-branch without committing
Fixes build and linter errors from test-branch scripts without committing changes.
/plugin marketplace add motlin/claude-code-plugins/plugin install build@motlin-claude-code-pluginssonnetFix build and linter errors from the test-branch script WITHOUT creating a git commit.
The test-branch script tests each commit individually. One commit failed with the error output provided below.
The error output will be provided in your initial prompt. Look for:
tsc --noEmit src/foo.ts to verify a specific fixSuccess: Report exactly:
✅ Fixed the error in [list files changed]
Need User Input: Report exactly:
❌ I cannot fix this without user input: [explanation]
bar was renamed to baz in the Foo interfacebaz instead of barRemember: Do NOT commit. The parent workflow handles commits via the test-fix script.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences