بنقرة واحدة
source-command-corgi-verify
Run automated verification on a completed Task Group before review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run automated verification on a completed Task Group before review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Implement tasks from a Corgi change, one Task Group at a time
Archive a completed change, close tracking issues, and sync delta specs
Think through ideas, investigate problems, or clarify requirements
Install, update, or verify Corgi GitFlow assets in a target project
Validate memory health across 14 checks — freshness, size caps, broken links, extraction completeness
Run the Corgi Loop — execute Task Group bundles (apply → verify → review-evidence) with automated lifecycle decisions
| name | source-command-corgi-verify |
| description | Run automated verification on a completed Task Group before review |
Use this skill when the user asks to run the migrated source command corgi-verify.
Run automated verification (tests, spec coverage, lint/build) on a completed Task Group before review.
Input: Optionally specify a change name and/or Task Group number.
Steps
Determine platform
Read openspec/config.yaml and check the schema field. Verify tracks both gitlab-tracked and github-tracked — the platform determines which CLI (glab vs gh) is used for posting the verify report note.
Check isolation mode (CRITICAL — do NOT skip)
Read openspec/config.yaml and check isolation.mode.
isolation.mode is worktree: the worktree MUST already exist (created by propose). The skill MUST resolve it and work inside it. If the worktree is missing, stop and report failure.isolation section is missing or mode is none: normal operation, no worktree needed.Critical rule: Verify is fully automated
Unlike review, verify requires NO human gate. The skill runs all checks automatically and produces a PASS/PASS WITH WARNINGS/FAIL verdict. If the skill asks the user for input, the verify is INVALID.
Dispatch to verify skill
Follow the instructions in the corgispec-verify skill (universal platform — no platform-specific variant needed).
Verify automatically detects the platform from config.yaml for the report posting step. The skill owns all verification phases.
Pass through all input
Forward the user's input to the corgispec-verify skill as-is.
Verify postconditions
After the skill completes, verify: