| name | quicker-authoring-window-title-branch |
| description | Quicker 窗口标题分支:getWindowTitle + if + windowOperations 最大化或提示。 |
| allowed-tools | docs |
| compatibility | QuickerAgent (on-demand); requires Quicker + QuickerRpc plugin |
窗口标题分支(quicker-authoring-window-title-branch)
父 skill:quicker-authoring · 参考:docs/authoring-references/action-patterns/window-title-branch.md
何时加载
读前台窗口标题,按关键字分支(最大化/提示等)。对标 window-vscode-branch benchmark。
步骤骨架
getWindowTitle foreground → title + handle
sys:if 标题 Contains/IndexOf
- True:
windowOperations show + showCmd: 3;False:提示
硬规则
- 双分支用
sys:if + elseSteps。
- 最大化:
windowOperations type: show,showCmd: 3(非 maximize 枚举)。
- mock:
window-vscode-branch profile。
深度阅读
action-patterns/window-title-branch.md · ui-automation-lite