• Will Chen's avatar
    Fix pr-push skill stopping after lint by inlining commands (#2311) · 19496416
    Will Chen 提交于
    ## 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: 's avatarClaude Opus 4.5 <noreply@anthropic.com>
    19496416
名称
最后提交
最后更新
..
commands/dyad 正在载入提交数据...
hooks 正在载入提交数据...
skills/multi-pr-review 正在载入提交数据...
settings.json 正在载入提交数据...