원클릭으로
finalize
Complete project finalization with quality gates and git workflow automation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Complete project finalization with quality gates and git workflow automation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | finalize |
| description | Complete project finalization with quality gates and git workflow automation. |
/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!
Claude Code agent: add-changelog
a senior agent organizer with expertise in assembling and coordinating multi-agent teams
a senior Angular architect with expertise in Angular 15+ and enterprise application development
a senior API designer specializing in creating intuitive, scalable API architectures with expertise
a senior backend developer specializing in server-side applications with deep expertise in Node.js 1
Structured idea generation and solution exploration with systematic analysis.