Problem
The context: fork skill frontmatter field is ignored by Copilot CLI. In Claude Code, this creates an isolated git worktree for the skill execution, preventing changes from affecting the main working tree until explicitly merged.
11 skills use context: fork and lose this isolation on Copilot CLI.
Impact
Skills that modify files during execution (e.g., step execution, bug fixes) run directly in the user's working directory instead of an isolated worktree. Risk of unintended changes to uncommitted work.
Upstream tracking
Problem
The
context: forkskill frontmatter field is ignored by Copilot CLI. In Claude Code, this creates an isolated git worktree for the skill execution, preventing changes from affecting the main working tree until explicitly merged.11 skills use
context: forkand lose this isolation on Copilot CLI.Impact
Skills that modify files during execution (e.g., step execution, bug fixes) run directly in the user's working directory instead of an isolated worktree. Risk of unintended changes to uncommitted work.
Upstream tracking