ワンクリックで
issue-verifier
// Independent read-only verification for nearly finished GitHub issue work in this repository. Use when the user asks for 验收, 独立验证, 对齐验证, 完成前复核, or when a medium/large issue needs a separate acceptance pass before closing.
// Independent read-only verification for nearly finished GitHub issue work in this repository. Use when the user asks for 验收, 独立验证, 对齐验证, 完成前复核, or when a medium/large issue needs a separate acceptance pass before closing.
Use when the user asks for this repository's local upgrade flow: 本地升级, 拉最新代码后升级本地 daemon, upgrade-local.sh, or triggering the built-in local upgrade transaction from a repo build. Prefer the repo helper script and fixed local-upgrade artifact path; do not use the removed install -upgrade-source-binary flag.
Use when handling a GitHub issue for this repository, including raw issue shaping, implementability reassessment, parent/child issue orchestration, durable execution snapshots, product decision-gate handoff, staged execution, result roll-up, and verifier handoff. Run the fixed prepare/lint/finish workflow, keep the issue body current, and stop when the actionable state changed.
Use when creating or revising a page mock, browser-runnable prototype, or interactive demo for this repository's web, setup, onboarding, status, or admin pages, and also when implementing a real product page from an approved mock. Enforces a visible-content contract, final-user-facing content, post-action feedback states, and mock-to-product parity except for real business data and runtime feedback instances inside approved feedback slots.
Use when pushing committed changes from this repository, especially when `git push` may fail because the remote branch advanced. Prefer the repo helper script that fetches, rebases if needed, reruns tests after a successful rebase, and only then pushes.
Use when working on this repository's relay stack: Codex app-server protocol translation, relayd, relay-wrapper, Feishu bot integration, VS Code remote integration, or real-stack debugging around /list, /attach, /use, thread routing, helper/internal traffic, and missing Feishu replies. Summarizes the correct execution order, validation steps, and common failure modes specific to this project.
Audit and update this repository's canonical Feishu card UI state machine after changing Feishu card state-machine logic carriers such as callback schema/parsing, card action routing, inline replace vs append-only decisions, lifecycle stamping, or old-card handling. Use after implementation stabilizes and before committing.
| name | issue-verifier |
| description | Independent read-only verification for nearly finished GitHub issue work in this repository. Use when the user asks for 验收, 独立验证, 对齐验证, 完成前复核, or when a medium/large issue needs a separate acceptance pass before closing. |
Use this skill for an independent acceptance pass after implementation has largely stabilized.
Default to read-only review. Do not silently continue implementation unless the user explicitly asks for fixes in the same step.
If the issue is still being shaped, still missing execution closure, or still mid-implementation, hand control back to $issue-workflow-guardrail instead of forcing verification early.
Review in this order:
Treat later maintainer or user direction as authoritative when it conflicts with older issue body text.
Verify these dimensions explicitly:
If the issue is medium/large, also check whether parent/child issue boundaries stayed coherent and whether deferred follow-ups were recorded in a durable place.
If the issue is a parent issue, also check explicitly:
If the issue is a child issue, also check explicitly:
Use a findings-first review style.
Expected shape:
独立 verifier 结果:pass独立 verifier 结果:pass with gaps独立 verifier 结果:failpasspass with gapsfailIf there are no findings, say that explicitly and still note any residual validation gaps.
pass with gaps means the issue is not close-ready yet. The gaps must be durably recorded before close-out.
$issue-workflow-guardrail.验收 #123独立验证 #123对齐验证 #123完成前复核 #123For broader orchestration or ongoing implementation, switch back to $issue-workflow-guardrail.