commit
SKILL.md
Context
- Current git status: !
git status - Current git diff (staged and unstaged changes): !
git diff HEAD - Current branch: !
git branch --show-current - Recent commits: !
git log --oneline -10
Your task
Based on the above changes, stage everything, create one commit with a contextual message, and push the current branch.
Required sequence:
- Stage changes.
- Create a single commit.
- Push the current branch to origin (use
--set-upstream origin <branch>if needed).
Do not use interactive commands and do not output extra commentary.
Weekly Installs
6
Repository
tychohq/agent-skillsFirst Seen
Feb 24, 2026
Security Audits
Installed on
mcpjam6
claude-code6
replit6
junie6
windsurf6
zencoder6