ci-status
Installation
SKILL.md
/ci:status: Pipeline status
Quick snapshot of the CI pipeline on the current branch.
Process
# 1. Current branch
BRANCH=$(git branch --show-current)
echo "Branch: $BRANCH"
# 2. Last commits
git log -3 --oneline
Quick snapshot of the CI pipeline on the current branch.
# 1. Current branch
BRANCH=$(git branch --show-current)
echo "Branch: $BRANCH"
# 2. Last commits
git log -3 --oneline