#!/bin/bash # V27 V89 scale - Opus WIRE continue - Skill: git-unpushed # Description: Git unpushed count # Whitelist-safe timeout 8s set -e timeout 8 bash -c 'cd /var/www/html && git log origin/main..HEAD --oneline | wc -l' 2>&1 || echo "{\"skill\":\"git-unpushed\",\"error\":\"timeout_or_missing_tool\"}"