igapyon-miku-scm

igapyon-miku-scm is a skill for Codex from igapyon/igapyon-agent-skills. It costs 203 tokens per session (2,752 once invoked), scanned A, original, Apache-2.0.

A Git and GitHub maintenance workflow for the miku-soft process. It covers repository changes, pull requests, releases, issues, backups, and version checks when explicitly requested.

In plain words
What is it for?
Use it to inspect or maintain a repository, prepare or apply pull request and release work, manage issues, recommit changes, and run version or publication audits.
Why use it?
It gives these source-control tasks a documented, repeatable process with read-only checks, preparation steps, and controlled changes. With no specific task, it only waits for instructions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect or maintain a repository, prepare or apply pull request and release work, manage issues, recommit changes, and run version or publication audits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/igapyon/igapyon-agent-skills/igapyon-miku-scm
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.

Any agent
npx skills add igapyon/igapyon-agent-skills --skill igapyon-miku-scm
Clone the repo
git clone --depth 1 https://github.com/igapyon/igapyon-agent-skills

Made for: Codex.

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 igapyon-miku-scm

README.md
[![agentmods](https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-miku-scm/github.svg)](https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-miku-scm)
Your own site
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-miku-scm"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-miku-scm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for igapyon-miku-scm

Your own site · 80×15
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-miku-scm"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-miku-scm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 203 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,752 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00203 $0.02752
Opus 5 $0.00102 $0.01376
Sonnet 5 $0.00041 $0.00550
Haiku 4.5 $0.00020 $0.00275

Measured 11d ago against content hash 7490b8fc3cf6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

igapyon-miku-scm scanned grade A with 0 findings 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 11d ago.

The scan reads SKILL.md. This mod also ships 17 executable files (scripts/github-issue-close.mjs, scripts/github-issue-comment.mjs, scripts/github-issue-create.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/igapyon-miku-scm/SKILL.md · 191 lines

How it starts

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

igapyon-miku-scm

Run documented miku-soft source-control workflows with a small runtime context. Detailed policy remains under references/ for design, maintenance, legacy operations, and exceptions; migrated workflows execute through the fixed runner.

Current Scope

Support repository status and maintenance; PR, Release, About, and Issue work; recommit, publication, backup, and post-merge work; version and release audits; and deterministic READONLY, preflight, and apply workflows.

Activation-Only Fast Path

If no concrete SCM task is given, acknowledge activation and ask what is wanted. Do not inspect the repository or load detailed references yet.

Runtime Kernel

  1. Identify the exact repository and classify the request with scripts/miku-scm-workflow-manifest.mjs.
  2. For an ID in that manifest, invoke scripts/miku-scm-run.mjs directly with that ID and fixed options. Resolve that runner path relative to the directory containing this SKILL.md; never derive it from the target repository name or --repo, which identifies only the workflow target. Do not read its detailed Markdown during normal execution. Prefer human output for a mechanical workflow when no structured field is needed for a subsequent step. Because --format is a runner-global option, always place it before the workflow ID: node <skill-root>/scripts/miku-scm-run.mjs --format human <workflow-id> [workflow options]. Never place --format after the workflow ID. Return the runner's human_output unchanged instead of paraphrasing it.
  3. Treat a bare recommit request as the PR Soft Reset Recommit workflow with an implicit PR-writing request. The user does not need to say PR separately. Resolve the base first and draft from exactly <base>..HEAD. If no matching saved PR draft exists, collect writing.pr.prepare evidence, draft and save the PR text, then continue to pr.recommit.preflight. For an ordinary PR request without an explicit target, prefer the complete branch range when the branch is two or more commits ahead of its resolved base; keep a one-commit branch as a single-commit PR. Explicit commits and ranges always win. This routing authorizes preparation only; preserve the explicit approval gate before the local history rewrite. Treat exact pr recommit push as the separate remote workflow. First run one READONLY pr.recommit.preflight. If it has any blocker other than PR draft is unresolved or missing, return that fixed stop without drafting or mutation. If it has a matching draft and no blocker, invoke pr.recommit.push --base <resolved-base> --pr-draft <resolved-draft> --apply once. If the missing draft is its only blocker, run writing.pr.prepare --target <resolved-base>..HEAD once, draft once from that evidence, save it at the returned suggested_draft_path, then invoke the same fixed push workflow with that exact base and saved draft in the same user turn. The runner never invents PR prose; this Skill-only writing fallback supplies the reviewed artifact it requires. Its exact push token authorizes this bounded draft preparation and the fixed recommit-and-publication transition. Do not route bare recommit or pr recommit to it. Route exact miku-scm git add commit to work.commit --apply. When the current user request or current TODO heading identifies the work, pass that concise one-line title with --message; do not use the generic fallback. Omit --message only when no concrete title is available, or for a version-only change so the runner selects its deterministic version title. Then let the fixed runner stage all ordinary non-ignored changes, check, and commit without returning between successful steps. Do not reconstruct that Git command sequence.
  4. For a current Issue status, backlog, or progress request, invoke github.issue.read --list once with its default Open state. Do not add a second --state all read merely to calculate an Open/Closed breakdown. Use --state closed or --state all only when the user explicitly needs closed or historical Issues, completion metrics, or comparison with a closed Issue.
  5. Never issue gh directly. GitHub CLI access is allowed only inside the fixed bundled helpers. If no fixed helper or anonymous REST route exists, stop instead of inventing a command.
  6. A READONLY result or preflight does not authorize mutation. Local rewrite, tracked-content change, remote mutation, deletion, tag change, Release publication, and version change each require the matching explicit request and workflow gate. Approval never transfers between workflows.
  7. Before tracked-content mutation or an ordinary commit, inspect the current branch and worktree. Do not mutate a -done branch. Preserve unrelated changes. Operational drafts and workflows with their own branch checks keep those documented rules.
  8. A standalone apply must consume the unchanged reviewed artifact and expected digest when its workflow defines one. In an exact ordered batch, a later mutation for the same Issue may use the fixed preflight helper to refresh only the snapshot expectations allowlisted by the batch contract after an earlier approved step succeeds. Its repository, Issue, operation, draft and digest, requested labels, close reason, duplicate target, and workflow contract must remain byte-for-byte equivalent. Never retry an unresolved mutation automatically.
  9. Report inspected, changed, and pending work. Keep tag recommendation separate from tag mutation; normal tag handoff is GitHub's Release UI.
  10. Route an exact miku-scm pending request to github.issue.handoff.list. After a reviewed Issue preflight, an exact miku-scm approve request routes to github.issue.handoff.apply --apply and still requires exactly one pending handoff. The legacy miku-scm 承認 input remains accepted.
  11. When the human supplies either a full handoff ID or the exact 12-character approval suffix shown by the preflight or pending list, route miku-scm approve <selector> to github.issue.handoff.apply --handoff <selector> --apply, or route miku-scm dismiss <selector> to github.issue.handoff.dismiss --handoff <selector> --apply. The fixed helper resolves a suffix only when exactly one pending handoff in the target repository matches it; otherwise it stops. Never choose, invent, or reconstruct a selector or reviewed apply arguments. These exact commands are fast paths and do not require loading detailed references.
  12. Route an exact miku-scm approve batch <selector> <selector> [...] request to github.issue.handoff.batch.apply, repeating --handoff <selector> in the exact human-supplied order and ending with --apply. Require two to twenty selectors that resolve to unique pending handoffs. Never infer membership or order from all, recency, Issue numbers, or prior prose. The fixed workflow validates the complete batch before the first mutation. For later mutations to the same Issue, the fixed workflow runs a handoff-free dependency preflight after each preceding success and accepts only allowlisted snapshot-expectation changes caused by the ordered sequence. Any semantic change, failed refresh, not-applied, conflict, or unresolved result stops every later handoff. Preserve a delegate conflict as a distinct terminal state.

Read the full file on GitHub · 191 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 191 lines · 203 tokens per session scan A 7490b8fc3cf6

Subscribe to this mod's changes

igapyon-miku-scm is a skill published in the GitHub repository igapyon/igapyon-agent-skills (2 stars, last pushed 26d ago), licensed Apache-2.0. It adds 203 tokens to every session and 2,752 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.