git-local

Git Local-First Operations

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-local" with this command: npx skills add caarlos0/dotfiles/caarlos0-dotfiles-git-local

Git Local-First Operations

Always prefer local git commands over GitHub MCP tools when working in the current repository.

When to Use Local Git

Any operation that can be done locally:

  • Viewing commits (git show , git log )

  • Viewing files at revisions (git show <sha>:<path> )

  • Diffs (git diff )

  • Blame (git blame )

  • Search (git grep )

  • Branch operations (git branch , git log main..HEAD )

When to Use GitHub MCP

Only for remote-only operations:

  • PR metadata, reviews, CI status (mcp_github_pull_request_read )

  • Issues (mcp_github_issue_read )

  • Operations on OTHER repositories (not the current working directory)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

go-performance

No summary provided by upstream source.

Repository SourceNeeds Review
General

go-doc

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-simplifier

No summary provided by upstream source.

Repository SourceNeeds Review