πŸš€
DevOps

Push

by sterlingcrispin

Push is a DevOps skill for Claude Code, published by sterlingcrispin in claude_slash_commands.

200 stars18 forkson sterlingcrispin/claude_slash_commandsAdded 2026/09/05Repository updated 2026/03/31
claude-skillscodex-skills
Install in seconds
Install Push
Copy Push into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sterlingcrispin/claude_slash_commands/tree/main/push ~/.claude/skills/push

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sterlingcrispin/claude_slash_commands.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
push/SKILL.md in sterlingcrispin/claude_slash_commands
Installs to
~/.claude/skills/push
Collection
One of 11 skills cataloged from this repository
Category
DevOps β€” 973 skills

What Push does

Push commits changes, creates a concise summary, and pushes them to the remote. Use it after reviewing staged and unstaged work and updating docs when needed.

Push is cataloged under DevOps on DirSkills. Push comes from a repository tagged claude-skills and codex-skills.

Documentation

README

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"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Push

  • What else does sterlingcrispin publish alongside Push?

    Push is one of 11 skills that DirSkills catalogs from sterlingcrispin/claude_slash_commands, the repository it ships in. Its siblings there include Audit Handoff, Checkpoint and Codex Audit. Each one is a separate skill with its own page in this directory, installs the same way Push does, and is maintained by sterlingcrispin in that same repository. The rest of the collection is listed on the sterlingcrispin/claude_slash_commands page.

  • How does Push compare to other DevOps skills?

    Push ranks #880 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Push against them. Open each page to compare what they document and how they install.

More from sterlingcrispin/claude_slash_commands

Push is one of 11 skills cataloged on DirSkills from sterlingcrispin/claude_slash_commands.

See all 11 skills β†’