Skip to main content

monitor

Run a bounded, self-checking polling loop (sleep -> check -> decide, repeat) WITHOUT ENDING THE TURN, so the turn only ends when the watched thing is done, has failed, or genuinely needs the user's attention -- which is what makes Amplifier's end-of-turn notification fire correctly and honestly. Primarily invoked explicitly via `/monitor <thing to watch>`, e.g. `/monitor the CI run for PR 412, check every 2m, stop after 1h`. May also be self-invoked (not via slash command) in the rare case you are about to tell the user "I'll keep working and let you know" for something with a genuinely checkable, bounded condition -- see the self-invocation guard below before doing that.

跳到安装

来源信息

仓库
microsoft/amplifier-bundle-skills
最近来源活动
2026年7月28日 18:56
检测到的 SKILL.md 语言
英语
星标
12
分支
10

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。