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

fix skillA

fix is agent-read markdown (skill) from lamngockhuong/aiteamkit: Fix a defect the way a team reviewer will accept: capture the failure verbatim, prove the cause before changing a line, check that the current behaviour is not a decision somebody made on purpose, make the smallest change that removes the cause, verify it by layer, stop after three ruled-out hypotheses with a named person rather than guessing, and write the report that shows what was checked and what was not. Use for a bug report, a failing test, a broken endpoint or screen, or an investigation .

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

# Fix a Defect (`atk:fix`)

Proves the cause, then fixes it. In that order, because a change made before the cause is proven is
a guess with a diff attached, and the review that catches it costs more than the investigation would
have.

The other half of the skill is where it stops, and it stops for two different reasons. When the
behaviour being called a bug turns out to be a decision somebody recorded, this skill does not fix
it; it brings the decision back to the person who owns it. And when three hypotheses have been ruled
out and none of them proved the cause, it hands the investigation over by name rather than carrying
on, because what is left at that point is usually somebody's knowledge rather than another search.

## Scope

Handles: capturing the failure, tracing it to the line that produces it, proving the cause, checking
the fix against recorded intent, making the minimal change, verifying by layer, tidying the lines the
fix touched, and writing the report a reviewer can check against the evidence.

Does NOT handle: a production incident in progress, which is `atk:incident` and owns the timeline,
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/fix@git:20260922.2c10be8
Exact content
mdr add lamngockhuong/aiteamkit/fix@sha256:1c345d09ae2f601c

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_ljx6pjfamhoyhvws.svg)](https://markdownregistry.com/a/art_ljx6pjfamhoyhvws)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.2c10be8 latest2026-09-22 2c10be8 12,794 BA view · diff
git:20260922.3896e1f2026-09-22 3896e1f 11,853 BA view · diff
git:20260922.c7615a52026-09-22 c7615a5 11,329 BA view · diff
git:20260922.1b947322026-09-22 1b94732 11,201 BA view · diff
git:20260920.d282a912026-09-20 d282a91 10,755 BA view · diff
git:20260918.73a33f42026-09-18 73a33f4 10,653 BA view · diff
git:20260918.dcc08e92026-09-18 dcc08e9 10,554 BA view · diff
git:20260918.cddb6932026-09-18 cddb693 10,546 BA view · diff
git:20260918.06072512026-09-18 0607251 10,032 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 (12794 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_ljx6pjfamhoyhvws
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/fix
GET https://markdownregistry.com/api/v1/blob/1c345d09ae2f601c643e1682801dbb625996c0c739b6d41cedbf50bfd910d426

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
git skill
lamngockhuong/aiteamkit · skills/git/SKILL.md · Carry a finished piece of work into version control: read what changed, stage it after scanning for anything that must…
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 fix

fix skill
alirezarezvani/claude-skills · .gemini/skills/fix/SKILL.md
git:20260309.8902ba7 · audit C · 26,410 stars
fix skill
swingerman/engineer · engineer/skills/fix/SKILL.md · Use to drive a bug fix from first report through close, with a "why didn't we catch it?" loop at the end. Triggers —…
git:20260903.f661a4f · audit A · 150 stars
fix skill
hainrixz/claude-seo-ai · skills/fix/SKILL.md · Opt-in fixer (the /claude-seo-ai:fix command). Applies the safe, deterministic SEO/AI-search fixes from a persisted…
git:20260906.e1dc45e · audit A · 66 stars
fix skill
borda/ai-rig · plugins/cc_develop/skills/fix/SKILL.md · Reproduce-first bug resolution — capture bug in failing regression test, apply minimal fix, run quality stack and…
git:20260918.666b574 · audit A · 27 stars
fix skill
edvardgrishin27/superstack-plugin · plugins/superstack/skills/fix/SKILL.md · Разобраться, когда человек говорит «что-то сломалось» или «не работает», и назвать конкретное звено системы, а не…
git:20260903.6170a65 · audit A · 17 stars
fix skill
smart-ai-memory/attune-ai · plugin/skills/fix/SKILL.md · Fix Receipts — outcome-first fixing: guided intake picks scope and probes, previews the contract, runs with a verified…
git:20260830.6379226 · audit A · 10 stars
fix skill
smart-ai-memory/attune-ai · .claude/skills/fix/SKILL.md · Fix Receipts — outcome-first fixing: guided intake picks scope and probes, previews the contract, runs with a verified…
git:20260802.f0875f3 · audit A · 10 stars
fix skill
smart-ai-memory/attune-ai · .agents/skills/fix/SKILL.md · Fix Receipts — outcome-first fixing: guided intake picks scope and probes, previews the contract, runs with a verified…
git:20260830.6379226 · audit A · 10 stars

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