Back to authors
getty104

getty104

11 Skills published on GitHub.

check-library

ライブラリの情報を確認するためのスキル。Next.js、shadcn、その他のライブラリについて、適切なMCPサーバーを使用して最新のドキュメントと使用方法を取得します。

UncategorizedView skill →

commit-push

コード変更を適切なgitコミット戦略でgit commitし、pushします。基本的には既存のgitコミットへのsquash戦略を採用し、必要に応じてブランチ全体のgitコミット履歴を再構成します。実装完了時やユーザーがgit commitを依頼した時に使用します。

UncategorizedView skill →

create-git-worktree

git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。

UncategorizedView skill →

create-issue

Create an implementation plan and a GitHub Issue based on the task description provided as an argument

UncategorizedView skill →

create-pr

GitHubでPull Request(PR)を作成します。PRのdescriptionには指定されたテンプレートを使用し、必要な情報を記載します。PR作成後、PRのURLを報告します。

UncategorizedView skill →

exec-issue

Execute tasks based on GitHub Issue content using a git worktree

UncategorizedView skill →

fix-review-point

Address unresolved review comments on specified branch

UncategorizedView skill →

read-github-issue

GitHub Issueの内容を取得し、実装プランを作成します。

UncategorizedView skill →

read-unresolved-pr-comments

GitHub PRから未対応のコメントを取得し、修正プランを作成します。

UncategorizedView skill →

resolve-pr-comments

GitHub PRの未解決Review threadsを一括Resolveします。

UncategorizedView skill →

update-issue

Update an existing GitHub Issue's description based on the issue number and request provided as arguments

UncategorizedView skill →