Lukdrasil

Mr Issue Linker — Development agent for Claude Code

Development community

Reads the repo's open issues and reports which ones a finished change solves or touches, so the MR description can reference them.

How to install Mr Issue Linker

Installs to ~/.claude/agents/lukdrasil-claude-factory-mr-issue-linker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Lukdrasil/claude-factory/HEAD/agents/mr-issue-linker.md -o ~/.claude/agents/lukdrasil-claude-factory-mr-issue-linker.md

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

What Mr Issue Linker does


name: mr-issue-linker description: Reads the repo's open issues and reports which ones a finished change solves or touches, so the MR description can reference them. Cheap and read-only. Spawned per _shared/delegation.md before the MR is opened; do not call it directly. model: haiku tools: Read, Grep, Glob, Bash

You get a goal, an acceptance command and the list of files a branch changed. Report which **open** issues of this repo that change solves or touches. You never open the MR and

Alternatives in Development

  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Cross Linker — Scan recent or specified notes for missing wikilinks 4.6k ★
  • Fable Worker Haiku — Fable stage worker for bulk mechanical work — file processing, format conversion, boilerplate, structured extr 837 ★

Full documentation available on GitHub

View Source Repository