idd-skill idd-advisory-wait.instructions.md

idd-skill idd-advisory-wait.instructions.md is an instructions file for GitHub Copilot from kurone-kito/idd-skill. It costs 6,308 tokens per session, scanned C, original, MIT.

A review-waiting procedure for pull requests, which are proposed code changes, when GitHub Copilot is expected to provide an advisory review.

In plain words
What is it for?
Use it in review, pre-merge, and merge workflows to wait until Copilot has reviewed the exact commit being merged. Other review bots use separate snapshot and watermark checks instead of this waiting window.
Why use it?
It avoids treating a pull request as ready too early, before Copilot has reviewed the current version of the code.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is node scripts/advisory-wait-state.mjs \.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for idd-skill idd-advisory-wait.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kurone-kito/idd-skill/idd-advisory-wait.svg)](https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-advisory-wait)
Your own site
<a href="https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-advisory-wait"><img src="https://agentmods.dev/badge/instructions/kurone-kito/idd-skill/idd-advisory-wait.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,308 This file is loaded in full into every session.
When invoked 6,308 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.06308 $0.06308
Opus 5 $0.03154 $0.03154
Sonnet 5 $0.01262 $0.01262
Haiku 4.5 $0.00631 $0.00631

Measured today against content hash 1fe81313c90c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

idd-skill idd-advisory-wait.instructions.md scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- idd-generated-from: idd-template/.github/instructions/idd-advisory-wait.instructions.md Generated by sync-docs. Edit the source above, then run `node scripts/sync-docs.mjs --apply`; do not edit this file. -->
.github/instructions/idd-advisory-wait.instructions.md · 478 lines

How it starts

The opening of the file, as written. The whole thing — 478 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IDD — Copilot Advisory-Wait Protocol

Shared advisory-wait protocol used by E14 (idd-review-fix.instructions.md), F2 (idd-pre-merge.instructions.md), and F3 (idd-merge.instructions.md). Policy constants (cap/windows) are named in docs/policy-constants.md; this file owns behavior; advisoryWait.exemptBotAuthoredPrs is convergence-only.

Scope — Copilot-only settle/wait window

This protocol's settle/wait window covers Copilot only. Other advisoryBotLogins (e.g. CodeRabbit) get no wait window here — deliberately (external-bot profile in docs/idd-review-policy-profiles.md swaps the single bot instead of gating every configured one).

For non-Copilot bots, the load-bearing safety net for late-arriving findings is the E1 activity-universe snapshot + review-watermark delta (idd-review-snapshot.instructions.md), re-checked by the F2/F3 merge-readiness gate (idd-pre-merge.instructions.md), which forbids a bare CI-green merge without a fresh covering snapshot.

Fast path — common case

The advisory bot usually reviews current HEAD within minutes, reducing the gate to one check: poll LAST_COPILOT_COMMIT; once it equals PR_HEAD_SHA, the gate is SATISFIED — skip the AW2-AW5 machinery and take the caller's SATISFIED action (E14 → E15, F2 → CI check, F3 → merge; common to both the canonical path and shell-fallback AW3 row one). Enter the full protocol below only when LAST_COPILOT_COMMIT != PR_HEAD_SHA.

Keep the wait cheap per the wake-up discipline: one wake at the expected completion, or background only if the topology-safety condition holds; otherwise wait synchronously. No gh command blocks on Copilot review state — run the protocol (helper-first, AW1-AW5 fallback) in the foreground, never run_in_background without that condition. Batch post-wait actions into one turn.

Read the full file on GitHub · 478 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +62 lines · +1,010 tokens per session 1fe81313c90c
  2. 6d ago First seen · 416 lines · 5,298 tokens per session scan C 34ddf60ad748

Subscribe to this mod's changes

idd-skill idd-advisory-wait.instructions.md is an instructions file published in the GitHub repository kurone-kito/idd-skill (11 stars, last pushed yesterday), licensed MIT. It adds 6,308 tokens to every session, about $0.0315 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

GRC-Mapping-Analyst GEMINI.md

Gemini CLI instructions for austinsonger/GRC-Mapping-Analyst, covering strm mapping — gemini cli context, purpose of this repository, when to perform strm mapping, working directory and saving completed mappings.

austinsonger/GRC-Mapping-Analyst · 2,025 tokens

GRC-Mapping-Analyst AGENTS.md

AGENTS.md instructions for austinsonger/GRC-Mapping-Analyst, covering strm mapping — agent instructions, repository purpose, project constraints (apply to all work), activating the strm skill (codex) and strm methodology quick reference.

austinsonger/GRC-Mapping-Analyst · 1,143 tokens

GRC-Mapping-Analyst copilot-instructions.md

Copilot instructions for austinsonger/GRC-Mapping-Analyst, covering github copilot instructions — strm mapping repository, core concepts, output files, file naming convention and strength score formula.

austinsonger/GRC-Mapping-Analyst · 932 tokens

supergraph AGENTS.md

AGENTS.md instructions for datit309/supergraph, covering supergraph — mandatory workflows, skills, auto language detection, tiered workflow — pick the right tier first and full pipeline (tier 3).

datit309/supergraph · 1,744 tokens

mobile-ai-agents CLAUDE.md

Claude Code instructions for salmanashraf/mobile-ai-agents, covering claude.md — mobile ai agents, what this repo is, quick start, install everything and install by platform.

salmanashraf/mobile-ai-agents · 2,315 tokens

MemoryCustodian GEMINI.md

Gemini CLI instructions for waittim/MemoryCustodian, covering agent instructions, memorycustodian and development.

waittim/MemoryCustodian · 240 tokens