fastapi-self-review skillA
fastapi-self-review is agent-read markdown (skill) from steph-dove/klaussy-agents: Use right before declaring an implementation done — a last-pass review of your OWN uncommitted change against a fixed checklist (reuse, stdlib, comments, dead code, tests, scope). Catches the things that make a diff read as AI-written before a human ever sees it. Reviews the current diff; it does not write new features. Also known as `klaussy-self-review`..
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
Review the change you just made before you call it complete. This is the gate between "I wrote code" and "it's done" — run it on your own diff and fix what it surfaces, don't just report. ## Step 1: Get the diff Look at exactly what changed — `git diff` (unstaged), `git diff --cached` (staged), and untracked files. Read the full changed files, not only the hunks; a problem often lives in the context around an edit. ## Step 2: Walk the checklist Go through every item against the diff. For each, either confirm it holds or fix it now. **Reuse before reinvention** - Does this add a function, helper, type, or constant that already exists somewhere in the repo? Search first, then reuse it instead. - Is any logic duplicated from another module? Call the existing code, don't copy it. **Built-ins and existing dependencies** - Did you hand-roll something the standard library or an already-installed dependency provides (deep-clone, debounce, grouping, UUID, HTTP, parsing, date math)? Replace it with the built-in. - Did you add a new third-party dependency? That's a decision to raise with the user, not to slip in — flag it. **Comments** …
Read the whole file at its exact version.
How to install
mdr add steph-dove/klaussy-agents/fastapi-self-review@git:20260922.549c04fmdr add steph-dove/klaussy-agents/fastapi-self-review@sha256:f1b0714b0ebed4caPin 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.
[](https://markdownregistry.com/a/art_kwuoda2hu5g2z7n2)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260922.549c04f latest | 2026-09-22 | 549c04f | 4,174 B | A | view · diff |
| git:20260918.4ac7924 | 2026-09-18 | 4ac7924 | 4,059 B | A | view · diff |
| git:20260716.30d2fb1 | 2026-07-16 | 30d2fb1 | 4,022 B | A | view · diff |
| git:20260713.91029df | 2026-07-13 | 91029df | 3,404 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4174 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
steph-dove/klaussy-agents · 16 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_kwuoda2hu5g2z7n2 GET https://markdownregistry.com/api/v1/resolve?ref=steph-dove/klaussy-agents/fastapi-self-review GET https://markdownregistry.com/api/v1/blob/f1b0714b0ebed4ca39b64180d26bba7f65a49076bfe9a2846ad618c99383c2f4
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.