commit-push-pr
Installation
SKILL.md
Commit, Push, and Create PR
Automate the git workflow for completing a feature or fix.
Pre-computed Context
Before proceeding, gather this information:
- Current branch:
!git branch --show-current - Git status:
!git status --short - Recent commits on this branch:
!git log --oneline -5 - Diff summary:
!git diff --stat
Workflow
- Review Changes
- Check
git statusfor all modified/added files - Review the diff to understand what's being committed
- Ensure no sensitive files are staged (.env, credentials, etc.)
- Check
Related skills
More from meleantonio/awesome-econ-ai-stuff
academic-paper-writer
Draft economics papers with proper structure and academic style
298stata-regression
Run regression analyses in Stata with publication-ready output tables.
202stata-data-cleaning
Clean and transform messy data in Stata with reproducible workflows
171r-econometrics
Run IV, DiD, and RDD analyses in R with proper diagnostics
160beamer-presentation
Create academic presentations in Beamer with professional themes
135lit-review-assistant
Search, summarize, and synthesize economics literature
128