Summary
Adapt the upstream human-review skill for this repository as an optional, user-invoked review checkpoint for academic and thesis workflows.
Proposed scope
Add skills/human-review/SKILL.md with portable instructions to:
- open Markdown, HTML, or localhost-rendered research documents in the visual review tool;
- let the author directly edit prose and leave anchored comments on claims, paragraphs, figures, and tables;
- consume the structured feedback batch returned by Human Review;
- apply edits back to the original Markdown/HTML/MDX source rather than overwriting rendered output;
- preserve LaTeX syntax when a reviewed artifact is derived from LaTeX;
- require a backup or Git checkpoint before applying changes.
Update the README skill table and document the integration as an optional stage, for example:
finalize -> human-review -> logic-check
thesis-review -> human-review -> revision
Constraints
- Keep the Human Review application itself external; do not vendor the full Node application into this repository.
- Support Markdown/HTML/localhost directly. For LaTeX, use a rendered review artifact and map approved edits back to the source.
- Preserve upstream MIT attribution: https://github.com/petergyang/human-review
- Keep the stage user-invoked and do not make it run automatically as part of
finalize.
Acceptance criteria
Summary
Adapt the upstream
human-reviewskill for this repository as an optional, user-invoked review checkpoint for academic and thesis workflows.Proposed scope
Add
skills/human-review/SKILL.mdwith portable instructions to:Update the README skill table and document the integration as an optional stage, for example:
Constraints
finalize.Acceptance criteria
skills/human-review/SKILL.mdpasses the repository validator.npx -y human-reviewCLI.python3 scripts/validate_skills.pyandgit diff --checkpass.