.agents/skills/git/SKILL.md
Common Git operations for branch management, syncing with main, and viewing differences. Use when you need to checkout branches, create new ones, pull latest changes, or check git status and diffs.
npx skillsauth add josephaw1022/SuperKind gitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides a set of scripts for common Git workflows.
To checkout the main branch and pull the latest changes, use:
.agents/skills/git/scripts/sync-main.sh
To pull the latest changes for the current branch:
.agents/skills/git/scripts/update.sh
To create and checkout a new branch:
.agents/skills/git/scripts/create-branch.sh <branch-name>
To checkout an existing branch:
.agents/skills/git/scripts/checkout.sh <branch-name>
To see the changes in the current branch:
.agents/skills/git/scripts/diff.sh
To see the current status of the repository:
.agents/skills/git/scripts/status.sh
tools
Interact with GitHub for issue and PR management. Use for creating/viewing/listing issues and pull requests.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".