بنقرة واحدة
genname
Generate a /rename command from arguments. No git or gh calls — pure string formatting.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a /rename command from arguments. No git or gh calls — pure string formatting.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Run the full local cleanup pipeline — stale git worktrees, dead personal forks, Docker prune, Go caches, and Homebrew — in one pass, each stage report → confirm → execute, then a combined reclaimed-space summary. TRIGGER when the user wants a broad disk cleanup ("free up disk space", "почисти всё", "run the cleanup pipeline"). DO NOT trigger when the user clearly wants only one specific cleaner — invoke that skill instead.
Reclaim Docker disk by pruning unused images, containers, networks, build cache, optionally volumes, and the build cache of non-default buildx builders; on VM-backed daemons (Colima/Lima) also offers a guest fstrim so the host-side sparse disk image actually shrinks. Shows reclaimable size first, then prunes the user-chosen scope after approval. TRIGGER when the user wants to free Docker space ("docker prune", "почисти docker", "reclaim image cache"). DO NOT trigger for removing specific named containers/images.
Generate plain-text TLDR for PRs (for Slack, copied to clipboard). Each entry includes change scope (+N/-M lines, K files), a 1-5 star review-effort rating (time to review) and a 1-5 star outcome rating whose axis depends on the change — Pain relieved for fixes, Joy for features, Impact for internal work — so the reader can both budget time and prioritise before opening the PR.
Draft a GitHub PR review with inline comments. Opens with a readiness gate (stops on merge conflicts or red code-related CI with a fix-it note, no verdict), then runs the five-frame substance pass (problem real & root cause in-repo / approach optimal & worth its permanent cost / tradeoffs & scope / docs sync / code quality), cascades /branch-review, performs sequential Claude+Codex dual-model analysis on the PR diff, cross-validates every finding with explicit evidence, and presents the draft for approval. A value/design gate can block a PR even when the code is flawless — root cause upstream, permanent maintenance cost disproportionate to niche value, wrong layer, or scope over-reach. Publishing the review to GitHub is opt-in via `--publish`; without it the draft is the deliverable. Reviews open with an LGTM or NOT LGTM verdict (matching the /branch-review convention); the only no-verdict path is the readiness gate's fix-CI / fix-conflicts note. TRIGGER: invoke proactively whenever the user asks to review, a
Review current branch changes in isolation. Output starts with LGTM verdict — if no LGTM, the code is not ready to merge. IMPORTANT — always pass all flags you already know from context (target branch, project type, ticket, etc.). Do not rely on auto-detection when the answer is known. Pass --target to set which branch the changes are going INTO. Pass --ticket with a URL or ID to validate against requirements.
Reclaim Homebrew disk by removing old formula/cask versions, pruning the download cache, and uninstalling orphaned dependencies (brew autoremove). Shows a dry-run estimate first, then runs the user-chosen scope after approval. TRIGGER when the user wants to free Homebrew space ("brew cleanup", "почисти brew", "remove orphaned brew packages"). DO NOT trigger for uninstalling a specific named formula.
استنادا إلى تصنيف SOC المهني
| name | genname |
| description | Generate a /rename command from arguments. No git or gh calls — pure string formatting. |
| argument-hint | <type> <title> [PR number] |
Generate a /rename command from arguments. No git or gh calls — pure string formatting.
Parse arguments for:
fix, feat, refactor, chore, ci, docs, test, perf, build, style)e2e-kubernetes-flaky-retry)#NIf arguments are not provided (or partially provided), infer them from conversation context:
feat/... → feat, fix/... → fix)feat/vnc-transport-abstraction → vnc-transport-abstraction)gh pr view output, etc.)Never ask the user for arguments that can be inferred. If nothing can be inferred and no arguments provided, then ask.
- and _ with spaces, capitalize first letter only(PR #N)Output the rename command as a single copyable line:
/rename <type>: <Title> (PR #<number>)
Or without PR:
/rename <type>: <Title>
/genname fix e2e-kubernetes-flaky-retry 2062 → /rename fix: E2E kubernetes flaky retry (PR #2062)/genname feat app-harbor #2055 → /rename feat: App harbor (PR #2055)/genname refactor e2e-helm-install → /rename refactor: E2E helm install/genname ci optimize-build-pipeline 100 → /rename ci: Optimize build pipeline (PR #100)