exec-push
Installation
SKILL.md
Execute plan or instructions, validate, commit, push, and create a PR. Use when implementing features, resolving feedback, or pre-push verification. Use global git user for commits—never cursor/system identity. Never use --trailer for Co-authored-by or similar.
- Branch: If on
main, rungit pull origin main, then create a new branch (git checkout -b <branch-name>). Skip if already on a branch. - Execute: Implement the plan/instructions—follow
.cursor/rules,apps/docu/content/docs/topic MDX, and relevant skills - Docs: If behavior, commands, or conventions changed, update matching MDX and nearest README in the same change
- Validate: Run
pnpm qaand resolve any failures - Commit: Follow steps in @.agents/skills/git-commit/SKILL.md
- Push:
git push - Pull Request: If a PR does not already exist for your branch, open a new PR without a description. Skip if a PR already exists for this branch.