Push
slash commands for Clade and Codex
npx -y skills add sterlingcrispin/claude_slash_commands --skill pushAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Commit and push changes with auto-generated summary
SKILL.md
0.9 KB, 206 tokens by cl100k_base, as published. Nobody here has run it
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.)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.