exec-push

SkillDev tools

Implement 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.

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.

  1. Branch: If on main, run git pull origin main, then create a new branch (git checkout -b <branch-name>). Skip if already on a branch.
  2. Execute: Implement the plan/instructions—follow .cursor/rules, apps/docu/content/docs/ topic MDX, and relevant skills
  3. Docs: If behavior, commands, or conventions changed, update matching MDX and nearest README in the same change
  4. Validate: Run pnpm qa and resolve any failures
  5. Commit: Follow steps in @.agents/skills/workflow/git-commit/SKILL.md
  6. Push: git push
  7. 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