stash-namer
Generate meaningful git stash names from your changes. Use when stashing work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate meaningful git stash names from your changes. Use when stashing work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | stash-namer |
| description | Generate meaningful git stash names from your changes. Use when stashing work. |
Stop naming stashes "WIP" or leaving them unnamed. This reads your changes and creates a meaningful stash name.
One command. Zero config. Just works.
npx ai-stash-name
# Stash with auto-generated name
npx ai-stash-name
# Preview without stashing
npx ai-stash-name --dry-run
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-stash-name --help
Runs git diff to see your changes, sends the diff summary to GPT-4o-mini to generate a descriptive name, then runs git stash push -m with that name.
MIT. Free forever. Use it however you want.