Home / alexhawat / mergecraft · skills/claude-code/mergecraft/SKILL.md · GitHub

mergecraft skillA

This file is byte-identical to the first copy the registry indexed, one of 8 copies on public GitHub. Same content hash, same audit grade.

mergecraft is agent-read markdown (skill) from alexhawat/mergecraft: Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub.

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

# mergeCraft

mergeCraft is an AI-powered PR reviewer: a GitHub Action plus a Python CLI
(`mergecraft`). BYOK — the user's Claude/ChatGPT subscription or API key; no
SaaS backend. Deterministic analyzers run first, then an LLM review agent, then
a read-only verifier; typed findings drive inline comments and the
`mergecraft-approval` commit status.

## Setup checklist (new consumer repo)

1. **Prereqs:** Python **3.11+**, uv, authenticated `gh` CLI. If no Python 3.11+
   locally → use the Docker Action only ([`docs/install.md`](https://github.com/alexhawat/mergeCraft/blob/bb865d5c8e03d97269cb5100656bf047fcd22c65/docs/install.md)).
2. **Install:**

   ```bash
   uv tool install "merge-craft @ git+https://github.com/alexhawat/mergeCraft"
   mergecraft init
   ```

3. **Authentication — STOP and ask the user.** Use `mergecraft provider list`
   to find the configured provider label or id from `init`. Authenticate that
   entry with `mergecraft provider auth <label-or-id> --scope local` for local
   evaluation, or `--scope github` to adopt GitHub Actions. Examples below assume
   these provider labels are configured:
…

Read the whole file at its exact version.

How to install

Latest version
mdr add alexhawat/mergecraft/mergecraft@git:20260921.fc1ed4b
Exact content
mdr add alexhawat/mergecraft/mergecraft@sha256:a3b32bce0a179ee9

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.fc1ed4b latest2026-09-21 fc1ed4b 6,811 BA view · diff
git:20260907.ffa694a2026-09-07 ffa694a 6,679 BA view · diff
git:20260824.af064e02026-08-24 af064e0 5,342 BA view · diff
git:20260822.1ff7b572026-08-22 1ff7b57 4,526 BA view · diff
git:20260822.70856132026-08-22 7085613 4,531 BA view · diff
git:20260822.bc76b1d2026-08-22 bc76b1d 4,506 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 (6811 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

alexhawat/mergecraft · 11 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_3uqpbbtcygct7inx
GET https://markdownregistry.com/api/v1/resolve?ref=alexhawat/mergecraft/mergecraft
GET https://markdownregistry.com/api/v1/blob/a3b32bce0a179ee9d0f4a3e82aaaf096e868fca31d864242d310c71e06c9a8b3

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 alexhawat/mergecraft

code-review skill
alexhawat/mergecraft · .github/skills/code-review/SKILL.md · Reviews a pull request or diff in the mergeCraft repository and produces typed, evidence-backed findings with a…
git:20260910.99ce63d · audit A · 11 stars
AGENTS.md agents
alexhawat/mergecraft · AGENTS.md
git:20260922.3ffdd69 · audit A · 11 stars
llms-full.txt llmstxt
alexhawat/mergecraft · llms-full.txt
git:20260922.3ffdd69 · audit B · 11 stars
llms.txt llmstxt
alexhawat/mergecraft · llms.txt
git:20260901.f17f2c3 · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/codex/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/copilot/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/cursor/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/gemini-cli/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/grok-bot/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/hermes/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub Action and CLI. Use when the user asks to…
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/openclaw/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars

Every file in alexhawat/mergecraft

Other files named mergecraft

mergecraft skill
alexhawat/mergecraft · skills/codex/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/hermes/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/copilot/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub Action and CLI. Use when the user asks to…
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/openclaw/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/cursor/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/opencode/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars
mergecraft skill
alexhawat/mergecraft · skills/grok-bot/mergecraft/SKILL.md · Set up, run, and troubleshoot mergeCraft — the BYOK AI PR review GitHub
git:20260921.fc1ed4b · audit A · 11 stars

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