.github/skills/assign-copilot/SKILL.md
Assigns a GitHub issue to the Copilot coding agent, optionally specifying a custom agent. Use this when asked to assign an issue to Copilot or delegate an issue to CCA.
npx skillsauth add desktop/desktop assign-copilotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the assign.sh script in this skill's directory to assign a GitHub issue to the Copilot coding agent (CCA).
Run the script with the following arguments:
bash <skill-directory>/assign.sh <issue-number> [custom-agent-name]
issue-number (required): The GitHub issue number to assign.custom-agent-name (optional): The name of a custom agent to use (e.g., deskocat, electron-upgrader).Assign issue #42 to Copilot with the default agent:
bash <skill-directory>/assign.sh 42
Assign issue #42 to Copilot with a specific custom agent:
bash <skill-directory>/assign.sh 42 deskocat
Before assigning, you can check which custom agents are available by looking at .github/agents/ in the repository. Each .agent.md file defines a custom agent.
gh CLI must be installed and authenticated.@copilot using the GitHub CLI.agent_assignment field.tools
Walk through updating the version of Git shipped in GitHub Desktop. This is a multi-repo process spanning dugite-native, dugite, and desktop. Use this when asked to update Git, update Git for Windows, or bump the Git version.
testing
Instructions for writing and maintaining tests in GitHub Desktop. Covers unit tests, UI component tests, and ad-hoc E2E tests. Use this skill when implementing features or bugfixes to write relevant tests, update existing tests, run the full suite to check for regressions, and produce screenshots and videos for Pull Request documentation.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).