← ClaudeAtlas

cross-reviewlisted

Sprint-end product-wide integrity gate. The five per-aspect reviews (requirement conformance, functional quality, security, maintainability, docs consistency) run PER-PBI inside the pipeline before a PBI reaches awaiting_cross_review. Sprint-end cross-review is the whole-repo codebase-audit ONLY: static analysis + 4 audit axes (spec-conformance, logic-defect, redundancy, product-security) over the accumulated codebase at HEAD. The audit is non-blocking — every finding is PO-adjudicated and the ones routed to next_sprint become draft PBIs — except the documentation batch, which is closed inside this Sprint (Step 7b) so the drift does not compound while it waits; it never reverts a PBI.
sohei56/maul-team · ★ 17 · Code & Development · score 70
Install: claude install-skill sohei56/maul-team
## Role Sprint-end cross-cutting quality gate, scoped to **product-wide integrity**: the whole-repo `codebase-audit` over the **accumulated codebase at HEAD** — the scope no per-PBI diff review can reach — along the four audit axes (`spec-conformance`, `logic-defect`, `redundancy`, `product-security`) defined in `../codebase-audit/SKILL.md` § Role (axis table lives there). **This skill does not spawn aspect reviewers.** Requirement conformance, functional quality, security, maintainability, and docs consistency are reviewed **per PBI** inside the pipeline before the PBI reaches `awaiting_cross_review`; their review docs and `review_doc_path` are authored there, not here. Do not write `aspect-*.md`, build per-PBI digests, or run any aspect FAIL routing / re-loop in this ceremony. The audit is **non-blocking**: PBIs already passed their per-PBI aspect reviews before reaching this ceremony, so the audit never reverts them. Every finding is PO-adjudicated, and the ones routed to `next_sprint` become draft PBIs for the **next** Sprint (separate `codebase-audit-s{N}.md` report, identity-deduped across Sprints). At ceremony end every reviewed PBI transitions `cross_review → done`. Full audit protocol: `../codebase-audit/SKILL.md` (context (a)) + `../codebase-audit/references/axes.md`. ## Inputs - `state.json` (overall project phase: `pbi_pipeline_active` or `review`) - `backlog.json` → all Sprint PBIs at `status ∈ {awaiting_cross_review, escalated}` (id, title). Only `await