원클릭으로
chezmoi-unmanaged
Safely review and process unmanaged chezmoi files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Safely review and process unmanaged chezmoi files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create timestamped backup of files that would be changed by chezmoi
Comprehensive chezmoi and dotfiles status overview
Analyze chezmoi changes and create safe integration plan
Restore files from a chezmoi backup
Log significant Claude Code actions to Obsidian vault. Invoke after completing features, bug fixes, refactors, deployments, cleanups, or any substantial task.
Use when unbiased analysis is needed without conversation context contamination. Launches an isolated read-only background agent with a self-contained prompt crafted from current context. Use for audits, reviews, reports, or any analysis where prior assumptions might bias results.
| name | chezmoi-unmanaged |
| description | Safely review and process unmanaged chezmoi files |
| allowed-tools | Bash(chezmoi:*), Bash(ls:*), Bash(awk:*), Bash(echo:*) Read, Edit, LS, Glob |
chezmoi unmanaged | wc -lls -la ~/.chezmoi-backups/latest 2>/dev/null | awk '{print $11}' || echo "No backups yet"!chezmoi unmanaged | head -10
Reference:
[A] Add to chezmoi (tracked) [T] Add as template (for files with dynamic content) [I] Add to .chezmoiignore [S] Skip for now [Q] Quit processing
For directories, also offer: [R] Add recursively [P] Add specific pattern to .chezmoiignore (e.g., .config/dir_name/**)
Provide smart recommendations based on:<output_format> For each file:
File: ~/.example_file
Type: [Configuration|Data|Cache|History|...]
Recommendation: [Add|Ignore|Template|Review] - [Reason for recommendation]
Options:
[A] Add to chezmoi
[T] Add as template
[I] Add to .chezmoiignore
[S] Skip for now
[Q] Quit processing
Enter choice:
Wait for user's choice before proceeding to next file. </output_format>
When user selects an option:For [A] Add:
chezmoi add ~/[file_path]For [T] Template:
chezmoi add --template ~/[file_path]For [I] Ignore:
For [R] Add recursively:
chezmoi add -r ~/[directory_path]Track all changes made in a summary to display at the end.
<summary_report> After processing files (or on quit), show:
Summary of Actions:
- Added to chezmoi: [count] files
- [list files]
- Added as templates: [count] files
- [list files]
- Added to .chezmoiignore: [count] entries
- [list entries]
- Skipped: [count] files
- [list files]
Recommendation: Run `/chezmoi-status` to see overall status
</summary_report>
<safety_reminders>
/chezmoi-backup before applying changes
</safety_reminders>