Show HN: Review-to-rule – Turn accepted review feedback into durable repo rules Vamgan released review-to-rule, an open-source plugin and skill that converts accepted code-review feedback into durable, scoped repository rules for coding agents like Claude Code and Codex. The tool supports GitHub, GitLab, Bitbucket, Gerrit, and Azure Repos, requires Node.js 24+ and Git, and writes rules to a .review-to-rule directory with optional AGENTS.md or CLAUDE.md pointers. It validates evidence, hashes, and write transactions locally, refusing ambiguous or overly broad feedback. A reviewer catches it once. Every future review remembers. review-to-rule turns accepted code-review feedback into durable, scoped repository memory—whether the review came from GitHub, GitLab, Bitbucket, Gerrit, Azure Repos, or a private system your coding agent can access. Run these commands inside Claude Code: /plugin marketplace add vamgan/review-to-rule /plugin install review-to-rule@review-to-rule /reload-plugins Then invoke it directly: /review-to-rule:review-to-rule-write Turn this accepted review into a rule: