一键导入
rename
Organizes and renames photos based on their visual content, date, and location metadata
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Organizes and renames photos based on their visual content, date, and location metadata
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user asks to commit, write a commit message, generate a conventional commit, or invokes /conventional-commit. Also use when staged changes need a commitlint-compliant message, when the user asks to commit and push (or passes --push), when unstaged or untracked files exist and staging scope must be confirmed, or when agent-attribution trailers must be avoided on commits. Handles git commit and git push flags when the user passes them.
Use when the user asks to create, open, or raise a GitHub pull request, submit changes for review. Also when staged, committed, or unpushed work needs a PR via gh CLI and required PR metadata is missing (base branch, draft vs ready, reviewers, labels, linked issues, test plan).
Use when the task is multi-constraint, ambiguous, architectural, or needs a design/algorithm choice before answering. Skip for trivial lookups and one-line edits.
Use when the user explicitly asks to audit, critic, or verify a generated solution or answer (e.g. /verifying-solutions, "audit this", "critic this") — not for routine completion claims or pre-answer design.
Use when staging, formatting, or creating git commits for code changes in a Git repository.
Analyzes error logs, stack traces, and provides systematic debugging strategies and solutions
| name | rename |
| description | Organizes and renames photos based on their visual content, date, and location metadata |
Analyze and rename photos in the specified directory: $ARGUMENTS
Please help organize photos by following these steps:
Directory Analysis:
find "$ARGUMENTS" -type f ( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" -o -iname "*.heic" -o -iname "*.tiff" ) | head -20ls -la "$ARGUMENTS" | head -10Photo Content Analysis: For each photo, analyze and suggest names based on:
Metadata Extraction:
exiftool "$ARGUMENTS"/*.jpg 2>/dev/null | head -20 || echo "exiftool not available, using file dates"Naming Strategy: Create descriptive, organized filenames using format:
YYYY-MM-DD_Event-Description_001.jpg2024-07-15_Beach-Vacation_Sunset_001.jpg2024-12-25_Christmas-Morning_Family_002.jpgOrganization Suggestions:
Safe Renaming Commands: Generate safe bash commands to rename files:
Quality Assessment:
Please provide:
Example: Rename IMG_1234.jpg to "2024-07-20_Birthday-Party_Cake-Cutting_001.jpg"
question tool for EVERY user interaction — never ask questions as plain text