Yuichiro Yamashita
Community@baseballyama · Tokyo
Yuichiro Yamashita maintains skills for Svelte compiler upgrades, rsvelte compatibility verification, Rust performance tuning, and GitHub PR review and CI remediation.
Agent Skills by Yuichiro Yamashita
Showing 10 vetted skills indexed across 2 GitHub repositories.
upgrade-svelte
Upgrades the Svelte submodule, regenerates fixtures, and fixes compiler regressions until tests pass.
verify-svelte-compat
Verifies rsvelte compiler output matches the official Svelte compiler across external repositories.
ci-fix-and-verify
Diagnoses and fixes failing GitHub PR checks until all CI passes.
repo-hygiene
Audits repository structure, naming, gitignore coverage, and CI configuration for OSS cleanliness.
perf-loop
Optimizes Rust code through a disciplined measure-hypothesize-change-remeasure performance loop.
full-code-review
Reviews rsvelte pull requests through phased multi-agent code review with interactive fixes.
issue-triage
Classify GitHub issues by type and apply labels to route workflows.
run-check-and-test
Run format, lint, type checks, tests, and builds from project manifests.
review-response
Responds to unresolved GitHub PR review comments with fixes, commits, and threaded replies.
pr-workflow
Enforce branch naming, commit hygiene, and PR title conventions.
Frequently Asked Questions About Yuichiro Yamashita
FAQPage SchemaWhat tasks can I automate using baseballyama's skills?▼
You can upgrade Svelte submodules with fixture regeneration, verify rsvelte compiler compatibility against external repositories, run five-phase branch-level code reviews, triage GitHub issues, fix failing CI until green, respond to PR review threads, audit repository hygiene, and run disciplined Rust performance optimization loops.
Who are these skills designed for?▼
They target maintainers and contributors of the rsvelte project—the Rust port of the official Svelte compiler—plus engineers managing Svelte-based repositories. Code owners reviewing PRs, developers chasing Rust bottlenecks, and OSS maintainers enforcing branch, commit, and PR title conventions all benefit.
How do I invoke these skills in practice?▼
Skills are triggered via slash commands or natural requests, e.g. '/verify-svelte-compat <github-url>', '/ci-fix-and-verify [PR番号]', '/review-response [PR番号]', or Japanese phrases like 'フルレビュー' and 'CI直して'. They execute with Read, Grep, Glob, Bash, Edit, Write, and Agent permissions.
What prerequisites and dependencies do these skills require?▼
Skills operate on GitHub repositories with git submodules, Cargo-based Rust projects, and Svelte compiler fixtures. The perf-loop skill assumes a Rust codebase with profiler access and NAPI validation; review and CI skills require GitHub PRs with review threads and CI checks.
Does repo-hygiene modify my source code?▼
No. The repo-hygiene skill explicitly does not modify source code logic. It removes dead files, fixes naming inconsistencies, updates .gitignore, and organizes the repository for OSS contributors, keeping all functional code untouched during the audit and cleanup.