exec-push
SkillDev toolsImplement the requested change, validate, commit, push, and create its PR. Use when the user types /exec-push.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the exec-push skill
What this skill tells your AI
The instructions your AI receives, as published by blockmatic/basilic in .agents/skills/workflow/exec-push/SKILL.md and read by ahel’s review.
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/workflow/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.
Signals
- GitHub stars
- 89
- Forks
- 11
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
exec-push- Source
- github.com/blockmatic/basilic