What is squash?
Use when squash-merging a feature branch into main for linear history. Handles pre-flight checks, squash merge, commit delegation to commit, and branch cleanup. Source: ralphcrisostomo/nuxt-development-skills.
Use when squash-merging a feature branch into main for linear history. Handles pre-flight checks, squash merge, commit delegation to commit, and branch cleanup.
Quickly install squash AI skill to your development environment via command line
Source: ralphcrisostomo/nuxt-development-skills.
If remote origin exists, pull latest with git pull --ff-only. If ff-only fails, abort — main has diverged and needs manual resolution.
On conflicts: git merge --abort, switch back to source branch, suggest git rebase main, stop.
Invoke /commit to handle the commit. Do not write commit messages directly.
Use when squash-merging a feature branch into main for linear history. Handles pre-flight checks, squash merge, commit delegation to commit, and branch cleanup. Source: ralphcrisostomo/nuxt-development-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill squashBrowse more skills from ralphcrisostomo/nuxt-development-skills
Use when squash-merging a feature branch into main for linear history. Handles pre-flight checks, squash merge, commit delegation to commit, and branch cleanup. Source: ralphcrisostomo/nuxt-development-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill squash Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ralphcrisostomo/nuxt-development-skills