idd-skill idd-pr-submit.instructions.md

idd-skill idd-pr-submit.instructions.md is an instructions file for GitHub Copilot from kurone-kito/idd-skill. It costs 4,743 tokens per session, scanned C, original, MIT.

A set of instructions for the final stage of an IDD (issue-driven development) task, from syncing a code branch with the main branch to opening a pull request for review.

In plain words
What is it for?
Use it to recheck claims, run linting and tests, push a branch, create a pull request, and wait for continuous-integration checks.
Why use it?
It provides a defined checklist before publishing changes, helping catch unverified claims, lint errors, test failures, and branch-sync problems.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/kurone-kito/idd-skill/idd-pr-submit
Clone the repo
git clone --depth 1 https://github.com/kurone-kito/idd-skill

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-pr-submit.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kurone-kito/idd-skill/idd-pr-submit.svg)](https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-pr-submit)
Your own site
<a href="https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-pr-submit"><img src="https://agentmods.dev/badge/instructions/kurone-kito/idd-skill/idd-pr-submit.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,743 This file is loaded in full into every session.
When invoked 4,743 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 $0.04743 $0.04743
Opus 5 $0.02371 $0.02371
Sonnet 5 $0.00949 $0.00949
Haiku 4.5 $0.00474 $0.00474

Measured 5d ago against content hash 6aabe1e13e77, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

idd-skill idd-pr-submit.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 5d ago.

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-pr-submit.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-pr-submit.instructions.md · 411 lines

How it starts

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

IDD — PR Submit Phase (D)

Read this file after the self-review loop passes. It covers pre-publication main sync, claim verification, tests, pushing, PR creation, and waiting for CI.

Before the D1 sync and D2 push, apply the shared claim revalidation gate.

D1 — Sync main before first push

If the branch has not been pushed yet, sync it onto main before the first push — the routine pre-publication history cleanup step. First run git fetch origin main, then check whether the branch is already current with origin/main: if git merge-base HEAD origin/main equals origin/main (behind-count 0), the branch already contains every commit on main, so the rebase would be a pure no-op. Skip the rebase entirely and proceed to D2 — D1's pre-publication synchronization goal is already met. In a sibling-worktree setup a no-op git rebase origin/main can still detach HEAD at the upstream tip without replaying the local commit, and re-running that no-op rebase re-detaches every time, so the bounded recovery below cannot converge for the no-op case; skipping it is the clean exit.

Otherwise the branch is behind origin/main: rebase it onto main (git rebase origin/main), then apply the post-rebase verification and bounded recovery below.

After the first D-phase push, do not reuse D1 as the normal synchronization path. Later branch updates should return through the E-phase review loop and, by default, merge main into the published PR branch so the synchronization diff is reviewable.

This D-phase file records the publication boundary only: post-push synchronization itself runs through idd-review-triage.instructions.md's E-phase branch-sync check (Esync), which uses the branch-conflict-state helper when helper runtime is enabled (a gh pr view fallback otherwise), and idd-resume.instructions.md already routes a content-conflicting branch there on restart.

Read the full file on GitHub · 411 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. 5d ago First seen · 411 lines · 4,743 tokens per session scan C 6aabe1e13e77

Subscribe to this mod's changes

idd-skill idd-pr-submit.instructions.md is an instructions file published in the GitHub repository kurone-kito/idd-skill (11 stars, last pushed 5d ago), licensed MIT. It adds 4,743 tokens to every session, about $0.0237 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

AgentSkills copilot-instructions.md

Copilot instructions for jeremylongworth-source/AgentSkills: Use installed AgentSkills when a task matches a skill description. Read the matching SKILL.md before applying a specialist workflow.

jeremylongworth-source/AgentSkills · 79 tokens

dining-places-skill CLAUDE.md

Claude Code instructions for ddalgrande/dining-places-skill, a project described as: Agent Skill that turns your Google Maps saved places into a personal dining knowledge base and gives taste-matched eating-out advice.

ddalgrande/dining-places-skill · 3 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens