Home / microsoft / amplifier-bundle-skills · skills/monitor/SKILL.md · GitHub

monitor skillA

monitor is agent-read markdown (skill) from microsoft/amplifier-bundle-skills: Run a bounded, self-checking polling loop (sleep -> check -> decide, repeat) WITHOUT ENDING THE TURN. The turn ends only 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 in the rare case you are about to tell the user "I.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Monitor

You invoked (or are about to invoke) a bounded polling loop for: **$ARGUMENTS**

The entire point of this skill is that your TURN does not end until one of three
outcomes is reached. Ending the turn with "I'll check and let you know" instead
of actually running this loop is exactly the failure this skill exists to prevent.
Do not do that.

## Self-invocation guard (only relevant if you were NOT explicitly told `/monitor`)

Only start this loop on your own initiative if ALL of the following hold:
1. You were about to say something like "I'll keep an eye on it / let you know
   when it's done" -- i.e. you were about to make a promise you have no other
   way to keep once this turn ends.
2. The condition is concrete and checkable right now (a command, URL, log line,
   process, CI status) -- not vague ("I'll think about it more").
3. The user asked for ongoing follow-up, not a single point-in-time answer.

If any of those don't hold: do a single check and stop, or ask the user what
"done" means. Don't silently start a multi-hour loop nobody asked for -- that
burns the user's time and locks out their session just as much as no follow-up
would have, just less visibly.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add microsoft/amplifier-bundle-skills/monitor@v1.0.0
Exact content
mdr add microsoft/amplifier-bundle-skills/monitor@sha256:666333de400072fc

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_aaembpdzapdpyhcq.svg)](https://markdownregistry.com/a/art_aaembpdzapdpyhcq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-08-30 e465f5e 13,678 BA view · diff
v1.0.02026-07-28 b334c9d 13,578 BA view · diff
v1.0.02026-07-28 e5a837e 12,056 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (13678 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

microsoft/amplifier-bundle-skills · 12 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_aaembpdzapdpyhcq
GET https://markdownregistry.com/api/v1/resolve?ref=microsoft/amplifier-bundle-skills/monitor
GET https://markdownregistry.com/api/v1/blob/666333de400072fce6135bb34ac7d5f8ec1d6f13be2874987e6e3fda19fb715f

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from microsoft/amplifier-bundle-skills

amplifier-philosophy skill
microsoft/amplifier-bundle-skills · modules/tool-skills/tests/fixtures/skills/amplifier-philosophy/SKILL.md · Amplifier design philosophy using Linux kernel metaphor. Covers mechanism vs policy, module architecture, event-driven…
v1.0.0 · audit A · 12 stars
module-development skill
microsoft/amplifier-bundle-skills · modules/tool-skills/tests/fixtures/skills/module-development/SKILL.md · Guide for creating new Amplifier modules including protocol implementation, entry points, mount functions, and testing…
v1.0.0 · audit A · 12 stars
python-standards skill
microsoft/amplifier-bundle-skills · modules/tool-skills/tests/fixtures/skills/python-standards/SKILL.md · Python coding standards for Amplifier including type hints, async patterns, error handling, and formatting. Use when…
v1.0.0 · audit A · 12 stars
adapt-skill skill
microsoft/amplifier-bundle-skills · skills/adapt-skill/SKILL.md · Adapt a skill written for another AI assistant (OpenAI Codex, ChatGPT, Claude Code, Cursor) into a proper Amplifier…
git:20260920.85bc17a · audit A · 12 stars
bet-sizer skill
microsoft/amplifier-bundle-skills · skills/bet-sizer/SKILL.md · Delivery-risk reviewer that sizes a plan's investment against the team's real confidence it will land. Voice of a…
v1.0.0 · audit A · 12 stars
code-review skill
microsoft/amplifier-bundle-skills · skills/code-review/SKILL.md · Review changed code for reuse, quality, and efficiency, then fix any issues found.
git:20260321.8a40297 · audit A · 12 stars
council-here skill
microsoft/amplifier-bundle-skills · skills/council-here/SKILL.md · Convene the persona panel on the CURRENT conversation — the plan, design, or decision built in this session. The INLINE…
git:20260830.e465f5e · audit A · 12 stars
council skill
microsoft/amplifier-bundle-skills · skills/council/SKILL.md · Convene the persona panel — six orthogonal review lenses — on a target. Cold independent fan-out, debate-to-consensus…
git:20260830.e465f5e · audit A · 12 stars
councilify skill
microsoft/amplifier-bundle-skills · skills/councilify/SKILL.md · Build a NEW complete "council" for a domain — a panel of orthogonal review lenses that fan out cold, debate to…
git:20260919.57f082c · audit A · 12 stars
cranky-old-sam skill
microsoft/amplifier-bundle-skills · skills/cranky-old-sam/SKILL.md · Simplicity-obsessed reviewer that interrogates complexity and insists on the minimal viable design. Voice of a senior…
v1.0.1 · audit A · 12 stars
create-demo-video skill
microsoft/amplifier-bundle-skills · skills/create-demo-video/SKILL.md · Produce a narrated demo video that shows something the user made or built, cut from recordings they supply or…
git:20260923.402ee0d · audit A · 12 stars
crusty-old-engineer skill
microsoft/amplifier-bundle-skills · skills/crusty-old-engineer/SKILL.md · Curmudgeonly engineering advisor: grounded skepticism and evidence-linked judgment on architecture, legacy refactors…
v1.0.1 · audit A · 12 stars

Every file in microsoft/amplifier-bundle-skills

Other files named monitor

monitor skill
compforge/devloop · devloop/skills/monitor/SKILL.md · Reconcile local branches and worktrees with GitHub/GitLab PR/MR state, report lifecycle changes, or configure Codex…
git:20260903.89ec5e1 · audit A · 4 stars

Browse by kind, by grade A, or by owner.