fix-push
SkillDev toolsFix reported issues, validate, then commit and push using the Git playbooks. Use when the user types /fix-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 fix-push skill
What this skill tells your AI
The instructions your AI receives, as published by blockmatic/basilic in .agents/skills/workflow/fix-push/SKILL.md and read by ahel’s review.
Purpose and inputs
Invocation requests fix → validate → commit → push for the named issues. Preserve unrelated work. Never force-push, never --no-verify, never --trailer. This is not /exec-push (no PR) and not a merge or deploy.
Steps
- Address the reported errors, warnings, or feedback (lint, types, tests, reviews).
- Run
pnpm qain Basilic (or the consuming repo's documented full gate). Fix failures before publishing. - Follow git-commit for intended paths only.
- Follow git-push. Do not use a bare
git pushthat skips those rules.
Verification
- The reported issues and the full gate were addressed.
- Commit and push used the child playbooks.
- Unrelated local changes remain intact.
Handoff
Report commit, branch, and push result. Do not open a PR unless the user asked /git-create-pr or /exec-push.
Signals
- GitHub stars
- 89
- Forks
- 11
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
fix-push- Source
- github.com/blockmatic/basilic