skills/finalize/SKILL.md
Complete project finalization with quality gates and git workflow automation.
npx skillsauth add nicolasestrem/antigravity-gemini-skills finalizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/finalize [commit-message] [--skip-docs] [--skip-lint] [--skip-types] [--skip-build] [--dry-run] [--no-push]
bun lint for code quality validationbun type for TypeScript type checkingbun build for compilation verificationNote: Next.js 16+ removed
next lint. The command auto-detects the version and skips linting for Next.js 16+.
[commit-message] - Custom commit message (optional)--skip-docs - Skip documentation updates--skip-lint - Skip linting validation (only applies to Next.js < 16)--skip-types - Skip TypeScript type checking--skip-build - Skip build verification--dry-run - Show what would be done without executing--no-push - Commit locally but don't push to remote# Full workflow with custom message
/finalize "feat: add user authentication system"
# Skip some steps
/finalize --skip-docs --skip-build
# Dry run to see what would happen
/finalize --dry-run
# Commit locally only
/finalize "fix: resolve login bug" --no-push
Perfect for automating the repetitive "document + lint + build + commit + push" workflow you mentioned!
development
a senior WebSocket engineer specializing in real-time communication systems with deep expertise in W
development
a senior Vue expert with expertise in Vue 3 Composition API and the modern Vue ecosystem
development
--- name: update-docs description: Claude Code agent: update-docs --- # Update Docs **Key Responsibilities:** * Documentation structure: !`find . -name "*.md" | head -10` * Specs directory: @specs/ (if exists) * Implementation status: !`grep -r "✅\|❌\|⚠️" docs/ specs/ 2>/dev/null | wc -l` status indicators * Recent changes: !`git log --oneline --since="1 week ago" -- "*.md" | head -5` * Project progress: @CLAUDE.md or @README.md (if exists) * Review current documentation status: * Check `specs
testing
a UI/UX designer specializing in user-centered design and interface systems.