review-mark

List, approve by ID, or remove review markers in Markdown files.

6|2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/i-standard1/yamasaki --skill review-mark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-mark
Source: https://github.com/i-standard1/yamasaki/tree/main/.claude/skills/review-mark
Command: npx skills add https://github.com/i-standard1/yamasaki --skill review-mark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking and updating review markers in Markdown files is error‑prone and tedious; this skill automates discovery, approval, and removal of review markers to keep documentation in sync.

Core Features & Use Cases

  • List all pending review markers across the repository to identify items needing attention.
  • Approve a specific marker by ID or perform bulk approvals to clear multiple markers at once.
  • Remove or apply review changes safely, preserving surrounding content and maintaining a clean diff history.
  • Use case: a project with hundreds of Markdown docs can quickly surface outstanding reviews and apply approved changes with a single command.
  • Use case: teams can periodically audit and tidy up review markers to ensure docs reflect current decisions.

Quick Start

Ask the AI to list all pending reviews and approve a chosen ID.

Frequently Asked Questions about review-mark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and list pending review markers across Markdown docs?

You can list pending review markers across Markdown docs by applying regex-based detection to scan repository files, surfacing all outstanding items needing attention in a single report.

What is the best way to approve or remove review markers in Markdown files in bulk?

The best way to approve or remove review markers in bulk is to execute a batch operation that updates multiple Markdown files at once, clearing markers by ID while preserving surrounding content.

How do I approve a specific review marker by ID without altering surrounding content?

To approve a specific review marker by ID, target the marker using its identifier and edit the Markdown file to remove or update it while preserving the surrounding content and diff history.

Can I audit and tidy up review markers in hundreds of Markdown documents at once?

Yes, you can audit and tidy up review markers in hundreds of Markdown documents at once by scanning the repository to identify pending markers and applying bulk approvals or removals.

Does removing review markers manually risk breaking my Markdown content?

Manual removal risks breaking content, but automated regex-based detection reads and edits files to remove or update markers safely, preserving surrounding content and maintaining a clean diff history.