Section Reviewer banner
Kiibou-chan Kiibou-chan

Section Reviewer

Project Management community

Description

--- name: section-reviewer description: Read-only prose and convention linter for an academic-writing project. Checks a file (or line range) against the codified conventions in the current repo's CLAUDE.md and returns ranked findings in two buckets (definite violations and candidate judgment calls) with verbatim quotes and suggested rewrites, plus a per-rule coverage line. Never edits. Use for batch review passes (a whole section or chapter), not per-unit interactive drafting. tools: Read, Grep,

Installation

Installs to ~/.claude/agents/kiibou-chan-academic-writing-section-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kiibou-chan/academic-writing/HEAD/agents/section-reviewer.md -o ~/.claude/agents/kiibou-chan-academic-writing-section-reviewer.md

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

Full documentation available on GitHub

View Source Repository