Skill202 estrellas del repoactualizado 2mo ago
push
Commit and push changes with auto-generated summary
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/sterlingcrispin/claude_slash_commands /tmp/push && cp -r /tmp/push/push ~/.claude/skills/pushDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Commit and Push Changes
## Current State
- Git status: !`git status`
- Staged changes: !`git diff --cached`
- Unstaged changes: !`git diff`
## Your Task
1. Review all changes (both staged and unstaged)
2. **Update documentation if appropriate:**
- `agents.md` - Update if pipeline, findings, or project status changed
- `README.md` - Update if user-facing docs need to reflect changes
3. Stage all relevant changes with `git add`
4. Create a clear, concise commit message that summarizes what was changed and why
5. Commit the changes
6. 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.)Del mismo repositorio
auditcodexSkill
Send recent work to OpenAI Codex CLI for an independent audit/review
auditcodexdirectSkill
Send specific files to OpenAI Codex CLI for an independent audit/review
audithandoffdocSkill
Deep audit producing a handoff document to get another agent fully up to speed
checkpointSkill
Concise checkpoint on hypothesis, changes, metrics, and next action
pairSkill
Pair programming continuation
ralphinitSkill
Start a ralph style looping session
ralphonceSkill
Work on a single highest-priority feature from current_ documents, test it, update docs, and commit
researchquestionsSkill
Write a structured research prompt document — questions only, no answers