| name | source-command-corgi-archive |
| description | Archive a completed change, close tracking issues, and sync delta specs |
source-command-corgi-archive
Use this skill when the user asks to run the migrated source command corgi-archive.
Command Template
Archive a completed change, close tracking issues, and sync delta specs.
Input: Optionally specify a change name after /corgi:archive.
Steps
-
Determine platform
Read openspec/config.yaml and check the schema field.
-
Dispatch to platform skill
- If
schema: gitlab-tracked → Follow the instructions in the corgispec-archive-change skill
- If
schema: github-tracked → Follow the instructions in the corgispec-gh-archive skill
- Otherwise → Tell the user: "Unsupported schema ''. Supported: gitlab-tracked, github-tracked." and stop.
-
Pass through all input
Forward the user's input (change name, etc.) to the selected skill as-is.