Files
higress/.claude/commands/issue-spec/verify.md
澄潭 d5f2b624fb feat: initialize issue-spec workflow for Higress (#4059)
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>
2026-07-04 21:55:53 +08:00

1.1 KiB

name, description, category, tags
name description category tags
Issue Spec: Verify Run final issue-spec verification across traceability, questions, review findings, PR rationale, PR checks, and durable spec draft. Workflow
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 --design --implement --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.