JohnXu22786/review-gate

JohnXu22786★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

DeepSeek Harness (dsh) bundle that turns code review into a hard gate: deterministic severity rules, LLM-assisted findings, team approval quorum and a compliance audit trail.

README 摘要

review-gate 中文说明 A DeepSeek Harness (dsh) bundle that turns code review into a hard gate. Unlike read-only review/diff viewers, review-gate closes the loop: it produces graded findings, blocks or passes merges deterministically, requires a team approval quorum, and keeps a durable compliance audit trail — all wired to ctx.tools and a standalone CLI for CI/hooks. The gap it fills: in the ecosystem, review plugins observe a diff and add annotations, but none of them gate the merge. review-gate makes review a checkpoint that must pass before a PR/merge proceeds. Features 1. Review sessions — review the working tree, staged changes, a single commit, or any base..head range. Findings are graded severe / warning / suggestion , produced per file/hunk by: - deterministic static rules (regex over added lines, never a model), and - LLM-assisted findings (optional). The model only ever adds findings ; it can never bypass a threshold. 2. Gate rules — configurable thresholds ( severe = 0 , warning ≤ N , suggestions unlimited, manual-confirmation checklist). The pass/fail decision is computed by deterministic rules from the persisted round (findings + acknowledgements + votes) — fully reproducib…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-plugin

分类