Back to list
mystilleef

git-status

by mystilleef

Collection of LLM agent skills and commands

0🍴 0📅 Jan 24, 2026

SKILL.md


name: git-status description: 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. The agent should not use this internally for its own needs.

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 files serve as strict guidelines:

  • references/git-status-codes.md: complete reference for parsing git status output
  • references/git-status-presentation.md: git status presentation guidelines, examples, and templates

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

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon