shuymn
- 11 skills
- 0 followers
- 6 hours ago last updated
- ▌ Commit · shuymn bundleCreates meaningful git commits by analyzing changes and committing in logical units. Use when the user wants to commit changes to git, requests commit creation, or asks to save changes to version control. Supports --english and --japanese for commit language selection and --branch to create a new branch before committing.
- ▌ Simplify · shuymnSimplifies recently changed code by running three parallel reviews (reuse, quality, efficiency) and applying only behavior-preserving fixes. Use when the user asks to simplify, clean up, reduce duplication, improve code reuse, or optimize recently changed code, a staged diff, a branch diff, or explicitly listed files. Also use when the user says things like 'simplify this', 'まとめて整理して', 'コードをスリムにして', or invokes `/simplify`.
- ▌ Create Pr · shuymn bundleReviews committed changes and creates a pull request on GitHub. Use when the user wants to create a PR, push changes for review, or open a pull request. Requires a GitHub repository. Supports --japanese flag for Japanese descriptions, --base flag to specify target branch, and --update flag to update an existing PR.
- ▌ Proofread · shuymn bundleReview text for AI writing tropes and mechanical prose patterns, then report findings with concrete rewrite suggestions. Use when the user asks to proofread, lint, or polish writing — especially docs, blog posts, READMEs, commit messages, PR descriptions, or any prose that should read as human-written. Also use when the user says "check for AI slop", "does this sound like AI", "make this sound more natural", or wants to de-AI their text.
- ▌ Prune Tests · shuymn bundlePrunes test-suite sediment without discarding regression protection. Use when the user wants to audit or remove meaningless, vacuous, obsolete, duplicate, brittle, or coding-agent-generated tests, consolidate a test suite, or decide whether tests for removed behavior still protect a current contract.
- ▌ Triage Review · shuymnProcesses AI reviewer feedback and applies only verified fixes. Works in two modes: (1) fetches comments from a PR URL or current branch, (2) processes feedback pasted directly into the conversation. Trigger when the user wants to bulk-process or apply AI review suggestions — from a GitHub PR or pasted text. Do NOT trigger for single questions about what a bot said, or general code review discussion.
- ▌ Audit Agents Md · shuymnAudits and refines a CLAUDE.md or AGENTS.md file for instruction density, staleness, and effectiveness. Use when reviewing or improving an agent instruction file, after significant project changes (skills, architecture, or tooling), when agent behavior suggests instructions are ignored or misinterpreted, when the file feels bloated or repetitive, or when the user says "review my AGENTS.md" or "audit agent instructions".
- ▌ Adversarial Verify · shuymn bundleAdversarial verification of code changes — probes target files for vulnerabilities through edge cases, error paths, security boundaries, and concurrency attacks. Use when you want to stress-test implementation correctness or validate defensive robustness before shipping.
- ▌ Extensible By Design · shuymn bundleDesign philosophy for AI-native software that agents and humans can extend without bloating core. Use when designing new products, reviewing architecture for extensibility, deciding what belongs in core vs extensions, choosing between code and instruction layers, evaluating whether AI self-modification loops are possible, or when the user asks to make software self-extensible, avoid feature bloat, or apply extensibility-by-design principles.
- ▌ Goal Loop Engineering · shuymn bundleDrafts copyable GPT-5.6 Sol and Codex Goal prompts that turn a software-engineering objective into incremental checkpoints with validation loops, approval boundaries, durable progress, and verifiable completion. Use when the user asks to create or rewrite a `/goal`, Codex Goal prompt, Loop Engineering prompt, or long-running coding-task prompt that should progress across multiple bounded Goal turns.
- ▌ Github Clone Workspace · shuymn bundleClones public GitHub repository or /tree/<ref>/<directory> URLs into temporary local workspaces for code inspection. Use when the user provides a GitHub repo/tree URL and local read/search/bash inspection would help.