endgame Skill
Orchestrate endgame verification for a GitHub milestone issue. Fetches the issue, parses assigned tasks, delegates each task to a subagent that researches the linked PR/issue and writes a test plan, and saves every plan to com.microsoft.copilot.eclipse.swtbot.test/test-plans/ following the project's standard test-plan Published by microsoft in copilot-for-eclipse.
What is endgame Skill?
Orchestrate endgame verification for a GitHub milestone issue. Fetches the issue, parses assigned tasks, delegates each task to a subagent that researches the linked PR/issue and writes a test plan, and saves every plan to com.microsoft.copilot.eclipse.swtbot.test/test-plans/ following the project's standard test-plan Published by microsoft in copilot-for-eclipse. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Research
- Testing use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use endgame Skill
- Use it for testing.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/copilot-for-eclipse
- Skill file: .github/skills/endgame/SKILL.md
What it does
Orchestrate endgame verification for a GitHub milestone issue. Fetches the issue, parses assigned tasks, delegates each task to a subagent that researches the linked PR/issue and writes a test plan, and saves every plan to com.microsoft.copilot.eclipse.swtbot.test/test-plans/ following the project's standard test-plan
Skill instructions
Endgame Verification Skill Use this skill to run an endgame verification pass for a GitHub milestone issue. Each task in the issue is delegated to a subagent that researches the linked PR/issue and writes a test plan under com.microsoft.copilot.eclipse.swtbot.test/test-plans/. Workflow ⚠️ CRITICAL — YOU MUST FOLLOW THESE RULES: 1. Do NOT run gh pr view or gh issue view for individual tasks — only run it once for the main endgame issue. 2. Do NOT research or analyse any task yourself. 3. Do NOT create any test-plan files yourself. 4. IMMEDIATELY call runSubagent for each task after parsing the issue — no delays, no research. --- Step 1 — Ask the user for inputs Ask for: - The GitHub endgame issue URL (e.g. https://github.com/microsoft/copilot-for-eclipse/issues/XXXX) - The user's GitHub account name --- Step 2 — Fetch the endgame issue (ONE call only) shell gh issue view <issuenumber --repo microsoft/copilot-for-eclipse --json body --jq '.body' Parse the body to find all tasks (checkbox
Explore related resources
Frequently asked questions
What is endgame?
endgame is a open-source AI agent skill with Copy skill directory. Orchestrate endgame verification for a GitHub milestone issue. Fetches the issue, parses assigned tasks, delegates each task to a subagent that researches the linked PR/issue and writes a test plan, and saves.
Who is endgame best for?
endgame is best for reusing agent instructions, scripts, and references, testing workflows, research workflows.
How do I install endgame?
Install or run endgame using Copy skill directory. Check endgame for the latest setup command.
Is endgame actively maintained?
endgame may need a closer maintenance check before production use.