Skip to main content
getty104
GitHub creator profile

getty104

Repository-level view of 51 collected skills across 2 GitHub repositories.

skills collected
51
repositories
2
updated
2026-07-25
repository explorer

Repositories and representative skills

create-issue-from-issue-number
software-developers

Re-analyze an existing GitHub Issue using its current title and body as input, refresh the implementation plan against the latest code state, and update the Issue in place. Use this when the user provides an Issue number (numeric, `#`-prefixed, or Issue URL) and wants to regenerate the code analysis via the explore-agent subagent. For reflecting comment-driven updates instead, use update-issue. For creating a brand-new Issue from a natural-language task description, use create-issue.

2026-07-25
create-issue
software-developers

Create an implementation plan and a GitHub Issue based on the task description provided as an argument. Use this when the user supplies a natural-language task description (not an issue number) and wants a new implementation-ready Issue. If the input is an existing issue number, use create-issue-from-issue-number (re-analyze) or update-issue (reflect comments) instead.

2026-07-25
answer-issue-questions
software-developers

GitHub Issueの確認事項に対して、コードベースやドキュメントを徹底的に調査し、根拠に基づいた回答を提供するスキル。Issueの最後のコメントに含まれる確認事項を調査・回答し、コメントに追記する。

2026-07-25
check-library
software-developers

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

2026-07-25
create-ui-design
web-and-digital-interface-designers

Create or update the Pencil (`.pen`) design for a UI implementation Issue before any code is written, then open a design-only PR. Takes the Issue number as argument, extracts the design requirements from the Issue description and comments, delegates `.pen` edits to the pencil-design-updater agent, exports snapshot PNGs, pushes them on the fixed `cc-ui-design-<Issue number>` branch, and opens a PR that references the Issue with `Refs #<N>` (never a closing keyword).

2026-07-25
exec-issue
software-developers

Execute tasks based on GitHub Issue content

2026-07-25
fix-review-point
software-developers

Address unresolved review comments on specified PR

2026-07-25
triage-created-issue
software-developers

Triage a GitHub issue that already has the cc-issue-created label and is assumed to be ready to start. First inspect the comment history to decide whether human confirmation is needed (cc-need-human-check, highest priority); otherwise decide whether the issue should be closed as not needed, unanswered confirmation items remain (cc-answer-issue-questions), the description is stale relative to settled comment-history content and must be refreshed before execution (cc-update-issue), or it can move to execution (cc-exec-issue). Dependency checks are out of scope.

2026-07-25
Showing top 8 of 27 collected skills in this repository.
create-review-fix-plan
software-developers

GitHub PRの未解決レビューコメント・会話コメント・CIステータスを確認し、修正プランを作成します。

2026-07-04
read-github-issue
software-developers

GitHub Issueの内容を取得し、並列実行可能な単位に分解します。

2026-07-04
exec-issue
software-developers

Execute tasks based on GitHub Issue content

2026-07-04
triage-pr
software-developers

Triage a single GitHub PR by PR number. Check out the PR's branch, detect conflicts with the target branch via `gh pr status` (and label the PR with `cc-resolve-conflict` if any are found), generate and evaluate a fix plan via create-review-fix-plan, then take action (add cc-fix-onetime label if fixes are needed, or merge the PR if it's ready).

2026-07-04
create-pr
software-developers

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

2026-07-04
commit-push
software-developers

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

2026-07-04
update-issue
software-developers

Update an existing GitHub Issue's description based on the issue number. Reads all issue comments and reflects any items not yet captured in the description. After refreshing the description, reviews it for remaining ambiguities or unclear requirements and posts any open questions as a follow-up 確認事項 comment.

2026-07-04
bump-version
software-developers

base-toolsプラグインのバージョン(patchバージョン)をインクリメントし、commit-pushでコミット・プッシュしたうえでPRを作成する。「バージョンを上げて」「バージョンアップ」「bump version」などのリクエストで使用する。

2026-07-04
Showing top 8 of 24 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded