woos-pr-readiness
Final pre-PR readiness gate for Hermes workflow. Confirms diff quality, verification visibility, traceability, and commit/PR discipline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Final pre-PR readiness gate for Hermes workflow. Confirms diff quality, verification visibility, traceability, and commit/PR discipline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Transform product requirements into a focused UI/UX design brief with screens, flows, visual direction, and optional image-generation concepts. Bridge between product thinking and implementation.
Stage 3 of idea-to-delivery: gated engineering workflow that receives PRD, roadmap, and architecture inputs, decomposes into stories, and executes with TDD, traceability, and review gates.
Planning and decomposition review skill adapted from ECC planner agent. Covers story-set review (Gate 2) and planning consults for upstream skills. PRD-quality review is NOT in scope — that is owned by `woos-product-prd-review-gate`.
Produce a lean story plan (table) for the Gate 3 execution loop — execution order plus diff scope per story. PRD AC is the spec; tests are the verification. No per-story prose documents.
Resolve multi-agent review conflicts with explicit authority matrix, evidence weighting, and escalation criteria.
Architecture review and design skill adapted from ECC architect agent. Use for design validation, trade-off analysis, and system-level decisions.
| name | woos-pr-readiness |
| description | Final pre-PR readiness gate for Hermes workflow. Confirms diff quality, verification visibility, traceability, and commit/PR discipline. |
| version | 1.2.0 |
| author | Hermes Profile |
| license | MIT |
Confirm work is ready for commit/PR handoff.
verification-loop first.verification-loop is not invoked, return NOT_RUN and stop.BLOCKED and stop.engineering-design MUST NOT cause REQUEST_CHANGES and MUST NOT be fabricated.PASS | REQUEST_CHANGES | NOT_RUN | BLOCKEDverification_skill_used: verification-loopverification_summaryexecution_mode: Lite | Standardengineering_design_present: true|falsetraceability_matrix (AC/requirement -> test -> code changes)artifact_sync_status: PASS | REQUEST_CHANGESartifact_update_notesGate passes only when artifact_sync_status is PASS.
When the gate returns PASS, the orchestrator MUST dispatch git-workflow to run gh pr create using the test plan and traceability summary produced here. PR creation is NOT performed by this skill; this skill only certifies readiness. The orchestrator records the resulting PR URL in run-manifest.yaml under gate-8-pr.pr_url.