Our review
Opens Windows Explorer at the root of the current Git repository (or current directory if Git is not available).
Strengths
- Fast execution
- Uses 'git rev-parse' to determine the repository root
- Gives feedback about which folder was opened
Limitations
- Windows-only skill
- Requires Cygwin (cygpath) for path conversion
- May fail if Git is not installed or accessible
When the user asks to open a folder in Windows Explorer, e.g., 'open explorer' or 'show in explorer'.
On non-Windows systems or when the environment lacks required tools (cygpath, cmd.exe).
Security analysis
SafeThis command only opens Windows Explorer at a specified directory using standard OS tools. There is no destructive action, data exfiltration, or obfuscation.
No concerns found
Examples
open explorershow in explorername: explorer description: | Open Windows Explorer in the current git worktree root. Use when user says "open explorer", "open folder", "show in explorer". allowed-tools:
- Bash
Open Explorer
cmd.exe /c "explorer $(cygpath -w "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")"
Confirm to the user which folder was opened.
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.