Agent skill
commit-staged
Git commit commands for staged-only commits
Install this agent skill to your Project
npx add-skill https://github.com/goodluckz/claude-code-config/tree/main/skills/commit-staged
SKILL.md
Commit Staged
Commit only staged changes without staging new files.
Context
- Current git status: !
git status - Staged changes only: !
git diff --cached - Current branch: !
git branch --show-current - Recent commits: !
git log --oneline -10
Your task
Based on the staged changes shown above, create a single git commit.
IMPORTANT: Do NOT run git add. Only commit the already-staged changes using git commit.
You have the capability to call multiple tools in a single response. Create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
amend-staged
Amend the last commit with staged changes only
test00-check
Check test00 honeynet production server status - pcap files, tcpdump processes, containers, and Google Drive sync. Use when user wants to check test00 data or server health.
git-submodule
Add a directory as a git submodule with its own remote repository. Use when user wants to track a directory with separate git history.
dagster-remote
Manage remote Dagster server on dns-analy4 - start, stop, restart, check status, sync code, and view logs. Use when user wants to manage the remote Dagster deployment.
arkime-tag-manager
Manage Arkime session tags (add/remove) using API
arkime-data-manager
Manage Arkime data (wipe database, import PCAPs)
Didn't find tool you were looking for?