MRSF Document Review

Turns Markdown feedback into anchored, resolvable review comments (a real YAML sidecar) instead of a flat comment list.

Autor: wictorwilen · wictorwilen/MRSF

Działa po konfiguracji ★ 8.8/10

MRSF Document Review — Turns Markdown feedback into anchored, resolvable review comments (a real YAML sidecar) instead of a flat comment list.

Co robi ten skill

Reviews Markdown documents by adding structured, line-anchored comments through the MRSF (Sidemark) MCP server, tagging each with type/severity and storing them in a .review.yaml sidecar that survives document edits via re-anchoring. Triggers when asked to review, comment on, or give feedback on a Markdown file; requires the separate @mrsf/mcp server to be installed and registered before the tools exist.

Raport z testu

Ran the real @mrsf/cli (same engine the MCP tools wrap) against a throwaway doc: produced a genuine validated YAML sidecar with UUIDs, severity/type tags, and fuzzy-reanchor metadata, versus a baseline flat-text review list - concretely more useful for multi-round or CI-driven review, but nothing works until the separate @mrsf/mcp server is installed and registered as an MCP server first.

Testowano: 2026-07-15 · Claude Code 2.x (agent harness)

Instalacja

git clone https://github.com/wictorwilen/MRSF
mkdir -p ~/.claude/skills
cp -r MRSF/examples/mrsf-review ~/.claude/skills/mrsf-review
npm install -g @mrsf/mcp   # required MCP server, not bundled in the skill folder

Komendy i przykładowe prompty

  • /mrsf-reviewTurns Markdown feedback into anchored, resolvable review comments (a real YAML sidecar) instead of a flat comment list.

Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):

  • Review this markdown doc and leave anchored comments I can resolve
  • Give feedback on this deployment doc with severity-tagged comments
  • Comment on this spec so the notes survive future edits to the file