sumi-docs: Skill for Codex

.agents/skills/sumi-docs-pr/SKILL.md

sumi-docs-pr is a skill for Codex from starSumi/sumi-docs. It costs 57 tokens per session (586 once invoked), scanned A, a copy of sumi-docs-pr, MIT.

A guide for preparing and checking a Sumi Docs pull request, the proposed set of repository changes reviewed before merging.

In plain words
What is it for?
Use it to inspect a branch and diff, classify the change, decide whether an issue or architecture record is required, and draft the pull request title and description.
Why use it?
It helps decide what record or review is needed for each change and keeps public contracts, architecture decisions, requirements, benchmarks, and security reports documented in the right places.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is starSumi/sumi-docs's own configuration. It tells Codex how to work on sumi-docs itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sumi-docs configures →

Reuse

Borrowing it

Nothing to install: this file belongs to starSumi/sumi-docs. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/starSumi/sumi-docs/main/.agents/skills/sumi-docs-pr/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/starSumi/sumi-docs

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 sumi-docs-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/starsumi/sumi-docs/sumi-docs-pr/github.svg)](https://agentmods.dev/skills/starsumi/sumi-docs/sumi-docs-pr)
Your own site
<a href="https://agentmods.dev/skills/starsumi/sumi-docs/sumi-docs-pr"><img src="https://agentmods.dev/badge/skills/starsumi/sumi-docs/sumi-docs-pr/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 sumi-docs-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/starsumi/sumi-docs/sumi-docs-pr"><img src="https://agentmods.dev/badge/skills/starsumi/sumi-docs/sumi-docs-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 586 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 98% copy Near-identical to another mod 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.00057 $0.00586
Opus 5 $0.00028 $0.00293
Sonnet 5 $0.00011 $0.00117
Haiku 4.5 $0.00006 $0.00059

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

Security

Grade A, and why

sumi-docs-pr 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 12d 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.

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.

Origin

This is a copy

98% identical to sumi-docs-pr — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/sumi-docs-pr/SKILL.md · 59 lines

How it starts

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

Prepare a Sumi Docs Pull Request

Read the root and nearest nested AGENTS.md, CONTRIBUTING.md, and the current pull request template. Inspect live Git status, the diff, and the base branch; preserve unrelated work and never infer a clean tree from an earlier report.

Classify the record before implementation

  • Use a direct pull request for a narrow correction or internal change that preserves public behavior.
  • Open a proposal issue before changing a public contract, architecture, security boundary, production dependency, locale or route model, deployment, or host integration.
  • Update the product requirements document for durable product scope.
  • Record an accepted, durable tradeoff as an ADR in the owning decision directory. Do not use an ADR as a work log.
  • Put executable specifications in schemas, TypeScript types, tool schemas, and conformance tests. Do not maintain a prose duplicate of a machine contract.
  • Add or update a reproducible benchmark when a performance claim or threshold changes; generated benchmark evidence belongs to CI artifacts.
  • Route vulnerabilities through SECURITY.md and a private GitHub advisory. Never open a public CVE placeholder or public vulnerability issue.

Verify the net change

Map changed paths to their owning workspace. Run the smallest relevant red test first, then the owning package checks. Before declaring the branch ready, run from the repository root:

pnpm run verify
pnpm run verify:integration

For content changes, require both locales, the reviewed content catalog, fresh translation-pair records after human semantic review, and a Web-to-MCP URL round trip. For a public contract change, update active documentation, examples, tests, and the changelog together. After the initial 0.1.0 npm bootstrap, add a changeset for every public package whose published behavior changes. Do not use changeset publish; package promotion remains bound to the accepted candidate tarballs. Report every failed or skipped gate.

Read the full file on GitHub · 59 lines

Files

What ships with it

1 file 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. 12d ago First seen · 59 lines · 57 tokens per session scan A 94f74a5ee0fc

Subscribe to this mod's changes

sumi-docs-pr is a skill published in the GitHub repository starSumi/sumi-docs (1 stars, last pushed 3d ago), licensed MIT. It adds 57 tokens to every session and 586 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to sumi-docs-pr, differing in 6 lines, and is treated as a copy.

Related

Other skills, from other repositories

writing-emdash-docs

Write, revise, and review EmDash documentation for technical accuracy, useful structure, house style, and natural prose. Use when working on user documentation, guides, API reference pages, migration or upgrade guides, READMEs, contributor documentation, technical specifications, or release notes in the EmDash…

emdash-cms/emdash · 85 tokens

triage-contributor-pr

Triage open pull requests from external contributors to prisma/prisma and produce a per-PR verdict with evidence. Use when a maintainer asks to triage, evaluate, assess, or review the queue of incoming contributor PRs, to decide whether a fork PR is safe to run CI on, to check whether a PR is in scope for its version…

prisma/orm · 131 tokens

review-implement-phase

Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the review-framework workflow.

prisma/orm · 38 tokens

review-triage-phase

Produces canonical review actions from fetched review state and renders action markdown. Use when the user wants only triage/action-planning for the review-framework workflow.

prisma/orm · 36 tokens

update-pr

Update the pull request for the current session. Use when the user wants to push new changes to an existing PR.

microsoft/vscode · 26 tokens

review

Review one pull request for real bugs, regressions, and convention violations. Enumerate candidate issues across the whole diff, verify each against the code, then return structured line-anchored findings and a verdict. Read-only on GitHub; the orchestrator posts the review.

emdash-cms/emdash · 57 tokens