Managing Context in GitHub Copilot
Every .github/ file I add to a repo either loads on every Copilot request or only when the task calls for it. Mixing those two up is the main way Copilot chat gets slow and unfocused. My .claude/skills/ setup for this blog’s repo already runs on that principle, so when Copilot shipped Agent Skills as the on-demand counterpart to copilot-instructions.md, the question was which convention belonged in which bucket. See Configuring GitHub Copilot Custom Instructions for the always-on side’s setup mechanics. ...