tag
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Semantic Version Tag
I have gathered information about your repository. Here are the results:
<current_tag>
!git describe --tags --abbrev=0 2>/dev/null || echo "v0.0.0"
</current_tag>
<commits_since_tag>
!git log $(git describe --tags --abbrev=0 2>/dev/null || echo "")..HEAD --oneline --no-decorate 2>/dev/null || git log --oneline --no-decorate
</commits_since_tag>
<current_branch>
!git rev-parse --abbrev-ref HEAD
</current_branch>