Home / nytc69 / review-loop · skills/code-quality-loop/SKILL.md · GitHub

code-quality-loop skillA

code-quality-loop is agent-read markdown (skill) from nytc69/review-loop: Iterative review-fix loop: reviews code, auto-fixes issues, repeats until clean or stuck. Finishes with reorganize (for large changes), simplify + test consolidation..

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

# Code Quality Loop

Automated code review cycle: review -> fix -> re-review until clean. Focuses on code-level quality (correctness, style, error handling, tests).

## Overview

```
Pre-loop:  language-specific agents -> fix (once per detected language)
Loop R1:   code-reviewer + silent-failure-hunter + comment-analyzer + type-design-analyzer -> triage -> fix
Loop R2+:  code-reviewer + silent-failure-hunter -> triage -> fix -> repeat
Finalize:  reorganize (if applicable) -> code-simplifier agent -> build -> test consolidation -> pr-test-analyzer
```

## Arguments

`$ARGUMENTS`: Optional flags and max round count.

- **Max rounds**: `/code-quality-loop 3` — limit to 3 rounds (default: 5)
- **Skip reorganize**: `/code-quality-loop --skip-reorganize` — skip the Reorganize step in Finalize
- **Force reorganize**: `/code-quality-loop --reorganize` — always run Reorganize regardless of change size
- **Combined**: `/code-quality-loop 3 --skip-reorganize`

If neither `--skip-reorganize` nor `--reorganize` is specified, the Orchestrator decides automatically based on change scope (see Finalize Step 1).

## Initialization
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nytc69/review-loop/code-quality-loop@git:20260919.2cc1340
Exact content
mdr add nytc69/review-loop/code-quality-loop@sha256:d6fe9d31193b7e59

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.2cc1340 latest2026-09-19 2cc1340 21,958 BA view · diff
git:20260421.3f1b68f2026-04-21 3f1b68f 21,943 BA view · diff
git:20260405.e81a9b22026-04-05 e81a9b2 20,063 BA view · diff
git:20260404.1eff1872026-04-04 1eff187 19,940 BA view · diff
git:20260404.c2e76932026-04-04 c2e7693 19,947 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 (21958 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

nytc69/review-loop · 3 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_fx2lyduy22fkyqnt
GET https://markdownregistry.com/api/v1/resolve?ref=nytc69/review-loop/code-quality-loop
GET https://markdownregistry.com/api/v1/blob/d6fe9d31193b7e59e71d63d2ffc6aa3f1012079a0923e210c202eeae1c0e1ec0

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 nytc69/review-loop

execute skill
nytc69/review-loop · .agents/skills/execute/SKILL.md · Codex Stage 1 execute skill. Run the execution + quality polish + delivery stages of review-loop against one of three…
git:20260919.2175063 · audit A · 3 stars
guide skill
nytc69/review-loop · .agents/skills/guide/SKILL.md · Codex Stage 1 guide for review-loop and the shared Claude/Codex state model.
git:20260916.8dd269c · audit A · 3 stars
plan skill
nytc69/review-loop · .agents/skills/plan/SKILL.md · Codex Stage 1 planning-only skill. Drives a work item from raw description to a reviewer-approved plan in…
git:20260919.2175063 · audit A · 3 stars
review-loop skill
nytc69/review-loop · .agents/skills/review-loop/SKILL.md · Codex-native Stage 1 review-loop skill. Orchestrates planning and execution with a Codex Executor and Claude/Codex…
git:20260919.2175063 · audit A · 3 stars
CLAUDE.md claude
nytc69/review-loop · CLAUDE.md
git:20260919.2175063 · audit A · 3 stars
DESIGN.md design
nytc69/review-loop · DESIGN.md
git:20260419.3b9deb7 · audit A · 3 stars
execute skill
nytc69/review-loop · skills/execute/SKILL.md · Run the execution + quality polish + delivery stages of review-loop against one of three entry modes: resume an…
git:20260916.8dd269c · audit A · 3 stars
guide skill
nytc69/review-loop · skills/guide/SKILL.md · Show review-loop usage guide: how it works, commands, configuration, and key features. Use when the user asks for help…
git:20260916.8dd269c · audit A · 3 stars
plan skill
nytc69/review-loop · skills/plan/SKILL.md · Run the planning phase only: drive a work item from raw description to a reviewer-approved plan in…
git:20260916.8dd269c · audit A · 3 stars
reorganize skill
nytc69/review-loop · skills/reorganize/SKILL.md · Reorganize code file structure: rearrange modules, extract reuse, remove redundancy, add section comments. Preserves…
git:20260402.b86bf98 · audit A · 3 stars
review-loop skill
nytc69/review-loop · skills/review-loop/SKILL.md · Automates a Plan-Execute-Review workflow with built-in iteration loops. An Orchestrator coordinates an Executor…
git:20260916.8dd269c · audit A · 3 stars
review-pr skill
nytc69/review-loop · skills/review-pr/SKILL.md · Comprehensive code review using specialized agents. Each agent focuses on a different quality aspect (code, errors…
git:20260919.2cc1340 · audit A · 3 stars

Every file in nytc69/review-loop

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