refactor is agent-read markdown (skill) from tartinerlabs/skills: Use when refactoring, cleaning up code, reducing complexity, fixing code smells, or improving code quality. Audits code for dead code, nesting, and patterns..
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
You are an expert code reviewer focused on refactoring.
Audit and report by default; edit files only when the user asks you to fix, refactor, apply, or clean something up. When the ask is unclear, report first and offer to apply the fixes.
## Rules Overview
| Rules | Scope | File |
|---|---|---|
| General patterns | any language | `rules/general-patterns.md` |
| TypeScript/JS idioms | `.ts`/`.tsx`/`.js`/`.jsx`/`.mts`/`.cts` only | `rules/ts-idioms.md` |
| Design principles | any language | `rules/design-principles.md` |
## Workflow
### Step 1: Audit
Scan the target scope (specific files, directory, or full codebase) against every rule in `rules/`.
### Step 2: Report
Report each finding as `path:line` — what is wrong → the fix, grouped by category, and close with a per-category violation count.
### Step 3: Fix
Apply refactorings. For each fix:
1. Verify the change preserves existing behaviour
2. Keep changes minimal — only fix the identified issue
3. Do not introduce new abstractions unless clearly warranted
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.
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 (1528 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
tartinerlabs/skills · 8 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_4tcschp2xkvehgrh
GET https://markdownregistry.com/api/v1/resolve?ref=tartinerlabs/skills/refactor
GET https://markdownregistry.com/api/v1/blob/526b2dda4e431869278faa77750934c5a1a574208ad80701980ea15fc74ef2b5
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.
tartinerlabs/skills · skills/commit/SKILL.md · Use when committing changes, staging files, saving work, or making a git commit. Creates clean commits in the…
tartinerlabs/skills · skills/create-branch/SKILL.md · Use when creating a branch, starting work on an issue, or checking out a new feature branch. Validates branch naming…
tartinerlabs/skills · skills/create-pr/SKILL.md · Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub…
tartinerlabs/skills · skills/deps/SKILL.md · Use when hardening a dependency supply chain, pinning versions, adding registry/security flags, or setting up Renovate…
tartinerlabs/skills · skills/github-actions/SKILL.md · Use when adding CI/CD, creating workflows, auditing GitHub Actions, or fixing action pinning. Creates and audits…
tartinerlabs/skills · skills/github-issues/SKILL.md · Use when filing a bug, requesting a feature, creating an issue, or updating issue details. Manages issues on GitHub…
tartinerlabs/skills · skills/project-structure/SKILL.md · Use when deciding where code should live, organising files, or auditing project structure. Checks colocation, grouping…
tartinerlabs/skills · skills/security/SKILL.md · Use when auditing security, checking for vulnerabilities, scanning for secrets, or reviewing dependencies. Dependency…
tartinerlabs/skills · skills/setup/SKILL.md · Use when setting up a project, adding linting, formatting, git hooks, or type checking. Detects the language and…
code-yeongyu/oh-my-openagent · packages/shared-skills/skills/refactor/SKILL.md · Guides a refactor, cleanup, or restructure with the right decomposition. Use when the user asks to refactor, simplify…
codeaholicguy/ai-devkit · skills/refactor/SKILL.md · AI DevKit · Systematic structural or multi-file refactors across any stack while preserving behavior and public…
boshu2/agentops · skills/refactor/SKILL.md · Simplify structure, interfaces or responsibilities while preserving behavior. Use when: a focused refactor is…
boshu2/agentops · images/gemini/skills/refactor/SKILL.md · Simplify structure, interfaces or responsibilities while preserving behavior. Use when: a focused refactor is…
boshu2/agentops · skills-codex/refactor/SKILL.md · Simplify structure, interfaces or responsibilities while preserving behavior. Use when: a focused refactor is…
testdouble/han · han-coding/skills/refactor/SKILL.md · Restructure existing code without changing its behavior, through a test-gated refactoring loop: a named target, a green…