ソース情報
- リポジトリ
- JeremyDwayne/dotfiles
- ソースの最終更新活動
- 2026年8月15日 02:34
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/JeremyDwayne/dotfiles --skill file-prコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Monitor a pull request through review and CI. Use when the user asks to monitor, watch, or babysit a PR.
Rules for writing any user-facing business copy — landing pages, marketing sites, lifecycle/onboarding/sales emails, pricing pages, upgrade prompts, app-store listings, sales collateral. Use whenever writing or reviewing copy a customer or prospect will read.
Use when the user asks to communicate through an HTML document, or if they mention "HTML" with no additional context.
SOC 職業分類に基づく
SKILL.md を表示中
Before filing, check whether a PR for this branch already exists. Review the diff locally against origin/main to make sure its contents match the goal.
PR titles usually become commit messages, so follow the repository's title conventions. Look at recently merged PRs and Git history for examples. Prefer a concise human readable title that explains why the change matters.
BAD
❌ perf(server): negotiate permessage-deflate on the websocket
GOOD
✅ perf(server): cut websocket frame size by 70%+ with gzipping
Open the description with a simple explanation of the problem based on the user's original prompt, then briefly explain the solution. Do not lead with an implementation inventory:
BAD
❌ Removed implicit workspace carry-over from every "new thread" entry point (cmd+n / cmd+shift+o, sidebar v1/v2 buttons, command palette). New threads inherit only the project from context; branch, worktree, and env mode always come from the configured defaults. Deleted buildContextualThreadOptions, startNewThreadInProjectFromContext, and the v1 sidebar's seed-context machinery.
GOOD
✅ My "new worktree" default was ignored when starting new threads on existing worktrees. Super unintuitive. Now your preferences always apply.
Open a real PR rather than a draft so review bots run. If the user also asked to babysit it, continue with the babysit-pr skill.
Add a blurb to the end of the PR description about what model and harness is making the changes.