commit is agent-read markdown (skill) from suxrobgm/jobpilot: Write a git commit with a one-sentence Conventional Commits subject and no narrative body. Use whenever the user asks to commit, stage and commit, or "save this work"..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Commit
One commit, one sentence. The subject is the whole message unless the _why_ is missing from the diff.
## Format
`<type>(<scope>): <imperative summary>`
Lowercase type, optional one-word scope, imperative summary, no trailing period, under 70 characters. Append `!` before the colon for a breaking change.
| Type | Use for |
| ---------- | -------------------------------------- |
| `feat` | new user-visible capability |
| `fix` | bug fix |
| `docs` | documentation, comments, README |
| `test` | tests only |
| `refactor` | behaviour-preserving restructure |
| `perf` | speed or memory |
| `style` | formatting or lint, no logic change |
| `build` | build scripts, packaging, dependencies |
| `ci` | CI config |
| `chore` | housekeeping that fits nothing above |
| `revert` | reverts a previous commit |
## Rules
1. Say what the change does, not what you did.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
A 17 of 17 checks passed. Deterministic, no model, same answer every run.
pass: Frontmatter block present
pass: Frontmatter declares a name
pass: Frontmatter declares a description
pass: Size between 200 bytes and 200 KB (3774 bytes)
pass: No zero-width or bidi control characters
pass: No instruction hidden inside an HTML comment
pass: No link to an exfiltration or paste host
pass: No credential-shaped string
pass: No instruction to send local credentials anywhere
pass: No text hidden with inline styles
pass: No prompt-injection phrasing
pass: No curl or wget piped into a shell
pass: No recursive delete of root, home or parent
pass: No instruction to read or print local credentials
pass: No base64 blob over 200 characters
pass: No link to a raw IP address
pass: No script tag
Source
GitHub
suxrobgm/jobpilot · 76 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_vbsvjnqqiw3ddzha
GET https://markdownregistry.com/api/v1/resolve?ref=suxrobgm/jobpilot/commit
GET https://markdownregistry.com/api/v1/blob/558a74a40e70ab0518cac0daa0923b8ea5403820b38380e111f4ad7983171282
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
suxrobgm/jobpilot · .claude/skills/add-api-route/SKILL.md · Add a new JobPilot API route or module the standard way - contracts schema, controller, service, response schema…
suxrobgm/jobpilot · .claude/skills/cleanup/SKILL.md · Review and clean up the given file(s)/folder(s)/module(s): rate organization, find dead code, duplication, coupling…
suxrobgm/jobpilot · .claude/skills/db-migrate/SKILL.md · Create and apply a Prisma migration safely against the remote (tunneled) PostgreSQL. Use for schema changes - "create a…
suxrobgm/jobpilot · .claude/skills/knip-cleanup/SKILL.md · Add knip to a TypeScript project and use it to remove dead exports, collapse pass-through barrels, and narrow every…
suxrobgm/jobpilot · .claude/skills/pr-review/SKILL.md · Review a JobPilot pull request on its own branch, resolve merge conflicts with main, remove over-engineering…
suxrobgm/jobpilot · .claude/skills/release/SKILL.md · Bump the unified JobPilot version (host + plugin), update the changelog, commit, and tag a new release
suxrobgm/jobpilot · .claude/skills/restart-terminal/SKILL.md · Rebuild the .NET terminal host, restart it, and wait for /healthz. Use after any C# change under apps/terminal, or when…
suxrobgm/jobpilot · .claude/skills/tanstack-form-composition/SKILL.md · Migrate a React @tanstack/react-form codebase from the prop-drilled `useForm` + erased-form-type pattern to the…
suxrobgm/jobpilot · .claude/skills/teaser-video/SKILL.md · Film, cut, and deliver a short teaser/demo video of any app by driving it with Playwright and editing with ffmpeg -…
suxrobgm/jobpilot · .claude/skills/verify/SKILL.md · Run the full JobPilot CI gate locally - Biome, knip, API + web typechecks, API and contracts tests, and the terminal…
openonion/connectonion · connectonion/useful_skills/commit/SKILL.md · Create git commits with good messages. Use when user says "commit", "create commit", or asks to commit changes.
greenfield-inc/pane · .codex/skills/commit/SKILL.md · Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
greenfield-inc/pane · .claude/skills/commit/SKILL.md · Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
dcouple/pane · .codex/skills/commit/SKILL.md · Selectively stage and commit only the changes related to the current session while leaving unrelated work untouched…
dcouple/pane · .claude/skills/commit/SKILL.md · Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
aiskillstore/marketplace · skills/0xmsc/commit/SKILL.md · Helps write conventional commit messages, create atomic commits, and follow git best practices. Use when the agent…