ソース情報
- リポジトリ
- BuddiesOfBudgie/docs
- ソースの最終更新活動
- 2026年3月29日 13:13
- 検出された SKILL.md の言語
- 英語
- スター
- 12
- フォーク
- 8
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/BuddiesOfBudgie/docs --skill prコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | pr |
| description | Create a pull request for the current branch |
| disable-model-invocation | false |
| allowed-tools | Bash(git *), Bash(gh pr create *), Skill(commit) |
You are creating a pull request for the current branch on Buddies of Budgie docs (Docusaurus / React / TypeScript site).
Run these commands to understand the current state:
git status
git log --oneline main..HEAD
git diff main...HEAD --stat
git diff main...HEAD
git branch --show-current
If there are uncommitted changes, run the /commit skill first before proceeding.
Based on the changes, choose the conventional commit prefix:
feat: - New feature or functionalityfix: - Bug fixchore: - Maintenance, dependency updates, refactoringdocs: - Documentation content changesrefactor: - Code restructuring without behavior changeTitle format: <type>: <short description> (under 70 characters)
Body format:
## Summary
- <bullet point describing key change 1>
- <bullet point describing key change 2>
- <bullet point describing key change 3>
## Test plan
- [ ] `yarn build` completes successfully
- [ ] `yarn typecheck` passes
- [ ] `yarn lint` passes
- [ ] Verified locally with `yarn start`
- [ ] <additional specific test steps>
If any commits include Assisted-by trailers, note that in the PR description (e.g., "AI-assisted - see commit trailers for details").
Push the branch and create the PR:
git push -u origin HEAD
gh pr create --title "<title>" --body "$(cat <<'EOF'
<body content>
EOF
)"
Target branch: main (default)
yarn build, yarn typecheck, and yarn lint