review-with-untracked skillA
review-with-untracked is agent-read markdown (skill) from hiroro-work/claude-plugins: Temporarily visualize untracked new files into the git diff so a chain of diff-deriving review callees can see them, then restore the files to untracked. Runs `git add -N` on untracked new files (intent-to-add), dispatches the requested review callees (rules-review / skill-review / publicity-review / verify-diff / tidy) in order, then `git reset -- <paths>` to restore the untracked state. Holds a closed list of each callee's visualization and restore-safety assumptions. Non-interactive — no user.
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 With Untracked Review callees that derive their review scope from the git working-tree diff are **blind to untracked new files** — `git diff <base>` excludes paths that are not yet tracked, so a brand-new file created during a task is invisible to them. ## No-Stall Principle This skill is non-interactive and has **zero user-judgment gates**. Every callee return is a structured return value to parse-and-proceed-past, never a checkpoint to confirm with the user. The only user-facing output is the § Return contract verdict at the end. **Permissible fatal-abort exits** (emit the § Return contract in `status: "error"` form and stop) — closed list: - Not inside a git work tree, or `Base ref` does not resolve to a commit (`git rev-parse <Base ref>` fails) → `reason: "base ref unresolved"`. - `Callees` is empty, or contains a name outside the § Closed list dispatch vocabulary → `reason: "unknown callee"`. Everything else is non-fatal — record and continue: - A callee dispatch error or unparseable verdict — record it under that callee's per-callee status and proceed to the next callee. …
Read the whole file at its exact version.
How to install
mdr add hiroro-work/claude-plugins/review-with-untracked@git:20260819.bbea1b2mdr add hiroro-work/claude-plugins/review-with-untracked@sha256:29d002c997030e47Pin 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_el65rmjfqqugtupx)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260819.bbea1b2 latest | 2026-08-19 | bbea1b2 | 13,197 B | A | view · diff |
| git:20260818.623d927 | 2026-08-18 | 623d927 | 13,075 B | A | view · diff |
| git:20260622.0d6a088 | 2026-06-22 | 0d6a088 | 16,671 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 (13197 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
hiroro-work/claude-plugins · 48 stars · license none · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_el65rmjfqqugtupx GET https://markdownregistry.com/api/v1/resolve?ref=hiroro-work/claude-plugins/review-with-untracked GET https://markdownregistry.com/api/v1/blob/29d002c997030e47ce53ca6d8169712d799e4dd8c5cc2ec863bb851c760f38ad
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.