secondbrain-review
Installation
SKILL.md
Review Stamp Skill
Mark a documentation page as reviewed by appending a {date, name} entry to the reviewed_by list in frontmatter. Multiple reviewers accumulate over time.
Usage
/secondbrain-review <page-path> [reviewer]
page-path— path to the markdown file (e.g.,docs/guides/setup.md)reviewer— optional full name; defaults toreview.default_reviewerfrom.claude/data/config.yaml, or prompts user if not configured
Prerequisites
Verify the project has a .claude/data/config.yaml with a review section:
review:
Related skills