woos-review-context
Maintain cumulative cross-gate review context so reviewers build on prior findings instead of restarting from zero.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maintain cumulative cross-gate review context so reviewers build on prior findings instead of restarting from zero.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce the high-level architecture overview used by downstream product design and engineering.
Independent high-level architecture review gate for discovery.
Capture and structure raw ideas through guided interview or quick note. Produces a structured idea document ready for research or PRD pass. Focuses purely on product intent — no technical decisions.
Entry-point product workflow from raw idea to validated product design artifacts. Stops at reviewed PRD readiness and does not include engineering implementation.
Write the per-feature PRD from the ranked requirements contract using the mandatory PRD template.
Dedicated analyze gate for PRD and UI brief consistency. Runs script extraction first, then semantic review with evidence-backed findings.
| name | woos-review-context |
| description | Maintain cumulative cross-gate review context so reviewers build on prior findings instead of restarting from zero. |
| version | 1.5.0 |
| author | Hermes Profile |
| license | MIT |
Provide a shared, cumulative review memory across PRD/design/code/security gates.
<workspace_root>/.ratchet.<workspace_root>/.ratchet/review-context/<run_id>.yaml.review-context/ directory is created lazily by orchestrator/runtime when missing.run_id is mandatory. If unavailable, return BLOCKED.gate_entry.run_idartifact_idgatereviewersnew_findingsresolved_findingscarry_forward_findingsfinding_idfirst_seen_gatestatus (open | resolved | reopened)resolved_in_gatesupersedescoverage_summarycompleteness_checkcontext_file_pathgate_entriesstatus: PASS | REQUEST_CHANGES | BLOCKEDreview_context_loaded: booleanreview_context_updated: booleancontext_file_pathunresolved_findingsresolved_findingscarry_forward_findings{
"enforcement": {
"required_invocations": ["woos-review-context"],
"actually_invoked": ["woos-review-context"],
"missing_invocations": [],
"context_file_written": true,
"invocation_evidence": [
{
"skill": "woos-review-context",
"invoked_at": "2026-05-12T22:00:00Z",
"artifact_ref": "<workspace_root>/.ratchet/review-context/<run_id>.yaml",
"output_digest": "sha256:..."
}
],
"finding_identity_checks_passed": true,
"completeness_passed": true
}
}
Missing invocation_evidence MUST return BLOCKED.