ワンクリックで
update-scripts-readme
Auto-update scripts/README.md when scripts are added, changed, or removed
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Auto-update scripts/README.md when scripts are added, changed, or removed
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Write Bash commands that don't trigger unnecessary permission prompts. Use Read/Edit/Grep instead of head/tail/sed/awk/cat/echo; split chained commands (&&, ;, ||) into separate Bash calls; drop diagnostic suffixes like `; echo "EXIT=$?"`. The allowlist matches whole command strings — every mismatch costs the user attention.
Commit user-named files atomically via scripts/commit-pathspec.sh (which wraps `git commit -m "..." -- <files>` and writes the provenance token the pre-commit hook validates). Applies the CLAUDE.md "Pre-commit hook failures on unrelated changes" protocol when the hook fails. Never adds --no-verify silently — explicit user approval is required.
Scaffold a new epic file in docs/developers/tasks/open/ and run housekeep
Scaffold a new idea file in docs/developers/ideas/open/ and regenerate the ideas OVERVIEW.md
Set a task to active — updates status, moves to active/, runs housekeep. Also resumes paused tasks (paused/ → active/ or active/ with closed prerequisites).
Mark a task as closed — writes effort_actual, moves the file to closed/, runs housekeep, and commits
SOC 職業分類に基づく
| name | update-scripts-readme |
| description | Auto-update scripts/README.md when scripts are added, changed, or removed |
Automatically updates the scripts/README.md documentation to reflect the current state of the scripts folder by running the update_scripts_readme.py script.
The user invokes this as /update-scripts-readme with no arguments.
python3 scripts/update_scripts_readme.pyThe skill simply runs the existing scripts/update_scripts_readme.py script which:
scripts/ directory🔍 Scanning scripts directory...
📝 Updated /home/user/project/scripts/README.md
🔍 Validating markdown...
✅ Markdown lint: PASSED