mirror of
https://github.com/alibaba/higress.git
synced 2026-07-24 05:10:34 +08:00
Signed-off-by: johnlanni <johnlanni@users.noreply.github.com> Co-authored-by: johnlanni <johnlanni@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
---
|
|
name: "Issue Spec: Verify"
|
|
description: "Run final issue-spec verification across traceability, questions, review findings, PR rationale, PR checks, and durable spec draft."
|
|
category: "Workflow"
|
|
tags: ["workflow", "issue-spec"]
|
|
---
|
|
|
|
# Issue Spec Verify
|
|
|
|
Use when the user asks for /issue-spec:verify, issue-spec verify, or final readiness evidence before merge/archive.
|
|
|
|
## Steps
|
|
|
|
1. Run focused project tests and record evidence in VERIFY comments.
|
|
2. Run issue-spec verify-links --repo higress-group/higress --proposal <issue> --design <issue> --implement <issue> --json.
|
|
3. Render a durable spec draft:
|
|
|
|
issue-spec archive durable-spec --repo higress-group/higress --proposal <issue> --capability <capability> --output /tmp/<capability>-spec.md --json
|
|
|
|
4. Run final verify:
|
|
|
|
issue-spec verify --repo higress-group/higress --proposal <issue> --design <issue> --implement <issue> --pr <pr> --durable-spec /tmp/<capability>-spec.md --json
|
|
|
|
5. Final verify must fail if blocking questions, missing links, missing PROCESS rationale, open P0/P1 findings, failed or pending PR checks, or durable spec omissions exist.
|