← ClaudeAtlas

pr-readiness-reviewerlisted

Render ONE structured "is this PR safe to merge" verdict for a single pull request in the Seshat_BI repo -- merge_ready (yes/no) + blockers[] + warnings[] + required_human_decisions[] + evidence[] + one next_action. Use when someone asks "is this PR ready to merge?", "what blocks this PR?", or "review this PR for promotion". It OBSERVES the PR's state (open/draft, mergeable, CI/workflow conclusions, open review threads, unresolved Codex/GitHub review comments) and READS the committed readiness evidence the PR touches (readiness-status.yaml, source-map.yaml approval metadata, declared-vs-run tests, no raw data / no secrets / no local paths), then cross-checks the PR body's CLAIMS against that evidence. READ-ONLY: it CANNOT merge a PR, approve a PR, resolve a review thread, push/amend a commit, edit a PR body, or move/upgrade a readiness stage -- it observes and reports only. merge_ready is a DERIVED BOOLEAN, never a numeric merge/confidence/health score (rule #9); a score request is declined.
Kemetra/Seshat-BI · ★ 2 · Code & Development · score 68
Install: claude install-skill Kemetra/Seshat-BI
# pr-readiness-reviewer <!-- ============================================================================= EMBEDDED MODULE CONTRACT (F024 authority declaration -- filled in place) This skill fills templates/module-contract.md HERE rather than as a separate file (this feature ships exactly three artifacts: this skill, the verdict template, and the tool doc). The category is declared verbatim below. See: docs/architecture/product-modules.md (the five categories, the authority matrix, the two sub-vocabularies), templates/module-contract.md (the copy-me declaration this fills). ============================================================================= --> ## Module Contract -- PR Readiness Reviewer - **Authority category:** Product Module - **Capability level:** `read-only` *(exactly one of `read-only | artifact-writing | execution-capable`)* - **Product layer:** cross-cutting *(the functional axis -- see docs/roadmap/roadmap.md; orthogonal to category; this module guards promotions at every stage and enters none)* - **Roadmap feature:** F025 **On-disk spec:** `specs/019-pr-readiness-reviewer` - **Owner:** the repo maintainer / PR reviewer (a named human) - **Status:** Authored ### What it does (one line) > Reads one PR's observed state and the committed readiness evidence it touches, and > RENDERS a structured `merge_ready` verdict -- a reading of evidence, never an authority. ### Core Authority it READS It reads; it never writes these. Inputs, uncha