commit-pr-convention

commit-pr-convention is a skill for Claude Code, Codex from MichaelYcJo/SpecSeal. It costs 109 tokens per session (2,398 once invoked), scanned A, original, MIT.

Format rules for commit messages, PR titles, PR bodies and branch names — the prefix vocabulary, the language the repository states in seal/config.md, where a translated body lives, and how to check a title against the repository's own history. Use when: writing a commit message, opening a pull request, naming a…

Skill for Claude CodeCodex

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 skills/michaelycjo/specseal/commit-pr-convention
Any agent
npx skills add MichaelYcJo/SpecSeal --skill commit-pr-convention
Clone the repo
git clone --depth 1 https://github.com/MichaelYcJo/SpecSeal

Made for: Claude Code, 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 commit-pr-convention

README.md
[![agentmods](https://agentmods.dev/badge/skills/michaelycjo/specseal/commit-pr-convention.svg)](https://agentmods.dev/skills/michaelycjo/specseal/commit-pr-convention)
Your own site
<a href="https://agentmods.dev/skills/michaelycjo/specseal/commit-pr-convention"><img src="https://agentmods.dev/badge/skills/michaelycjo/specseal/commit-pr-convention.svg" alt="Measured on agentmods" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00109 $0.02398
Opus 5 $0.00055 $0.01199
Sonnet 5 $0.00022 $0.00480
Haiku 4.5 $0.00011 $0.00240

Measured today against content hash 0dd8d7303b09, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit-pr-convention 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 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.

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/commit-pr-convention/SKILL.md · 217 lines

How it starts

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

commit-pr-convention — commit, PR and branch format

writing-style declares NOT for: … branch/commit format and hands the question here. This is where it lands.

The split is worth stating once, because both skills are about writing. writing-style governs what a PR body says and how it is built. This one governs the envelope: the prefix, the title's shape, the branch name, and where a translation lives. A body can satisfy one and violate the other.

First — check your title against the history

gh pr list --state all --limit 10

The history is the rule even where no document states it. Everything below was read off a repository's log, and repositories differ. When your title does not look like the ones in that list, yours is the one that is wrong.

This step is first because the failure happens here. In one session the prefix rule and the language rule were each broken once, and both times the list was already on screen. Having run the command is not the same act as comparing your own title to what it returned. Do the comparison out loud, in one line, before you open anything.

An empty list is an answer, not a blocker. A repository with no pull requests yet has no history to outrank anything, so the table in the next section is what you use, unchanged, and the first title you write becomes the history the next one is compared against.

The language is the repository's, and it says so in a file

Read config.md in the root before writing any of the five things below. The root is <repo>/seal/ where that directory exists and $(git rev-parse --git-common-dir)/seal/ otherwise, which is where local mode keeps it — resolve it that way rather than spelling the first place and stopping.

| Item | Value |
|---|---|
| Commit and pull request language | Korean |

That row governs the commit subject and body, the pull request title and body — all four, because a squash makes them one text — and the review report posted as a pull-request comment, which is prose for whoever opens that pull request.

Read the full file on GitHub · 217 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 First seen · 217 lines · 109 tokens per session scan A 0dd8d7303b09

Subscribe to this mod's changes

commit-pr-convention is a skill published in the GitHub repository MichaelYcJo/SpecSeal (1 stars, last pushed today), licensed MIT. It adds 109 tokens to every session and 2,398 once invoked, about $0.0005 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-09-04.

Related

Other skills, from other repositories

planning-with-files-ar

تخطيط مستمر قائم على الملفات لعمل وكلاء الذكاء الاصطناعي متعدد الخطوات. يحتفظ بملفات taskplan.md و findings.md و progress.md على القرص، وتحقن خطافات دورة الحياة سياق التخطيط المحدد للمشروع. تقرأ الاستعادة التلقائية ملفات تخطيط المشروع فقط. يمكن للأمر الصريح session-catchup.py --metadata فحص بيانات وصفية لجلسات الوكيل…

OthmanAdi/planning-with-files · 189 tokens

kl-consistency-test

Write, calibrate, and debug the prefill-vs-decode logprob (KL) consistency tests in sglang -- the two independent conditions a zero requires (every operator batch-invariant, and the two paths computing the same function), which helper separates them, how to pick a threshold once they hold, and how to localize a…

sgl-project/sglang · 108 tokens

i18n-localization

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

vudovn/ag-kit · 27 tokens

baoyu-youtube-transcript

Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…

JimLiu/baoyu-skills · 107 tokens

switchyard-rust-review

Review Switchyard Rust changes for correctness and maintainability. Use for pull requests or diffs touching crates, PyO3 bindings, async runtime behavior, streaming, protocol types, translation, algorithms, or LLM clients.

NVIDIA-NeMo/Switchyard · 50 tokens

seedance-vocab-ja

This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.

Emily2040/seedance-2.0 · 50 tokens