Skip to main content
مستودع GitHub

dotfiles

يحتوي dotfiles على 9 من skills المجمعة من tsukuboshi، مع تغطية مهنية على مستوى المستودع وصفحات 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