Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mystilleef

    git-status

    mystilleef/git-status
    Productivity
    3

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Present the status of the git repository to the user. Use to display the status of the repository after a successful git commit by the agent...

    SKILL.md

    Present git status

    GOAL: present the git status in a visually appealing and consistent way.

    WHEN: use after a successful git commit by the agent when it needs to display the status of the repository to the user.

    NOTE: The agent shouldn't use this internally for its own needs.

    Efficiency directives

    • Optimize all operations for token and context efficiency
    • Batch operations on file groups, avoid individual file processing
    • Use parallel execution when possible
    • Target only relevant files
    • Reduce token usage

    Git directives

    For repository status

    git status --porcelain=v2 --branch
    

    References

    The following reference file serves as a strict guideline:

    • references/git-status-unified.md: unified reference for parsing git status output and presentation guidelines

    Workflow

    IMPORTANT: To avoid a recursive loop, DON'T invoke the git-status skill here.

    • Without using the git-status skill, get repository status
    • Use the reference files templates to present final status to user
    • DONE
    Recommended Servers
    GitHub
    GitHub
    Gitlab
    Gitlab
    Bitbucket
    Bitbucket
    Repository
    mystilleef/llm-agent-skills
    Files