Problem
An analysis of the repo found concrete contradictions and dead content that produce inconsistent review behavior today, independent of any refactor:
commands/review-issue.md (line ~61) calls washr::compile_citation(), which does not exist. CLAUDE.md and commands/review-package.md correctly use washr::update_citation().
- The
License: CC BY 4.0 checklist item exists in CLAUDE.md and review-issue.md but is missing from the issue body template in review-package.md, so the created metadata issue lacks the license check.
commands/README.md says "Work on specific issue (1-5)" and review-package-slash-command.md says "I'll create 5 GitHub issues"; the actual workflow has 4 issues (metadata, data, docs, tests).
commands/review-status.md uses handlebars syntax ({{#if metadata-closed}}) that never executes; there is no template engine.
commands/review-package-slash-command.md is a legacy duplicate of review-package.md from an earlier iteration and is referenced by nothing.
Tasks
These are quick, self-contained fixes and a prerequisite for the checklist consolidation (see the single-source-of-truth issue).
Problem
An analysis of the repo found concrete contradictions and dead content that produce inconsistent review behavior today, independent of any refactor:
commands/review-issue.md(line ~61) callswashr::compile_citation(), which does not exist.CLAUDE.mdandcommands/review-package.mdcorrectly usewashr::update_citation().License: CC BY 4.0checklist item exists inCLAUDE.mdandreview-issue.mdbut is missing from the issue body template inreview-package.md, so the created metadata issue lacks the license check.commands/README.mdsays "Work on specific issue (1-5)" andreview-package-slash-command.mdsays "I'll create 5 GitHub issues"; the actual workflow has 4 issues (metadata, data, docs, tests).commands/review-status.mduses handlebars syntax ({{#if metadata-closed}}) that never executes; there is no template engine.commands/review-package-slash-command.mdis a legacy duplicate ofreview-package.mdfrom an earlier iteration and is referenced by nothing.Tasks
washr::compile_citation()withwashr::update_citation()inreview-issue.mdreview-package.mdreview-status.mdreview-package-slash-command.mdThese are quick, self-contained fixes and a prerequisite for the checklist consolidation (see the single-source-of-truth issue).