wednesday-git

wednesday-git is a skill for Claude Code, Codex from wednesday-solutions/ai-agent-skills. It costs 35 tokens per session (742 once invoked), scanned A, original, MIT.

A Git workflow helper covering branches, commits, and pull requests. Git is the system developers use to track code changes, while a pull request is a proposed change sent for review.

In plain words
What is it for?
Use it to start feature or fix branches, create focused commits, run project checks, and prepare pull requests.
Why use it?
It removes guesswork from the task lifecycle and applies consistent naming, commit, testing, and review checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start feature or fix branches, create focused commits, run project checks, and prepare pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wednesday-solutions/ai-agent-skills/wednesday-git
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 wednesday-solutions/ai-agent-skills --skill wednesday-git
Clone the repo
git clone --depth 1 https://github.com/wednesday-solutions/ai-agent-skills

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 wednesday-git

README.md
[![agentmods](https://agentmods.dev/badge/skills/wednesday-solutions/ai-agent-skills/wednesday-git/github.svg)](https://agentmods.dev/skills/wednesday-solutions/ai-agent-skills/wednesday-git)
Your own site
<a href="https://agentmods.dev/skills/wednesday-solutions/ai-agent-skills/wednesday-git"><img src="https://agentmods.dev/badge/skills/wednesday-solutions/ai-agent-skills/wednesday-git/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 wednesday-git

Your own site · 80×15
<a href="https://agentmods.dev/skills/wednesday-solutions/ai-agent-skills/wednesday-git"><img src="https://agentmods.dev/badge/skills/wednesday-solutions/ai-agent-skills/wednesday-git.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 742 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.00035 $0.00742
Opus 5 $0.00017 $0.00371
Sonnet 5 $0.00007 $0.00148
Haiku 4.5 $0.00003 $0.00074

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

Security

Grade A, and why

wednesday-git 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.

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/wednesday-git/SKILL.md · 70 lines

How it starts

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

Wednesday Git Workflow (GIT-OS)

This skill manages the complete lifecycle of a feature or fix. It ensures that every branch, commit, and PR follows the project's quality and automation standards.

Lifecycle Phases

1. Starting a Task (sprint)

When a dev provides a ticket and wants to start working:

  • Action: Create a branch following the type/name format (e.g., feat/user-auth).
  • Rule: Max 40 characters, kebab-case, no ticket numbers in the branch name.
  • Tool: Bash(git checkout -b <branch_name>)

2. Committing Changes (git-os)

When code is ready for an atomic commit:

  • Format: type(scope?): Description (e.g., feat(auth): Add login endpoint).
  • Types: feat, fix, refactor, perf, docs, style, test, chore.
  • Atomic Rule: One logical change per commit. If you've done multiple things, split them into separate commits.
  • Human-Authored: NEVER include AI attribution or fingerprints.
  • Linting: Before committing, ensure npx --no-install commitlint would pass.

3. Opening a Pull Request (pr-create)

When the task is finished and ready for review:

  • Pre-Push Checklist: Run npm run lint, format:check, test, and build.
  • Validation:
    • Max 6 files per PR: If the PR is larger, suggest splitting it.
    • Conventional Title: Title must match type(scope): Description.
  • Metadata: Extract ticket ID from branch name (e.g., WED-142).
  • PR Description Template:
    ### Ticket Link
    ---
    ### Description
    ---
    ### Steps to Test
    ---
    ### GIFs (if applicable)
    ---
    
  • Push & Create:
    1. Bash(git push origin <branch>)
    2. Bash(gh pr create --title "<title>" --body "<body>") using the template above.

🚫 Never

  • Direct Commits: Never commit directly to main or develop.
  • Dirty History: Never bundle multiple concerns into one commit.
  • Skip Checks: Never open a PR without running the full pre-push checklist.
  • AI Fingerprints: Never use "AI-generated" descriptions or co-author tags.

Read the full file on GitHub · 70 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. 11d ago First seen · 70 lines · 0 tokens per session scan A 4639e3b341f3

Subscribe to this mod's changes

wednesday-git is a skill published in the GitHub repository wednesday-solutions/ai-agent-skills (168 stars, last pushed 3mo ago), licensed MIT. It adds 35 tokens to every session and 742 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-30.

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, splitting uncommitted work in a messy working tree into clean atomic commits, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple…

addyosmani/agent-skills · 89 tokens

work-unit-commits

Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.

Gentleman-Programming/gentle-ai · 33 tokens

close-task-commit-push-pr

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 64 tokens

git-commit

Git commit message generator that creates conventional commit messages based on code changes.

JackyST0/awesome-agent-skills · 18 tokens

memorix-git-memory

Use when the task depends on commit history, what changed, when a fix shipped, or linking engineering evidence to reasoning memory.

AVIDS2/memorix · 31 tokens

version-control

Manage Git repositories and collaborative workflows — branching strategies, commit hygiene, conflict resolution, pull requests, hooks, and .gitignore management. Use when the user requests version control or provides relevant inputs for this workflow.

seb1n/awesome-ai-agent-skills · 45 tokens