Create Skill Revision
createSkillRevisionOpen a draft revision of a skill, copying its files from the active revision (or from source_revision_id). Edit the draft with updateSkillRevisionFile, then activate it with promoteSkillRevision — the previously active revision stays intact and can be re-activated later. A skill has at most one open draft: if one already exists this returns it with created: false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_id | Yes | Skill ID. | |
| source_revision_id | No | Revision to fork the new draft from. Defaults to the live revision (or the skill's current files if there is no live revision yet). |