shihyuho
- 24 skills
- 0 followers
- 17 hours ago last updated
- ▌ Pangu · shihyuho bundleQuietly apply pangu spacing whenever you write or edit CJK-mixed prose, including replies, docs, code comments, and commit messages, even without a spacing request. Also use when asked for pangu, 盤古之白, or spacing fixes. Preserve code, exact quotes, syntax, and token interiors.
- ▌ Pr · shihyuho bundlePush the current feature branch and open a pull request with a default-branch safety gate.
- ▌ E04 · shihyuho bundleDecode Zhuyin (Bopomofo) text typed with English keyboard keys into Chinese characters. ALWAYS try this skill when encountering unrecognized short letter/number sequences mixed with Chinese text that don't look like real English words or acronyms - e.g. "e04", "cl3", "su3", "cp3". Also use when user explicitly mentions 注音文, or asks what a cryptic alphanumeric fragment means in a Chinese context.
- ▌ Push · shihyuho bundlePush the current branch to origin with a safety gate for direct default-branch pushes.
- ▌ Commit · shihyuho bundleCreate one cohesive commit from all or explicitly selected changes, or ask before splitting clearly unrelated concerns.
- ▌ Sdkman · shihyuho bundleSwitch an SDKMAN-managed candidate for the next command when the user requests a candidate/version/vendor, a worktree-contained `.sdkmanrc` applies, or a diagnosed launcher/runtime mismatch belongs to SDKMAN. Leave compiler targets and wrapper- or toolchain-owned runtimes to their owning layer.
- ▌ Tldr · shihyuho bundleProduce a TL;DR of a given target. Use when the user asks for a tldr, tl;dr, or quick summary of anything.
- ▌ Scope It · shihyuho bundleCoordinate interchangeable scope and ticket workflows into one Delivery Map with a self-contained continuation protocol.
- ▌ Splitoff · shihyuho bundleHand the current conversation to a fresh background agent using a self-contained handoff summary; use a named Claude Code agent or a native Codex subagent.
- ▌ Plain · shihyuho bundleRewrite a piece of jargon-heavy or convoluted text into plain language a non-specialist can follow — unpack the jargon, break up tangled sentences, and cut academese and business-speak while keeping every point and staying precise. Use when the user explicitly asks to put something in plain language, simplify the wording, make a passage accessible, explain it like a human, or strip jargon from a document or draft they point to, including text just produced in the conversation. Do not trigger as unprompted cleanup of text the user has not asked to change; when the problem is length use the tighten or distil skill.
- ▌ Tradeoffs · shihyuho bundleRecommend a discussed option by weighing its added value against cost, risk, and complexity, with supporting evidence and conditions that would change the recommendation.
- ▌ Distil · shihyuho bundleRewrite a piece of text down to its core message, dropping whatever is peripheral to it — the result is the text itself rewritten shorter, not a summary written about it. Use when the user explicitly asks to distil, cut to the essentials, trim the fat, or strip a passage, document, or draft down to what matters, and is willing to lose secondary detail. Do not trigger as unprompted cleanup of text the user has not asked to change; when the user wants the text shorter but every point kept, use the tighten skill instead.
- ▌ Tighten · shihyuho bundleRewrite a piece of verbose text so it conveys exactly the same meaning in fewer words — every point in the original survives, and the result replaces the text rather than summarising it. Use when the user explicitly asks to tighten, shorten, condense, or compress a passage, document, message, or draft they point to, including text just produced in the conversation, and wants nothing dropped. Do not trigger as unprompted cleanup of text the user has not asked to change; when the user is willing to drop peripheral content to reach a core message, use the distil skill instead.
- ▌ Commit Push · shihyuho bundleCreate a commit and push its branch with safeguards for default-branch pushes.
- ▌ Skill Review · shihyuho bundleReview a skill using writing-for-agents and skill-creator, and optionally apply fixes.
- ▌ Create Branch · shihyuho bundleCreate or safely resume a descriptive local or issue-linked remote branch without duplicate branches.
- ▌ Commit Push Pr · shihyuho bundleCreate a commit, push its branch, and open a pull request with safeguards for default-branch pushes.
- ▌ Grill On Point · shihyuho bundleRun the `grill-with-docs` skill over a document, plan, or rough idea, surfacing only high-value findings that need the user's decision. Use only when the user explicitly invokes this skill.
- ▌ Merge Train · shihyuho bundleMerge approved pull requests one at a time through an auto-merge update-branch queue.
- ▌ Create Worktree · shihyuho bundleCreate or resume isolated work in a descriptive Git worktree, including an existing Planning Baseline branch.
- ▌ Writing Agents Md · shihyuho bundleCreate, rewrite, prune, or review `AGENTS.md` and `CLAUDE.md` by routing standing guidance to the smallest correct scope and mechanism. Use for stale or conflicting instructions, nested or path-scoped rules, task-specific skill boundaries, or deterministic enforcement.
- ▌ Cover Branches · shihyuho bundleFind branch coverage gaps in changed code and fix them by writing missing tests. Two analysis layers: Source ↔ Test (logic branches vs test cases) and Spec ↔ Test (requirement scenarios vs test cases, when a spec file is provided). Use when verifying test completeness after implementing a feature or fixing a bug, when auditing whether tests match a spec, or when suspecting untested branches.
- ▌ Post Gh Comment · shihyuho bundlePost local files or confirmed chat content as individual comments on a GitHub issue or pull request.
- ▌ Promote Claude Settings · shihyuho bundlePromote entries from the current project's .claude/settings.local.json into the global ~/.claude/settings.json. Use when user says "promote settings", "upgrade settings", "sync settings to global", "move local settings to global", or wants to move project-local Claude Code settings to global scope.