fix-push
Installation
SKILL.md
Fix all reported issues, validate, commit, and push. Use when 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.
- Fix issues: Address all errors, warnings, or feedback mentioned (lint, types, tests, reviews)
- Validate: Run
pnpm qaand resolve any failures - Commit: Follow steps in @.agents/skills/git-commit/SKILL.md
- Push:
git push