Workflow Skill Delivery
Purpose
Gate all skill-system publication behind validation and a full green test run.
Delivery Sequence
- Sync managed instructions:
- Update the managed routing block in the global Copilot instructions.
- Refresh generated artifacts:
- Rebuild
_index.mdfrom the discovered skills.
- Rebuild
- Validate the repo:
- Check the registry, required layered skills, and managed markers.
- Run the full suite:
- Run all skill-system tests, not just the focused test.
- Publish only if green:
- Commit only after validation and all tests pass.
- Push only if a remote is configured.
Hard Rules
- Validation and tests are mandatory before commit.
- Generated files are updated before commit, not after.
- Push failures should leave a clean local commit and a clear message.
- The delivery path should be scriptable so the same gate runs for humans and automation.