— No reviews yet
0 installs
18 views
0.0% view→install
Install
$ agentstack add skill-kv0906-pm-kit-push ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Push? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
/push — Git Push
Automates Git workflow to save your notes with meaningful commit messages and push to remote repository.
Usage
Invoke with /push or ask Claude to save/commit your changes.
Basic Usage
/push
With Custom Message
/push "Completed sprint planning"
What This Skill Does
- Stages All Changes
- Adds all modified files
- Includes new files
- Removes deleted files
- Creates Smart Commit Message
- Uses provided message, or
- Auto-generates from changes:
- Counts files by folder type (daily, docs, blockers, etc.)
- Summarizes key modifications
- Includes date/time stamp
- Syncs with Remote
- Pulls latest changes (rebase)
- Pushes to remote repository
- Handles merge conflicts gracefully
Commit Message Format
Automatic Messages
Based on your changes:
[2026-01-15] Daily note + 2 blocker updates + 1 decision
With Custom Message
[2026-01-15] Completed sprint planning
Git Operations
Standard Flow
git add .- Stage all changesgit commit -m "message"- Create commitgit pull --rebase- Get remote changesgit push- Push to remote
Safety Checks
- Verify Git repository exists
- Check for uncommitted changes
- Ensure remote is configured
- Never force push without explicit request
Security Considerations
Never Commit
.envfiles or credentials- API keys or tokens
- Personal identification
Use .gitignore for
.obsidian/workspace*
.obsidian/cache
.trash/
.DS_Store
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kv0906
- Source: kv0906/pm-kit
- License: MIT
- Homepage: https://willtran.xyz
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.