Skip to main content
GitHub リポジトリ

dotfiles

dotfiles には tsukuboshi から収集した 9 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
9
Stars
15
更新
2026-07-04
Forks
1
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

genai-doctor
ソフトウェア開発者

Tune the entire ~/dotfiles/genai configuration (settings.json, rules, skills, hooks, permissions) by cross-checking the latest official Claude Code documentation and analyzing recent conversation history for recurring request patterns. Use when the user wants to audit, check, or tune their Claude Code setup as a whole — e.g. 'genai をチューニング', '設定を最新化', '設定の棚卸し', 'settings.json をチェック', '会話履歴から改善点を探して', 'スキルを提案して'. For a single targeted settings change (e.g. adding one permission or env var), use update-config instead.

2026-07-04
open-pr
ソフトウェア開発者

Create PR via GitHub Web UI without gh CLI (Compare Default: current branch, Base Default: reflog origin). Use this skill whenever the user wants to create a pull request, open a PR, or submit changes for review. This skill intentionally avoids gh CLI because its OAuth token requires broader permissions than necessary — instead it opens the GitHub Web UI directly.

2026-05-20
plan-issue
プロジェクト管理専門家

Create GitHub Issue from the current plan file so the plan is captured before implementation begins. ALWAYS invoke this skill automatically right after a plan in plan mode is approved (i.e., after ExitPlanMode), before any code is written. Also use when the user says 'issue にする', 'issue に登録', 'issue 作成', 'make this an issue', 'file an issue', 'create an issue from this plan', 'turn this plan into an issue', or otherwise wants to capture their plan as a GitHub Issue.

2026-05-20
investigate-alarm
ネットワーク・コンピュータシステム管理者

Investigate AWS CloudWatch Alarm notifications. Use this skill when the user pastes a CloudWatch Alarm notification (from Slack, email, SNS, etc.) containing alarm name, account ID, region, and state information. Also trigger when the user asks to investigate or troubleshoot an AWS alarm, or mentions a specific alarm name they want to look into.

2026-04-19
sso-auth
ソフトウェア開発者

Authenticate to AWS using exported environment variables (e.g. from AWS SSO portal). Use this skill when the user pastes export AWS_ACCESS_KEY_ID=... environment variables or AWS SSO credentials.

2026-04-19
create-commit
ソフトウェア開発者

Generate commit message from staged changes and repository history, then commit. Use this skill whenever the user wants to commit, save changes, or asks to generate a commit message — even casually like 'commit this' or 'save my changes'.

2026-04-15
clean-branches
ソフトウェア開発者

Delete local branches that have been merged into the base branch and prune stale remote tracking references. Use this skill when the user wants to clean up old branches, remove merged branches, tidy up their local git state, or prune remote references — even casually like 'clean up branches' or 'delete merged branches'.

2026-04-06
review-branch
ソフトウェア品質保証アナリスト・テスター

Review branch diff without gh CLI (Compare Default: current branch, Base Default: main). Use this skill whenever the user wants to review changes, check a diff, see what changed on a branch, or asks 'what did I change'. This skill intentionally avoids gh CLI because its OAuth token requires broader permissions than necessary.

2026-03-31
aws-updates
ソフトウェア開発者

Fetch AWS What's New updates from the past month and highlight those covered by the AWS Japan official blog, with tag-based categorization

2026-03-29