mirror of
https://github.com/alibaba/higress.git
synced 2026-07-23 21:00:41 +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>
2.0 KiB
2.0 KiB
name, description, license, compatibility, metadata
| name | description | license | compatibility | metadata | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| issue-spec-review | Review an issue-spec implementation PR, create PR line findings, reply after fixes, and sync REVIEW comments. | MIT | Requires issue-spec CLI. |
|
Issue Spec Review
Use when the user asks for /issue-spec:review, issue-spec review, or a PR review gate for an issue-spec implementation.
Steps
- Run issue-spec review sync --repo higress-group/higress --pr --implement --id REVIEW- --json to capture current rationale comments, findings, and checks.
- For non-trivial PRs, spawn or assign dedicated review agents as review PROCESS owners. Multiple review agents can run in parallel when their review scopes are independent.
- Give each review agent a concrete scope and expected output: actionable findings only, severity, file/line, linked SPEC, owner PROCESS, and suggested fix.
- Create actionable PR line findings with issue-spec review finding. Use P0/P1 for blockers and P2 for non-blocking follow-up.
- Assign every finding to a PROCESS owner. If no findings are found, record that result in REVIEW or VERIFY evidence.
- After the worker fixes a finding, reply to the original thread with issue-spec review reply --status resolved.
- Re-run review sync. P0/P1 findings must be resolved before final verify/archive.
Review DAG Policy
- Every non-trivial PR should have at least one dedicated review PROCESS node before final verify.
- Use multiple review agents in parallel when scopes are independent, for example CLI/API behavior, workflow docs, tests, compatibility, or security-sensitive surfaces.
- A review agent reports findings only; the coordinator converts actionable line findings into issue-spec review finding comments.
- P0/P1 findings block final verify until the owner PROCESS fixes them and issue-spec review reply records the resolution on the original thread.
- If a review agent finds no issues, record that result in REVIEW or VERIFY evidence before marking the review PROCESS done.