commit-worklog-guardrails

commit-worklog-guardrails is a skill for Codex from jukrap/ai-agent-playbook. It costs 36 tokens per session (218 once invoked), scanned A, original, MIT.

A set of rules for safely preparing Git changes, commits, pushes, pull requests, release notes, and worklogs. Git is a version-control system used to track code changes and collaborate with others.

In plain words
What is it for?
It helps stage only task-related files, run project checks, write structured commits, push the intended branch, prepare pull requests, and record important work.
Why use it?
It helps prevent unrelated files from being included, preserves verification evidence, and keeps delivery records consistent.

Skill for Codex

Written for Codex: agents/openai.yaml present.

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/jukrap/ai-agent-playbook/commit-worklog-guardrails
Any agent
npx skills add jukrap/ai-agent-playbook --skill commit-worklog-guardrails
Clone the repo
git clone --depth 1 https://github.com/jukrap/ai-agent-playbook

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 commit-worklog-guardrails

README.md
[![agentmods](https://agentmods.dev/badge/skills/jukrap/ai-agent-playbook/commit-worklog-guardrails.svg)](https://agentmods.dev/skills/jukrap/ai-agent-playbook/commit-worklog-guardrails)
Your own site
<a href="https://agentmods.dev/skills/jukrap/ai-agent-playbook/commit-worklog-guardrails"><img src="https://agentmods.dev/badge/skills/jukrap/ai-agent-playbook/commit-worklog-guardrails.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 218 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00036 $0.00218
Opus 5 $0.00018 $0.00109
Sonnet 5 $0.00007 $0.00044
Haiku 4.5 $0.00004 $0.00022

Measured 6d ago against content hash 3a3ec3b77f04, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

commit-worklog-guardrails 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 6d 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.

skills/git/commit-worklog-guardrails/SKILL.md · 25 lines

What it actually says

Commit Worklog Guardrails

Primary route: delivery/git-worklog-guardrails.

Protect unrelated changes, local-only files, and verification integrity.

Workflow

  1. Check branch, remote, upstream, dirty files, and staged files.
  2. Stage only explicit files related to the task.
  3. Run project-defined verification and report only commands actually executed.
  4. Write structured Conventional Commit messages unless the repo proves another convention.
  5. Suggest a checkpoint commit when a verified logical slice, large diff, many touched files, or mixed concern set would be clearer as a separate commit.
  6. Push only to the intended remote/branch.
  7. Write detailed worklogs for milestones, blockers, large direction changes, or long debugging.

Reference

Read references/git-worklog-checklist.md before committing, pushing, writing PR bodies, or creating worklogs.

Files

What ships with it

2 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. 6d ago First seen · 25 lines · 36 tokens per session scan A 3a3ec3b77f04

Subscribe to this mod's changes

commit-worklog-guardrails is a skill published in the GitHub repository jukrap/ai-agent-playbook (2 stars, last pushed 21d ago), licensed MIT. It adds 36 tokens to every session and 218 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump…

addyosmani/agent-skills · 74 tokens

comet-safe-delivery

在保护无关脏改动、关联 worktree、子模块和用户明确边界的前提下,提交、推送、合并或完成范围明确的 Comet 变更。用户要求提交、推送、合并回目标分支、清理 worktree 或交付已准备好的改动时使用。.

rpamis/comet · 78 tokens

conventional-commits

Enforce, validate, lint, and manage Conventional Commits across git repositories. Generates semantic changelogs and installs git hooks. Use this skill whenever the user mentions commit messages, commit conventions, conventional commits, semantic versioning, changelogs, commit linting, git hooks for commits, or wants…

hankunpeng/skills · 85 tokens

changelog

Use when writing a changelog or release notes. Covers what belongs in one, writing for users rather than for git, semantic versioning, and documenting breaking changes so nobody is surprised.

nimadorostkar/Claude-Skills-collection · 40 tokens

git-workflow

Use for branching, committing, history repair, and release hygiene. Covers atomic commits, rebase versus merge, bisect, reflog recovery, and undoing mistakes safely.

nimadorostkar/Claude-Skills-collection · 39 tokens

mx-pr

Draft a pull request from the feature spec and git log, run an autonomous commit-history cleanup (content check), then publish to GitHub, GitLab, or Bitbucket — or hand off. Use when a feature branch is ready for PR, standalone or from mx-flow. Usage: /mx-pr [name].

maxence2997/mx-harness · 66 tokens