finalize

Installation
SKILL.md

Finalize

Usage

/finalize [commit-message] [--skip-docs] [--skip-lint] [--skip-types] [--skip-build] [--dry-run] [--no-push]

Workflow Pipeline

  1. Update documentation (.md files) with latest changes
  2. Detect Next.js version from package.json
  3. If Next.js < 16: Run bun lint for code quality validation
  4. Run bun type for TypeScript type checking
  5. Run bun build for compilation verification
  6. Generate structured commit message if not provided
  7. Git add, commit, and push if all gates pass

Note: Next.js 16+ removed next lint. The command auto-detects the version and skips linting for Next.js 16+.

Auto-Persona Activation

Related skills
Installs
5
GitHub Stars
4
First Seen
Mar 3, 2026