AhmedMerza

Mr Guide — Data skill for Claude Code

Data community

Generate a reviewer's guide for an MR/PR or branch — what changed in product terms, before/after, data model, UI states — not a code review.

How to install Mr Guide

Installs to ~/.claude/skills/ahmedmerza-agent-skills-mr-guide/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedmerza-agent-skills-mr-guide && curl -fsSL https://raw.githubusercontent.com/AhmedMerza/agent-skills/HEAD/commands/mr-guide.md -o ~/.claude/skills/ahmedmerza-agent-skills-mr-guide/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mr Guide does


name: mr-guide version: 1.0.0 description: Generate a reviewer's guide for an MR/PR or branch — what changed in product terms, before/after, data model, UI states — not a code review

/mr-guide

Writes the document a reviewer wants **before** they open the diff: what this change does, what it looked like before and after, what moved in the data model, which UI states exist now.

**This is not a code review.** It finds no bugs and makes no judgements about quality. Use `/mr-review` (fin

Alternatives in Data

  • Generate Types From Supabase — You are a skilled TypeScript developer tasked with creating a library of DTO (Data Transfer Object) types and 265 ★
  • Fix Tickets — Autonomously fix one or more speckit-companion GitHub issues with the SpecKit Companion pipeline — clean branc 85 ★
  • Model 3D — Guide 3D geological model building from data preparation through computation to visualization 60 ★

Full documentation available on GitHub

View Source Repository