Fix pr-push skill stopping after lint by inlining commands (#2311)
## Summary
- The pr-push skill was consistently stopping after running lint checks
instead of continuing to push
- Root cause: calling /dyad:lint as a nested skill created a stopping
point when the sub-skill completed
- Fix: inline lint commands directly and add explicit continuation
reminders after steps 2 and 3
## Test plan
- [ ] Run /dyad:pr-push and verify it completes all steps through to
pushing
#skip-bugbot
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Fixes pr-push stopping after lint by inlining lint commands and adding
clear “keep going” reminders, so the flow completes and pushes the
branch.
- **Bug Fixes**
- Inline lint commands: npm run prettier && npm run lint:fix && npm run
ts
- Add explicit continuation notes after steps 2 and 3 to prevent
stopping mid-flow
- Clarify amend step when lint modifies files
<sup>Written for commit 75b8c57147f9ff5d0d7aed9d8e3457baf169cea1.
Summary will update on new commits.</sup>
<!-- End of auto-generated description by cubic. -->
Co-authored-by:
Claude Opus 4.5 <noreply@anthropic.com>
正在显示
请
注册
或者
登录
后发表评论