Home / lamngockhuong / aiteamkit · skills/git/SKILL.md · GitHub

git skillA

git is agent-read markdown (skill) from lamngockhuong/aiteamkit: Carry a finished piece of work into version control: read what changed, stage it after scanning for anything that must never be committed, split it into commits that can be reverted one at a time, branch and push on consent, open the pull request with the artifact as its body, and merge only when a person asks for that merge and the pull request is ready. Also repairs a branch, through rebase, conflict resolution and fixup, and drives stacked pull requests. Use after a skill or a person has fini.

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

# Version Control (`atk:git`)

Carries finished work into the repository and no further. This skill is the one road to a commit in
`atk`: the skills that change code and the skills that write a document both hand off here, so a
team gets the same branch rule, the same secret scan, and the same consent line whichever one they
ran.

`shared/finalize-steps.md` is the contract and this skill is its implementation. Where the two
disagree, the contract wins and the disagreement is a defect here.

## Scope

Handles: reading the working tree and the branch it sits on, in every repository the project holds;
staging with a scan for credentials and
private data; splitting a change into commits that revert independently; branching and committing to
the project's own convention; pushing, opening a pull request, and linking the ticket, each on
consent; merging a pull request a person has asked to merge and that passes the readiness gate; and
repairing a branch through rebase, conflict resolution, fixup, and the stacked pull request
lifecycle.

Does NOT handle: deciding whether the work is finished, which belongs to the skill or the person that
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/git@git:20260922.2c10be8
Exact content
mdr add lamngockhuong/aiteamkit/git@sha256:ca1214d0ee0ad7a8

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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ufoqpqjbwx7fldsl.svg)](https://markdownregistry.com/a/art_ufoqpqjbwx7fldsl)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.2c10be8 latest2026-09-22 2c10be8 15,462 BA view · diff
git:20260922.3896e1f2026-09-22 3896e1f 12,453 BA view · diff
git:20260922.c7615a52026-09-22 c7615a5 10,864 BA view · diff
git:20260921.446b0ee2026-09-21 446b0ee 10,120 BA view · diff
git:20260920.81e00532026-09-20 81e0053 9,842 BA view · diff
git:20260920.17ad6a92026-09-20 17ad6a9 9,260 BA view · diff
git:20260920.59bd0d82026-09-20 59bd0d8 8,909 BA view · diff
git:20260920.d282a912026-09-20 d282a91 8,650 BA view

Audit of the latest version

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 (15462 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

lamngockhuong/aiteamkit · 5 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ufoqpqjbwx7fldsl
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/git
GET https://markdownregistry.com/api/v1/blob/ca1214d0ee0ad7a8768e79703aecdbd24023b5b822db88fd4e92a24d71b00a4e

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.

More from lamngockhuong/aiteamkit

CLAUDE.md claude
lamngockhuong/aiteamkit · CLAUDE.md
git:20260924.59d6cfa · audit A · 5 stars
breakdown skill
lamngockhuong/aiteamkit · skills/breakdown/SKILL.md · Break an epic or a design document into owned, sequenced tasks: one deliverable each, an owner, a dependency order, the…
git:20260922.c7615a5 · audit A · 5 stars
catchup skill
lamngockhuong/aiteamkit · skills/catchup/SKILL.md · Summarise an epic or a pull request for someone who was not in the conversation that produced it: what the work is and…
git:20260921.7fc6a05 · audit A · 5 stars
convention skill
lamngockhuong/aiteamkit · skills/convention/SKILL.md · Extract, record, and enforce the coding conventions a team actually follows: branch and commit rules, naming, layering…
git:20260923.3195eb0 · audit A · 5 stars
design-doc skill
lamngockhuong/aiteamkit · skills/design-doc/SKILL.md · Write the technical design document a team reviews before coding, plus the ADR that records the decision behind it…
git:20260924.59d6cfa · audit A · 5 stars
estimate skill
lamngockhuong/aiteamkit · skills/estimate/SKILL.md · Estimate a backlog and fill a sprint against real team capacity: size each item with a stated basis, mark the…
git:20260922.c7615a5 · audit A · 5 stars
fix skill
lamngockhuong/aiteamkit · skills/fix/SKILL.md · Fix a defect the way a team reviewer will accept: capture the failure verbatim, prove the cause before changing a line…
git:20260922.2c10be8 · audit A · 5 stars
handover skill
lamngockhuong/aiteamkit · skills/handover/SKILL.md · Hand work over to another person or team so nothing depends on the leaver's memory: the true state of each item…
git:20260920.d282a91 · audit A · 5 stars
help skill
lamngockhuong/aiteamkit · skills/help/SKILL.md · Answer which atk skill to run. With no argument it reads the state of the project, meaning the profile, the artifacts…
git:20260923.1028253 · audit A · 5 stars
implement skill
lamngockhuong/aiteamkit · skills/implement/SKILL.md · Write the code for a piece of work the way a team will accept it: decide whether the work needs a plan before a line is…
git:20260924.59d6cfa · audit A · 5 stars
incident skill
lamngockhuong/aiteamkit · skills/incident/SKILL.md · Run a production incident and close it properly: a timeline built from evidence, impact and severity, the proven root…
git:20260922.c7615a5 · audit A · 5 stars
init skill
lamngockhuong/aiteamkit · skills/init/SKILL.md · Set up atk in a project: read the repository to find the build, test, and lint commands, the layer layout, the tracker…
git:20260924.59d6cfa · audit A · 5 stars

Every file in lamngockhuong/aiteamkit

Other files named git

git skill
bug-ops/zeph · .zeph/skills/git/SKILL.md · Run git version control commands for repository management. Use when the user asks to check status, view history or…
v1.0 · audit A · 60 stars
git skill
vanducng/skills · skills/git/SKILL.md · Granular git operations with conventional commits - stage, commit, push, PR, merge. Auto-splits commits by type/scope…
v1.1.1 · audit A · 8 stars
git skill
sherifabdlnaby/skills · skills/git/SKILL.md · Load when planning or about to git commit, branch, push, rebase, resolve a merge conflict, open PR, stack PRs (even…
v0.5.0 · audit F · 8 stars
git skill
iuliandita/skills · skills/git/SKILL.md · Manage git commits, branches, conflicts, rebases, PRs/MRs, tags, releases, and GitHub/GitLab/Forgejo/Gitea workflows.
git:20260920.ebf9a3d · audit A · 7 stars

Browse by kind, by grade A, or by owner.