skills/close-editor/SKILL.md
Close Unreal Editor gracefully or forcefully
npx skillsauth add sipherxyz/universal-ue-skills close-editorInstall 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.
Platform: Windows
tasklist | grep -i UnrealEditor
If no output, editor is not running. Inform user and exit.
Try graceful termination first:
taskkill //IM UnrealEditor.exe
Wait 2-3 seconds, then verify:
tasklist | grep -i UnrealEditor
If still running (likely waiting for save dialog):
taskkill //F //IM UnrealEditor.exe
Verify closed:
tasklist | grep -i UnrealEditor
No output = success.
User: close editor
Assistant:
1. Checking if Unreal Editor is running... Found (PID 12345)
2. Sending termination signal...
3. Editor closed successfully.
//F) skips save prompts - use when stuckskill: close-editor
invoke: /dev-workflow:close-editor
type: utility
category: editor-tools
scope: project-root
development
This skill should be used when implementing features in isolation using git worktrees. Triggers on "create worktree", "isolated workspace", "parallel development", or when starting implementation that should not affect main workspace.
testing
Manage VFX team issues on GitHub Projects - timeline scheduling, status updates, member commit checks, bulk assign. Use when managing VFX team project board, adding issues to timeline, checking member progress, or bulk-updating issue fields.
tools
Generate C++ validation rules from JSON definitions. Use when team updates ValidationRules.json or asks to add/modify validation rules.
development
Check codebase for Microsoft Xbox XR (Xbox Requirements) compliance issues. Scans for account picker, cloud saves, achievements, Quick Resume, and Xbox certification requirements. Use before console submission or when preparing for Microsoft certification. Triggers on "XR", "Xbox certification", "Microsoft compliance", "Xbox cert", "Xbox requirements", "GDK compliance".