Agent skill
utilizing-cli-tools
git, gh, npm等の開発ツールガイド。 Use when gitコマンド実行、ブランチ管理、または CLI, コマンドライン, バージョン管理, ブランチ, コミット に言及時。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/utilizing-cli-tools
SKILL.md
CLIツールガイド
参照
| カテゴリ | リファレンス |
|---|---|
| バージョン管理 | @./references/git-essentials.md |
| GitHub | @./references/gh-github-cli.md |
| パッケージ管理 | @./references/npm-scripts.md |
| CHANGELOG | @./references/changelog-tools.md |
クイックリファレンス
Git
| アクション | コマンド |
|---|---|
| ステータス | git status --short |
| Diff | git diff --staged |
| ブランチ | git branch --show-current |
| ログ | git log --oneline -10 |
HEREDOCコミット
git commit -m "$(cat <<'EOF'
feat(auth): OAuth認証を追加
EOF
)"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?