Our review
Opens Windows Explorer at the root of the current Git repository.
Strengths
- Quickly access the project folder in the graphical file manager.
- Uses Git command to find the repo root, ensuring correct location.
- Simple and straightforward, no manual navigation needed.
Limitations
- Windows-only.
- Requires Git installed and configured in the Bash environment.
- Falls back to current directory if not inside a Git repo.
When you need to open Windows Explorer at the project root to manage files visually.
If you are on a non-Windows OS (macOS/Linux) or prefer command-line navigation.
Security analysis
SafeThe command opens Windows Explorer in the git root directory using cmd.exe, without any destructive, exfiltrating, or obfuscated actions. The path construction is safe even with spaces or special characters.
No concerns found
Examples
Open explorerShow in explorerOpen folder in explorer at the git rootname: 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.