Agent skill
push-sterlingcrispin-claude-slash-command
Commit and push changes with auto-generated summary
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/push-sterlingcrispin-claude-slash-command
SKILL.md
Commit and Push Changes
Current State
- Git status: !
git status - Staged changes: !
git diff --cached - Unstaged changes: !
git diff
Your Task
- Review all changes (both staged and unstaged)
- Update documentation if appropriate:
agents.md- Update if pipeline, findings, or project status changedREADME.md- Update if user-facing docs need to reflect changes
- Stage all relevant changes with
git add - Create a clear, concise commit message that summarizes what was changed and why
- Commit the changes
- Push to the remote repository
Follow these commit message guidelines:
- Use imperative mood ("Add feature" not "Added feature")
- Keep first line under 50 characters
- Focus on the "what" and "why", not the "how"
Important: Do not commit files that contain secrets (.env, credentials, etc.)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?