Git設定ファイル管理。.gitconfig、.gitmessage、.gitignoreの確認・編集。トリガー: git config, gitconfig, gitmessage, gitignore, git設定
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
description: "Git設定ファイル管理。.gitconfig、.gitmessage、.gitignoreの確認・編集。トリガー: git config, gitconfig, gitmessage, gitignore, git設定"
allowed-tools:
- Bash
- Read
- Edit
- Grep
---
# git-config スキル
dotfilesリポジトリで管理しているGit設定ファイルの確認・編集を行う。
## 管理対象ファイル
| ファイル | 説明 | symlink先 |
|---------|------|-----------|
| `git/.gitconfig` | Gitグローバル設定 | `~/.gitconfig` |
| `git/.gitmessage` | コミットメッセージテンプレート | `~/.gitmessage` |
| `git/.gitignore_global` | グローバルgitignore | `~/.gitignore` |
## コマンド
### 現在のGit設定確認
```bash
git config --list --show-origin | head -30
```
### .gitconfig の確認
```bash
cat /Users/snkrheadz/ghq/github.com/snkrheadz/laptop/git/.gitconfig
```
### .gitmessage の確認
```bash
cat /Users/snkrheadz/ghq/github.com/snkrheadz/laptop/git/.gitmessage
```
### .gitignore_global の確認
```bash
cat /Users/snkrheadz/ghq/github.com/snkrheadz/laptop/git/.gitignore_global
```
### 特定の設定値確認
```bash
git config --global user.name
git config --global user.email
git config --global core.editor
```
### symlinkの状態確認
```bash
ls -la ~/.gitconfig ~/.gitmessage ~/.gitignore
```
## .gitconfig の主要セクション
### [user]
```
[user]
name = Your Name
email = your@email.com
```
### [core]
```
[core]
editor = vim
excludesfile = ~/.gitignore
autocrlf = input
pager = delta
```
### [alias]
```
[alias]
st = status
co = checkout
br = branch
ci = commit
...
```
### [commit]
```
[commit]
template = ~/.gitmessage
```
### [delta] (diff pager)
```
[delta]
navigate = true
side-by-side = true
...
```
## 実行フロー
### 設定確認
1. 現在のGit設定を表示
2. symlinkが正しく設定されているか確認
3. 設定値をユーザーに報告
### 設定変更
1. 変更対象ファイルを確認
2. 変更内容をユーザーに提案
3. ファイルを編集
4. 変更後の設定を確認
## 使用例
- "git configを確認"
- ".gitconfigの内容を見せて"
- "コミットテンプレートを編集"
- "gitignoreにパターンを追加"
- "エディタをvimに変更"
## Git設定の優先順位
1. ローカル(リポジトリ内 `.git/config`)
2. グローバル(`~/.gitconfig`)
3. システム(`/etc/gitconfig`)
## 注意事項
- 変更は `git/.gitconfig` に対して行う(symlinkのため `~/.gitconfig` に反映)
- 機密情報(トークン等)は直接書かない
- 変更後は新しいターミナルまたは `source ~/.zshrc` で反映確認
- エイリアスは oh-my-zsh の git プラグインと競合しないか確認
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...